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
- Host: GitHub
- URL: https://github.com/afsalthaj/easyalgebird
- Owner: afsalthaj
- Created: 2017-04-29T09:43:49.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-07T11:18:18.000Z (about 9 years ago)
- Last Synced: 2025-01-08T11:14:05.045Z (over 1 year ago)
- Topics: algebird, big-data, functional-programming, scalding
- Language: Scala
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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