All Projects → stephlocke → Medrianchor

stephlocke / Medrianchor

Licence: gpl-3.0
The (Me)tadata (Dr)iven (Anchor) Model

Labels

Projects that are alternatives of or similar to Medrianchor

Mixerp
Open Source ERP, HRM, MRP, MPS
Stars: ✭ 472 (+5144.44%)
Mutual labels:  plpgsql
Mysql Deadlocks
收集一些常见的 MySQL 死锁案例
Stars: ✭ 777 (+8533.33%)
Mutual labels:  plpgsql
Postgis
PostGIS spatial database extension to PostgreSQL [mirror]
Stars: ✭ 925 (+10177.78%)
Mutual labels:  plpgsql
Node Sqlite3
Asynchronous, non-blocking SQLite3 bindings for Node.js
Stars: ✭ 5,083 (+56377.78%)
Mutual labels:  plpgsql
Demo
“Happy Lager” Craft CMS demo site.
Stars: ✭ 730 (+8011.11%)
Mutual labels:  plpgsql
Odata V4 Typeorm
OData to TYPEORM query compiler
Stars: ✭ 16 (+77.78%)
Mutual labels:  plpgsql
Pg Shortkey
YouTube-like Short IDs as Postgres Primary Keys
Stars: ✭ 402 (+4366.67%)
Mutual labels:  plpgsql
Elite
Stars: ✭ 7 (-22.22%)
Mutual labels:  plpgsql
Mysql Sys
The MySQL sys schema
Stars: ✭ 758 (+8322.22%)
Mutual labels:  plpgsql
Geocode
Batch geocoding addressess, map to census block with PostGIS Tiger Geocoder
Stars: ✭ 23 (+155.56%)
Mutual labels:  plpgsql
Pgtap
PostgreSQL Unit Testing Suite
Stars: ✭ 631 (+6911.11%)
Mutual labels:  plpgsql
Blog
Everything about database,business.(Most for PostgreSQL).
Stars: ✭ 6,330 (+70233.33%)
Mutual labels:  plpgsql
Pg Mask
Simple data masking for PostgreSQL
Stars: ✭ 16 (+77.78%)
Mutual labels:  plpgsql
Audit Trigger
Simple, easily customised trigger-based auditing for PostgreSQL (Postgres). See also pgaudit.
Stars: ✭ 493 (+5377.78%)
Mutual labels:  plpgsql
Mallcloud Platform
mallcloud商城基于SpringBoot2.x、SpringCloud和SpringCloudAlibaba并采用前后端分离vue的企业级微服务敏捷开发系统架构。并引入组件化的思想实现高内聚低耦合,项目代码简洁注释丰富上手容易,适合学习和企业中使用。真正实现了基于RBAC、jwt和oauth2的无状态统一权限认证的解决方案,面向互联网设计同时适合B端和C端用户,支持CI/CD多环境部署,并提供应用管理方便第三方系统接入;同时还集合各种微服务治理功能和监控功能。模块包括:企业级的认证系统、开发平台、应用监控、慢sql监控、统一日志、单点登录、Redis分布式高速缓存、配置中心、分布式任务调度、接口文档、代码生成等等
Stars: ✭ 27 (+200%)
Mutual labels:  plpgsql
Vector Datasource
Tilezen vector tile service - OpenStreetMap data in several formats
Stars: ✭ 427 (+4644.44%)
Mutual labels:  plpgsql
Chinook Database
Sample database for SQL Server, Oracle, MySQL, PostgreSQL, SQLite, DB2
Stars: ✭ 786 (+8633.33%)
Mutual labels:  plpgsql
Scidb4geo
A SciDB Plugin for Managing Spatial and Temporal Reference Information of Arrays
Stars: ✭ 8 (-11.11%)
Mutual labels:  plpgsql
Foodnutrition
食物营养大数据
Stars: ✭ 27 (+200%)
Mutual labels:  plpgsql
Pg query internals
Query PostgreSQL internals using SQL
Stars: ✭ 17 (+88.89%)
Mutual labels:  plpgsql

MeDriAnchor

MeDriAnchor is the (Me)tadata (Dri)ven (Anchor) Model data warehouse system and is pronounced Me-Dry-Anchor.

It extends the open source framework Anchor Model to allow the production of the datawarehouse without using the GUI and also develops and executes the ETL needed to load data from source systems into the Anchor modelled datawarehouse.

How does it work?

  • You have a control database, MeDriAnchor, which you insert metadata into.
  • Stored procedures convert the metadata into an XML Anchor schema
  • The XML schema is sent to the Sisulator.js which returns a SQL representation
  • The SQL schema is then deployed to the database
  • Stored procedures produce the stored procedures for the ETL
  • The ETL procedures are then executed

What controls are there?

  • Using the SQL ToDoc framework, shadow tables exist that contain all previous versions of records for full audit trail of metadata changes
  • There is full logging of the process so that each statement that is executed is known
  • By dint of the Anchor Model system, any loaded values can be date stamped
  • Data quality is important, so tests can be applied to incoming data

How does it perform?

  • Anchor model datawarehouses are generally well performing on SQL Server due to materialised joins
  • There is some overhead when changes to the schema have to be made but the overall impact is quite minimal unless you are making schema extensions every load
  • The stored procs are all standardised and written with incremental load performance in mind
  • The atomic nature of the model means that parallelisation is possible within types

What's happening with it?

Any bugs / issues / requests will be raised on github. Our plans improvements, stated fixes etc will all be added to our Trello board to provide more details. https://trello.com/b/VCsx08oy/medrianchor

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].