Simple synchronous pipeline builder which supports well-known flowchart blocks and offers basic bulding blocks to construct Kafka-based DAG pipeline.
This is no way a replcement for Dataflow (Task Parallel Library). It uses another approach for building a pipeline.
Library | Description |
---|---|
Bruteflow | Basic building blocks to contruct a dataflow pipeline. |
Bruteflow.Kafka | Implementation of basic blocks to contruct pipeline which consumes and produces data from Kafka topic as a stream. |
Bruteflow.Kafka.Stats | Implementation of StatsD metric capturing. Uses JustEat.StatsD. |