Skip to content

STEllAR-GROUP/hpxflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hpxflow

HpxFlow is a unified Batch and Stream Processing framework, over HPX (a C++ runtime parallel programming models), partially based on Google's DataFlow Model.

Build

Prequisites:

CMake >= 3.0.0
HPX >= 0.9.11
Boost >= 1.58.0

Building

mkdir build
cd build
cmake -DHPX_ROOT=/path/to/hpx/source/tree -DBOOST_ROOT=/your_boost_directory -DMYSQL_ROOT=/your/mysql/path ..

Options

  • Build examples: -DHPXFLOW_BUILD_EXAMPLE (Default=ON)

About

A unified Batch and Stream Processing framework, with added advantage of HPX

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published