Repository for managing respective infrastructural elements such as database(s), message broker, etc. as well as batch scripts for late data migration (reloading, formatting,...)
.
├── .github/ #github related stuff, i.e. workflows
├── zookeper/ #folder for zookeeper, i.e. backups
├── kafka/ #folder for kafka, i.e. backups
├── mongodb/ #mount folder for mongodb backups
│ └── data/
├── migration_scripts/ #folder for various migration scripts
└── docker-compose #docker compose and related readme
This repository contains the dockerization and its runnable setup of the oth-datapipeline
scraper, zookeeper, kafka and mongodb (and its UI mongo-express).
To run it, follow the instructions and cues in docker-compose/README.md. Besides, to run the batch scripts for late data migration, have a look at the instructions and cues in migration_scripts/README.md.