Skip to content

FeliceGeracitano/kafka-uber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FE Build CI BE build CI

kafka-uber

Streaming application POC

https://medium.com/@felice.geracitano/zero-to-demo-streaming-application-frontend-ec6cb95ee7d2 https://medium.com/@felice.geracitano/zero-to-streaming-application-backend-bf18fd1207ae https://medium.com/@felice.geracitano/zero-to-streaming-application-infrastructure-6e4b98d63e1

Run dependecies

$ cd infra
$ docker-compose up --build

Confluent monitor dashboard available at: http://localhost:9021/clusters
Kibana available at http://localhost:5601/

Run frontend

$ cd frontend
$ npm run dev

Webapp available at: http://localhost:5000/

Run backend

$ cd backend
$ ./gradlew bootRun

Architecture

Messages Flow

Demos