cdbrkfxrpt / pipeBB

A library containing building blocks for data processing pipelines.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pipeline status coverage report

pipeBB is a library with (partially stateful) building blocks for processing pipelines. It enables transfer from visually implemented directed acyclical graphs (DAGs) with processing "blocks" and a directed data flow to be implemented intuitively in C++.

Current To Dos

  • get this readme up to speed (!)

Build and Test

Required to build and test the library are:

  • CMake (3.8.0+)
  • make (4.2.1+)
  • gcc (7.0+)

Simply run

# create new directory "build" and switch into it
mkdir build && cd build

# execute "cmake" in the parent directory, the call make in this directory
cmake ..
make

# run test suite
make test

About

A library containing building blocks for data processing pipelines.

License:Apache License 2.0


Languages

Language:Objective-C 80.4%Language:C++ 19.0%Language:CMake 0.7%Language:Vim Script 0.0%