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

https://github.com/afsalthaj/easyalgebird

Big Data: A simple code to make things easy to aggregate a scalding typedpipe
https://github.com/afsalthaj/easyalgebird

algebird big-data functional-programming scalding

Last synced: 8 months ago
JSON representation

Big Data: A simple code to make things easy to aggregate a scalding typedpipe

Awesome Lists containing this project

README

          

# easyalgebird
Big Data: A simple code to make things easy to aggregate a scalding typedpipe
* Naming the aggregated result as an `AttributeValue`
* Getting a primary key, and associated `List[AttributeValue]` as the final output of aggregation: `AggregatedData`
* Pivoting the Aggregated Data based on `attribute` and its `value` in `AttributeValue`
* Ordering for a product, that represents an instance of data
* Flattening the composed aggregations using shapeless `flatten` etc