STILL IN PROGRESS.
This project demonstrates an ecommerce data generation system that utilizes Docker and Docker Compose to set up and orchestrate various services. It generates fake ecommerce data, stores it in a PostgreSQL database, and sends events like clicks and checkouts to Apache Kafka.
It also includes a Kafka UI to monitor Kafka messages.
- Docker and Docker Compose
- Start Docker.
- run
make start
- (optional) open
localhost:8080
to monitor kafka.