This challenge is designed to test your ability to handle real-time data processing, implement scalable architectures, and effectively manage distributed microservices.
You can find the challenge here
- Fork this repository
- Clone the forked repository
- Run
npm start
to start all necessary services - Run
npm kafka:setup
to create the necessary Kafka topics - Implement the challenge. We marked all relevant places with
// YOUR CODE HERE
comments- The frontend service is reachable via
http://localhost:3000
. You can use the provided frontend to test your implementation
- The frontend service is reachable via
- Push your code to your forked repository
- Submit the link to your forked repository
Happy Coding 🚀