heka
DEPRECATED: Data collection and processing made easy. (by mozilla-services)
rill
Go toolkit for clean, composable, channel-based concurrency (by destel)
heka | rill | |
---|---|---|
1 | 3 | |
3,399 | 1,686 | |
- | 0.8% | |
0.0 | 7.9 | |
over 1 year ago | 5 months ago | |
Go | Go | |
GNU General Public License v3.0 or later | 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.
heka
Posts with mentions or reviews of heka.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-11-25.
-
Show HN: Rill – Composable concurrency toolkit for Go
The channel-focused approach to stream processing reminds me of Heka [0]. It was a contemporary of Samza and Heron, and it was fairly prominent in the early Go ecosystem (maybe 10 years ago). As I recall it, quite foggily and quite a long while later, one of the final nails in Heka's coffin was that channel throughput didn't scale well. Do you have benchmarks for Rill, or is it not intended for high-throughput use cases?
[0]: https://github.com/mozilla-services/heka
rill
Posts with mentions or reviews of rill.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-11-25.
-
Real-Time Batching in Go
To simplify the worker implementation, we'll use rill, a concurrency toolkit I’ve built. It provides utilities like rill.Batch, which groups incoming items into batches with a timeout (exactly as described earlier), and rill.ForEach, which helps control the level of concurrency when processing those batches. Thanks to these tools, the worker implementation becomes remarkably compact.
- Show HN: Rill – Composable concurrency toolkit for Go
- Rill – Go library for simplified concurrent programming
What are some alternatives?
When comparing heka and rill you can also consider the following projects:
toxiproxy - :alarm_clock: :fire: A TCP proxy to simulate network and system conditions for chaos and resiliency testing
go-parallel - parallelism in Go using generics
Gor - GoReplay is an open-source tool for capturing and replaying live HTTP traffic into a test environment in order to continuously test your system with real data. It can be used to increase confidence in code deployments, configuration changes and infrastructure changes.
cff - Concurrency toolkit for Go
Fluentd - Fluentd: Unified Logging Layer (project under CNCF)
semgroup - Like errgroup/waitgroup, but only runs a maximum of tasks at any time.