virtualenv -ppython3.9 venv
. venv/bin/activate
pip install -r requirements.txt
pip install -r requirements-dev.txt
- You're good to go.
- Make sure docker-compose is installed
- Run
docker-compose up --build
- If you're actively developing, be sure to run
sudo rm -rf postgres-data
- In short if you're actively editing the table_schema.sql, run
sudo rm -rf postgres-data && docker-compose up --build
To start ActiveMQ broker
- download ActiveMQ
- extract
- cd bin/
- activemq.jar start
- open Browser at http://127.0.0.1:8161/
- user: admin, pw: admin
With running ActiveMQ Broker, run subsubExample.py to see dataflow between the two main processes.
To create mockdata use : https://www.mockaroo.com/