Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.61 KB

README.md

File metadata and controls

30 lines (24 loc) · 1.61 KB

PipeFabric

pipeline status coverage report

PipeFabric is a C++ framework for processing streams of tuples where the processing steps are described by queries formulated as dataflow graphs of operators. PipeFabric represents the execution engine by providing a set of operators and utility classes. It consists of the following main components:

  • a publish-subscribe framework optimized for low-latency processing within a single machine
  • a library of operators for data stream processing including aggregates, grouping, and joins as well as complex event processing
  • a basic DSL for specifying dataflows (called topologies) in C++

Tutorials and Documentation