项目作者: FeliceGeracitano

项目描述 :
Kafka Uber Demo App
高级语言: Kotlin
项目地址: git://github.com/FeliceGeracitano/kafka-uber.git
创建时间: 2020-01-05T16:17:51Z
项目社区:https://github.com/FeliceGeracitano/kafka-uber

开源协议:

下载


FE Build CI
BE build CI

kafka-uber

Streaming application POC

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

Run dependecies

  1. $ cd infra
  2. $ docker-compose up --build

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

Run frontend

  1. $ cd frontend
  2. $ npm run dev

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

Run backend

  1. $ cd backend
  2. $ ./gradlew bootRun

Architecture



Messages Flow



Demos