openmeterio / openmeter

Cloud Metering for AI, Billing and FinOps. Collect and aggregate millions of usage events in real-time.
https://openmeter.io
Apache License 2.0
1.11k stars 68 forks source link

Make Kafka optional for dev use cases #615

Open hekike opened 8 months ago

hekike commented 8 months ago

In dev environments, we could make Kafka and sink-worker optional to reduce resource footprint.

We can either use an in-memory queue or ClickHouse batch inserts.

sagikazarmark commented 8 months ago

Benthos is also an option