ArkFlow: High-performance Rust stream processing engine
Published on: 2025-08-04 11:38:43
ArkFlow
English | 中文
High-performance Rust stream processing engine, providing powerful data stream processing capabilities, supporting multiple input/output sources and processors.
Features
High Performance : Built on Rust and Tokio async runtime, offering excellent performance and low latency
: Built on Rust and Tokio async runtime, offering excellent performance and low latency Multiple Data Sources : Support for Kafka, MQTT, HTTP, files, and other input/output sources
: Support for Kafka, MQTT, HTTP, files, and other input/output sources Powerful Processing Capabilities : Built-in SQL queries, JSON processing, Protobuf encoding/decoding, batch processing, and other processors
: Built-in SQL queries, JSON processing, Protobuf encoding/decoding, batch processing, and other processors Extensible: Modular design, easy to extend with new input, output, and processor components
Installation
Building from Source
# Clone the repository git clone https://github.com/arkflow-rs/arkf
... Read full article.