https://github.com/thpham/datapipe
POC: Real time analytics pipeline
https://github.com/thpham/datapipe
analytics druid kafka kafka-connect protobuf real-time stream-processing superset
Last synced: 3 months ago
JSON representation
POC: Real time analytics pipeline
- Host: GitHub
- URL: https://github.com/thpham/datapipe
- Owner: thpham
- Created: 2017-10-19T17:13:38.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-24T09:49:46.000Z (almost 7 years ago)
- Last Synced: 2025-04-03T00:29:08.890Z (6 months ago)
- Topics: analytics, druid, kafka, kafka-connect, protobuf, real-time, stream-processing, superset
- Language: Dockerfile
- Size: 23.4 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Data pipeline POC
more to come ...
## Troubleshouting
if the schema-registry fails to start, then execute:
```shell
docker-compose exec kafka /bin/bash
kafka-topics --alter --config cleanup.policy=compact --topic _schemas --zookeeper zk
docker-compose restart schema-registry
```