This python module is WIP! Expect breaking changes.
Data Modeling Jedi (DMJEDI) is a small python 3 library to handle the different data modelling tasks.
With this library it is possible to define data models for Enteprise Data Warehousing (EDW) which include:
- Data Vault 2.0
- Kimball Star Schemas (with Slowly Changing Dimenions)
- More coming!
It builds the engine for automation frameworks.
Whe choose to work with anacondas python distribution and therefore we have a predefined conda environment ready to use.
conda install dmjedi
TODO
from dmjedi import stage
...
DMJEDI feature list:
- TODO
Pull requests are welcome! We appreciate every help to build an open and useful standard. Please use the Github issue tracker for filing major changes or issues. If you would like to help us building this awesome piece of software please have a look into our contribution guide.
- First commit