Skip to content

Remmelt13/Kafka-practice

 
 

Repository files navigation

Terra One Coding Challenge for System Engineers

Goal

This challenge is designed to test your ability to handle real-time data processing, implement scalable architectures, and effectively manage distributed microservices.

Challenge

You can find the challenge here

Setup

  1. Fork this repository
  2. Clone the forked repository
  3. Run npm start to start all necessary services
  4. Run npm kafka:setup to create the necessary Kafka topics
  5. 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
  6. Push your code to your forked repository
  7. Submit the link to your forked repository

Happy Coding 🚀

About

Remmalt's branch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 90.7%
  • Dockerfile 6.4%
  • Shell 1.9%
  • Other 1.0%