runnel icon indicating copy to clipboard operation
runnel copied to clipboard

Current Status?

Open ccrvlh opened this issue 2 years ago • 5 comments

Hi. Having a lightweight alternative for Kafka/Faust is awesome, a shame this hasn't got more attention up until now, thanks for sharing! Wondering what's the current status of the project. Experiences in production? Still being maintained?

Thanks!

ccrvlh avatar Apr 25 '22 06:04 ccrvlh

Hi @lowercase00, thanks for the kind remarks. I used it in a prototype for a startup a couple of years ago, but I haven't been working on it since. It has quite a good test suite, but you'd be using at your own risk I'm afraid!

mjwestcott avatar Apr 27 '22 17:04 mjwestcott

@mjwestcott sure, totally understand. How was your experience with it back them? I really want to try this, we are heavy Redis users for cache, queue, etc, and so far implemented stream architecture with Redpanda, which is more leightweight than Kafka, but still, far from trivial. Moving to Redis would be amazing. The downside I can see is the lack of monitoring tool/dashboards for Redis Streams, couldn't find much on it so far. Will take a look, hope this gains traction. Thanks a lot for sharing!

ccrvlh avatar Apr 27 '22 21:04 ccrvlh

@lowercase00 have you considered redis-insights? https://redis.com/redis-enterprise/redis-insight/

parikls avatar May 26 '22 14:05 parikls

@parikls we deployed a few GUIs last week to try, one of them being Redis Insight. It seems nice indeed, thanks!

ccrvlh avatar May 27 '22 17:05 ccrvlh

Is there any similar library in Golang?

lazyboson avatar Jan 24 '23 09:01 lazyboson