After reading the book 'Architecture Patterns with Python', by Harry J.W. Percival and Bob Gregory, I wanted to get a better understanding of the philosophy of: DDD, event driven architecture, microservices, and test driven development. This repository contains code that I tried to built in line with this book.
- Docker
git clone https://github.com/henk-vd-brink/ICARUS-python-datacollection.git
cd ICARUS-python-datacollection
docker-compose -f docker-compose.ci.build.yaml build
docker-compose -f docker-compose.dev.yaml up
make test_unit
make test_integration