Discover and explore top open-source AI tools and projects—updated daily.
redpanda-dataOperationally mundane stream processing engine
Top 6.0% on SourcePulse
Fancy stream processing made operationally mundane. Redpanda Connect addresses the operational complexity of stream processing by providing a high-performance, resilient system for connecting diverse data sources and sinks. It targets engineers and power users needing to build, deploy, and monitor data pipelines with minimal friction. Its declarative configuration and built-in delivery guarantees significantly reduce setup and maintenance overhead.
How It Works
The system employs a declarative, configuration-file-driven approach where pipelines are defined via input connectors, a sequence of processing stages (mapping, enrichment, transformation, filtering), and output connectors. A key architectural advantage is its in-process transaction model, which ensures at-least-once delivery guarantees even during server failures or crashes, eliminating the need for disk-persisted state and simplifying operational management.
Quick Start & Requirements
curl script for Linux binaries, Homebrew (brew install redpanda-data/tap/redpanda), or Docker (docker pull docker.redpanda.com/pandadata/connect).rpk connect run ./config.yaml or using Docker commands.Highlighted Details
/ping and /ready health check endpoints, exposes metrics (Statsd, Prometheus, JSON HTTP), and supports OpenTelemetry tracing.Maintenance & Community
Contributions are welcomed, with established tasks for formatting (task fmt) and linting (task lint). The project resides on GitHub. Specific community channels or contributor details are not detailed in the README.
Licensing & Compatibility
The license type is not explicitly stated in the provided README text.
Limitations & Caveats
Building with optional external dependencies (e.g., zmq4) requires specific build tags (x_benthos_extra). Integration tests are skipped by default during standard testing (task test) and must be triggered manually.
2 days ago
Inactive
bytewax
pathwaycom