GenStage is a specification and set of behaviours for building demand-driven data pipelines on the BEAM. It formalizes the roles of producers, consumers, and producer-consumers, using back-pressure so that fast producers don’t overwhelm downstream stages. Developers implement callbacks like handle_demand and handle_events to control how items are emitted, transformed, and consumed across asynchronous boundaries. Because stages are OTP processes, you gain fault tolerance, supervised restarts, and concurrency tuned via configurable demand and partitioning. GenStage underpins higher-level libraries like Flow and Broadway, but it can also be used directly for custom pipelines where timing and throughput matter. Its clear separation of concerns encourages testable, composable stages that can be rearranged as requirements evolve. In production, this leads to predictable, resilient dataflows for event ingestion, batching, and parallel processing.

Features

  • Behaviour for producer, consumer, or producer-consumer stages
  • Back-pressure built in (demand-driven messaging)
  • Support for dynamic event-driven processing pipelines
  • ConsumerSupervisor for supervising per-event consumers
  • Composable stages enabling complex data flows
  • More robust alternative to GenEvent for event systems

Project Samples

Project Activity

See All Activity >

Categories

Data Pipeline

License

MIT License

Follow GenStage

GenStage Web Site

Other Useful Business Software
Ship Agents Faster Icon
Ship Agents Faster

Transform your applications and workflows into powerful agentic systems at global scale.

Gemini Enterprise Agent Platform lets you rapidly build, scale, govern and optimize production-ready agents grounded in your organization's data. The platform enables developers to build custom or pre-built agents for virtually any use case. New customers get $300 in free credits.
Get Started Free
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of GenStage!

Additional Project Details

Programming Language

Elixir

Related Categories

Elixir Data Pipeline Tool

Registered

2025-09-01