Giter Site home page Giter Site logo

medrianchor's Introduction

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

medrianchor's People

Contributors

stephlocke avatar

Watchers

James Skipwith avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.