Home About Blog Downloads Documentation FAQ

Development Blog

API Documentation Update

We just updated our API documentation. We hope that makes for a easier use, even if we still in alpha.

Our API documentation just got an Update! We are using Doxygen to generate doc more easily. We wave focused on classes that the user needs to consult in order to use the framework. We also provide a PDF version of the API reference guide for offline consultation.

Our Docs can be found at the Latest release doc links at our documentation page.

The Dev Blog

Today, we are starting the dev blog. We intent to write about what we are doing and the process that we are doing it. Without further ado, we will give a brief explanation on the project development roadmap. What we have done so far, what we are doing and what we need to do in the future.

Wight now we have a partially functional framework with working examples and initial native benchmarking tools. Faster implements a subset of the ideal functional operators for the different dataset types available. Most of them have very low latency:

Overall Low Latency

Faster is able to create datasets from disk and from memory, apply several functional programming operators in parallel distributed across multiple machines, collect the result or distributed data, and write on Disk. In the examples directory in de source we have several toy examples and also some algorithms. One of the alforithms is a Pagerank implementation that rendered up to 30x speedup over Spark.

30x times faster than Spark

With our performance results we have presented an paper at the 16th IEEE/ACM International Symposium on Cluster, Cloud and Grid Computing (CCGrid2016).

Faster: a low overhead framework for massive data analysis
Matheus C. Santos, Wagner Meira Jr., Dorgival Guedes and Virgı́lio F. Almeida
CCGrid2016

Roadmap

See our detailed development
roadmap >>