This workspace contains a simple microservices application with a web frontend, a reader service, a processor service, and a database. It also includes a load tester for simulating traffic.
- web_app: The user-facing web application.
- reader_app: A service responsible for reading data.
- processor: A service for processing data.
- db: A PostgreSQL database.
- load_tester: A script to generate load on the application.
To build and run the entire application using Docker Compose, execute the /run.sh script: