Skip to content

abhishek-bodapati/Online-Interpreter-with-Kafka

Repository files navigation

Online-Interpreter-with-Kafka

  • Works only for Python language.
  • Apache Kafka used for queueing the requests and responses from client and server respectively.
  • Used websockets for server-client communication.

Clone

https://github.com/abhishek-bodapati/Online-Interpreter-with-Kafka.git && cd Online-Interpreter-with-Kafka

Setup

npm install

Run

  • Run the below commands in new terminal tabs
python server.py
python consumer.py
npm start

About

Online interpreter with Apache Kafka microservice for stream processing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages