Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 970 Bytes

README.md

File metadata and controls

38 lines (23 loc) · 970 Bytes

istegelsin-case Project Setup

Clone istegelsin-case project.

$ git clone git@github.com:ceylansamet/istegelsin-case.git

Prerequisites

  • node
  • docker

Running locally

  • npm install - installs npm dependencies.
  • ./scripts/start-kafka.sh - starts kafka inside docker container.
  • ./scripts/create-topic.sh - creates kafka topic.
  • npm run start:consumer - starts consumer.
  • node index.js - start topic write API.

Write Kafka istegelsin-case-study topic

  • GET localhost:3000/write-topic

Screenshoots

image

image

image

About me