GithubHelp home page GithubHelp logo

alpha-unito / pico Goto Github PK

View Code? Open in Web Editor NEW
26.0 7.0 5.0 5.1 MB

A C++ framework for data analytics pipelines

License: GNU Lesser General Public License v3.0

C++ 98.69% Shell 0.30% CMake 1.01%
high-performance data-analytics pipelines multi-core

pico's Introduction

PiCo: High-Performance Data-Analytics Pipelines in C++

Travis Build Status License: LGPL v3 GitHub tag GitHub Issues

PiCo (Pipeline Composition) is an open-source C++11 header-only DSL for high-performance data analytics, featuring low latency, high throughput, and minimal memory footprint on multi-core platforms.

Take a look to the word-count code to see how easy is writing a PiCo pipeline!

Report bugs + get help

https://github.com/alpha-unito/pico/issues/new

Build and run tests

The following steps require cmake >=3.1 as build system.

Get PiCo:

git clone https://github.com/alpha-unito/pico.git

The current implementation is based on FastFlow as runtime system. Get it and a link it:

cd pico
git clone https://github.com/fastflow/fastflow.git
ln -s fastflow/ff .

⛑️ A better solution for including FastFlow as dependency is under development!

Build and run tests and examples: (from pico root directory)

mkdir build && cd build
cmake .. -DPICO_ENABLE_UNIT_TEST=ON
cmake --build .
ctest

Use PiCo in your code

Good news! PiCo is header-only, you do not need to build/link any library to use it in your code. Just include PiCo headers at the beginning of your source file:

#include "pico/pico.hpp"

and use good ol' compiler flags to include PiCo (and FastFlow) when compiling your app:

git clone https://github.com/alpha-unito/pico.git
cd pico
git clone https://github.com/fastflow/fastflow.git
ln -s fastflow/ff .
g++ -I/path/to/pico/include -Iff app.cc

⛑️ A modern CMake-based solution for linking PiCo (with its dependencies) is under development!

Examples

The examples folder contains some proof-of-concept applications, showing the PiCo user experience:

PiCo Team

Maurizio Drocco [email protected] (maintainer)
Claudia Misale [email protected] (creator + co-maintainer)
Alberto Riccardo Martinelli [email protected] (co-maintainer)

Contributors

Marco Aldinucci [email protected] (boss)
Massimo Torquati [email protected] (FastFlow maintainer)
Guy Tremblay [email protected] (DSL wizard)

How to cite PiCo

C. Misale, M. Drocco, G. Tremblay, A. R. Martinelli, and M. Aldinucci, "PiCo: High-Performance Data Analytics Pipelines in Modern C++," Future Generation Computer Systems, Volume 87, 2018.
PiCo_DOI_badge PiCo_BibTexview PiCo_BibTexdownload PiCo_RISdownload

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.