Karafka
Ruby and Rails efficient multithreaded Kafka processing framework (by karafka)
Sneakers
A fast background processing framework for Ruby and RabbitMQ (by jondot)
Karafka | Sneakers | |
---|---|---|
4 | 2 | |
2,173 | 2,248 | |
0.9% | -0.1% | |
9.6 | 2.6 | |
6 days ago | about 1 year ago | |
Ruby | Ruby | |
Creative Commons Attribution Non Commercial 3.0 Germany | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Karafka
Posts with mentions or reviews of Karafka.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-12-08.
-
Kafka at the Low End
Do you mind explaining what you mean by not being able to find a "good Kafka client" for Ruby? There are pretty good bindings to librdkafka and frameworks like Karafka (https://github.com/karafka/karafka/) that provide many functionalities, including a Web UI.
-
ruby-kafka has been officially deprecated and is no longer recommended for production usage
It is no longer recommended for production usage. If you use it, you can either switch to rdkafka-ruby or one of high-level libraries like karafka.
-
Event Streaming in Rails with Kafka
Karafka is a framework used to simplify Apache Kafka-based Ruby applications development.
-
Code Loaders in Ruby: Understanding Zeitwerk
Karafka
Sneakers
Posts with mentions or reviews of Sneakers.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-02-10.
-
how do you use Sidekiq?!
A nice Ruby implementation is found in the sneakers gem: https://github.com/jondot/sneakers
-
What is your development setup (IDE, gems, library, ci/cd etc) for RoR/non-RoR applications development ?
Gems, so many to choose from, so only a special mention: sneakers as an alternative to sidekiq.
What are some alternatives?
When comparing Karafka and Sneakers you can also consider the following projects:
Sidekiq - Simple, efficient background processing for Ruby
Shoryuken - A super efficient Amazon SQS thread based message processor for Ruby. This project is in MAINTENANCE MODE.
Resque - Resque is a Redis-backed Ruby library for creating background jobs, placing them on multiple queues, and processing them later.
Bunny - Bunny is a popular, easy to use, mature Ruby client for RabbitMQ