Skip to content

dbis-ilm/pipefabric

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages