heka VS cff

Compare heka vs cff and see what are their differences.

heka

DEPRECATED: Data collection and processing made easy. (by mozilla-services)
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
getstream.io
featured
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
heka cff
1 2
3,399 215
- 2.3%
0.0 6.9
over 1 year ago 11 months ago
Go Go
GNU General Public License v3.0 or later Apache License 2.0
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.

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
    13 projects | news.ycombinator.com | 25 Nov 2024
    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

cff

Posts with mentions or reviews of cff. 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
    13 projects | news.ycombinator.com | 25 Nov 2024
    Sourcegraph Conc is broadly similar in providing pool helpers, but doesn't provide the same fine grained batching options: https://github.com/sourcegraph/conc

    Uber CFF does code generation, and has more of a focus on readability and complex dependency chains: https://github.com/uber-go/cff

  • Use Rails
    8 projects | news.ycombinator.com | 7 May 2024
    "The amount of APIs in the world that require concurrency within a single request scope to meet latency needs approaches zero."

    I've never worked on any non-Rails API where this was true. The Ruby community keeps telling me this, but in languages where concurrency is well supported, it gets used everywhere to a great extent. I obviously don't have hard data to support this, but your claim seems pretty far fetched to be honest.

    "In practice, you don’t make that db call until the auth request is done and the user is verified"

    Of course you optimistically do any idempotent DB operations while waiting for auth to succeed if you care about latency.

    "you don’t make the outgoing api call until you already have the results of the db call, because you need your data to form the outgoing request"

    These dependencies of course exist, but so do parts of the graph where they do not. You might want to make 2 or 5 outgoing calls based on your DB query and have to wait for 2 out of these 5 to make another DB query. This is so common that there are libraries like https://github.com/uber-go/cff to explicitly model those dependency graphs, visualize them and resolve them at runtime.

What are some alternatives?

When comparing heka and cff 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.

httpx - (Mirror) An HTTP client library for ruby

Fluentd - Fluentd: Unified Logging Layer (project under CNCF)

rill - Go toolkit for clean, composable, channel-based concurrency

Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
getstream.io
featured
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured