Projetos

kafka-example

simple implementation of kafka for a college presentation

Faculdade
JavaScript
Arquivos

Pasta vazia.

README

kafka not kafta unfortunally

here are the presentation's slides:

https://www.canva.com/design/DAGfZwk-njM/_eGC784Z0rb5SPxTn0XTlQ/view?utm_content=DAGfZwk-njM&utm_campaign=designshare&utm_medium=link2&utm_source=uniquelinks&utlId=h21ca22dc8e

how to run everything:

  • clone the repo
  • get docker running
  • run the docker compose: docker-compose up -d
  • install all js packages: npm install
  • then on three separate terminals:
  • run the server: node server.js
  • run the website: http-server
  • run the consumer: node consumer.js
  • pretty sure thats it hopefully it works during the presentation