elixir-lang/gen_stage
Producer and consumer actors with back-pressure for Elixir observed · 2026-08-28
Health v2 · maintenance only
75/100
- Activity 96
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4025
- days_rel: n/a
- days_push: 28
- n_releases_24m: 0
Adoption not part of the score
1590 stars · 199 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
GenStage is an Elixir specification and behaviour for exchanging events between producer and consumer stages with built-in back-pressure. It also provides ConsumerSupervisor for starting a child process per event, and underpins the Flow and Broadway data-processing libraries.
Use cases
- build back-pressured event pipelines in Elixir
- consume events from queues like SQS or RabbitMQ concurrently
- implement rate limiting in a processing pipeline
- replace GenEvent with a concurrent, buffered event manager
- run multi-stage producer-consumer data processing
When to choose
- you need demand-driven event flow with back-pressure in Elixir
- you're building pipelines on top of Flow or Broadway
- you want per-event supervised consumption
When to avoid
- you're not working in Elixir/Erlang
- you need a full data-ingestion framework rather than a low-level behaviour (consider Broadway)
- you need map-reduce/windowed computation (consider Flow)
Facets
library · maturity stable
concurrency message-queue streaming rate-limiting workflow-automation microservices backend elixir jvm windows back-pressure producer-consumer event-pipeline genstage consumer-supervisor data-engineering real-time linux macos
2 sources
- readme: https://github.com/elixir-lang/gen_stage · fetched 2026-08-28 · b0750c88f661
- homepage: http://hexdocs.pm/gen_stage · fetched 2026-08-29 · 3b285ab5c597
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| elixir-lang/gen_stage | main | 75 |
For agents
markdown · JSON · MCP: product_card(name="elixir-lang/gen_stage")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem