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
Forever Free Full-Stack Observability | Grafana Cloud Icon
Forever Free Full-Stack Observability | Grafana Cloud

Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
Create free account
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