FeatureBaseDB / featurebase

A crazy fast analytical database, built on bitmaps. Perfect for ML applications. Learn more at: http://docs.featurebase.com/. Start a Docker instance: https://hub.docker.com/r/featurebasedb/featurebase
https://www.featurebase.com
Apache License 2.0
2.53k stars 233 forks source link

Nats ingestion #2328

Closed gedw99 closed 1 year ago

gedw99 commented 1 year ago

It’s a golang alternative to Kafka.

would be great as nats is more performant that Kafka

jaffee commented 1 year ago

Unlikely to happen in the short term, but will certainly keep this open to gauge interest.

gedw99 commented 1 year ago

Fair enough .

gedw99 commented 1 year ago

@jaffee

https://m.youtube.com/watch?v=C4BnJ5QLeTY

It’s comparing Kafka and nats from a perf and feature pov.

i used both and the one before them called Tibco Rendezvous.

the api aspects are almost the same so it’s not hard to support both.

There are CDKs that do so like: https://github.com/google/go-cloud/tree/v0.29.0/pubsub, which has Kafka and nats golang drivers that are supported by google team.

Nats has the advantage that it runs anywhere and it’s commonly put onto IOT devices and globally distributed clusters