eventflux-io/engine: Rust-native, pattern-first stream processing engine (CEP): filters, joins, enrichment, windows—low latency on-prem & Kubernetes.
github.com·17h·
Discuss: Hacker News
Preview
Report Post

EventFlux

Stream processing engine built in Rust. Write SQL, process events, skip the infrastructure headache.

Why EventFlux

You need to detect patterns in event streams, aggregate metrics, or react to conditions in real-time.

Your options today:

  • Flink — needs Kubernetes, 4GB+ JVM heap, dedicated ops
  • Kafka Streams — needs a Kafka cluster plus Java expertise
  • Build it yourself — months of work

For 100k events/sec, that’s overkill.

EventFlux runs as a single binary. No cluster. No JVM. No YAML manifests. Just SQL.

Quick Start

# Docker
docker run -v ./app.sql:/app.sql ghcr.io/eventflux-io/engine /app.sql

# Or build from source
git clone https://github.com/eventflux-io/engine.git
cd engine
cargo build --release
./target/release/run_eventflux a...

Similar Posts

Loading similar posts...