Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thrill/thrill

Thrill - An EXPERIMENTAL Algorithmic Distributed Big Data Batch Processing Framework in C++
https://github.com/thrill/thrill

big-data c-plus-plus distributed-computing thrill

Last synced: 17 days ago
JSON representation

Thrill - An EXPERIMENTAL Algorithmic Distributed Big Data Batch Processing Framework in C++

Awesome Lists containing this project

README

        

# Thrill

Travis-CI Status: [![Travis-CI Status](https://travis-ci.org/thrill/thrill.svg?branch=master)](https://travis-ci.org/thrill/thrill)
Jenkins Status: [![Jenkins Status](http://i10login.iti.kit.edu:8080/buildStatus/icon?job=Thrill)](http://i10login.iti.kit.edu:8080/job/Thrill)
Appveyor Status: [![Appveyor Status](https://ci.appveyor.com/api/projects/status/ux41q0dc5t2l7u1q/branch/master?svg=true)](https://ci.appveyor.com/project/bingmann/thrill/branch/master)

Thrill is an EXPERIMENTAL C++ framework for algorithmic distributed Big Data batch computations on a cluster of machines.
It is currently being designed and developed as a research project at Karlsruhe Institute of Technology and is in early testing.
More information on goals and mission see [http://project-thrill.org](http://project-thrill.org).

For easy steps on Getting Started refer to the [**Live Documentation**](http://project-thrill.org/docs/master/).

## License

Thrill is free software provided under [BSD 2-clause license](https://github.com/thrill/thrill/blob/master/LICENSE).

If you use Thrill in an academic context or publication, please cite our paper
```
@InProceedings{bingmann2016thrill,
author = {Timo Bingmann and Michael Axtmann and Emanuel J{\"{o}}bstl and Sebastian Lamm and Huyen Chau Nguyen and Alexander Noe and Sebastian Schlag and Matthias Stumpp and Tobias Sturm and Peter Sanders},
title = {{Thrill}: High-Performance Algorithmic Distributed Batch Data Processing with {C++}},
booktitle = {IEEE International Conference on Big Data},
year = 2016,
pages = {172--183},
month = dec,
organization = {IEEE},
note = {preprint arXiv:1608.05634},
isbn = {978-1-4673-9005-7},
}
```