digitalocean / firebolt

Golang framework for streaming ETL, observability data pipeline, and event processing apps
Other
702 stars 50 forks source link

Examples Make Getting Started Easier #7

Closed jnadler closed 4 years ago

jnadler commented 4 years ago

An /examples directory with 2 simple, working examples would be the fastest way to get started for many users.

One example could be kafka topic -> simple transform -> different topic

Another could be a simplified logging pipeline, kafka topic -> validation -> elasticsearch

jnadler commented 4 years ago

A simple first example application is now merged in /examples/kafkatokafka https://github.com/digitalocean/firebolt/pull/11

jnadler commented 4 years ago

A logging example that writes to elasticsearch is now merged in /examples/logging https://github.com/digitalocean/firebolt/pull/12