This is WIP
- Seeding module
- Spatial Information module: Base Spatial Information DWH
- Transform module: DBT
- Orchestration: Airflow
- Container: Docker Compose
The Seeding module is designed to publish a mock OLTP database, simulating business activities. Additionally, it generates flat files to emulate data provided by resellers.
-
Create a virtual environment using your preferred environment manager.
-
Install the required packages within the virtual environment:
pip install -r requirements.txt
-
Create a .env file based on the provided example (.env.example).
-
Seed the database and generate flatfiles by running:
python3 data-generate/initialise.py