An open API service indexing awesome lists of open source software.

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

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
```