onyx

FYI: alternative Onyx :onyx: chat is at <https://gitter.im/onyx-platform/onyx> ; log can be found at <https://clojurians-log.clojureverse.org/onyx/index.html>
rnandan273 2020-05-28T11:51:15.006600Z

Hi, For somebody who know clojure would you recommend using Onyx or just use KafkaStreams.

2020-06-01T18:49:26.007500Z

Depends on what you want to do, if it's only data transformation i'd pick kafka streams/jackdaw as its a solid library for that.

2020-06-01T18:51:32.007800Z

If you want to load/store data as well, and the data sources are not covered by the Kafka Connect, i'd consider onyx

2020-06-01T18:53:13.008100Z

There is not much active development done on Onyx, so you'll want to take that into account as well.

kszabo 2020-05-28T11:54:12.006800Z

Kafka Streams

adamfeldman 2020-05-28T18:11:47.006900Z

@rnandan273 here’s one of the libs: https://github.com/FundingCircle/jackdaw