The Wayback Machine - https://web.archive.org/web/20200921001733/https://github.com/STEllAR-GROUP/hpxflow
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
doc
 
 
 
 
src
 
 
 
 
 
 

README.md

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

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.