-
Notifications
You must be signed in to change notification settings - Fork 13
Reducers
Amy Boyer edited this page Feb 4, 2019
·
3 revisions
Reducers combine multiple extracts together into a single set of values. This is typically done so that you can make a decision based on the consensus among users, but can be used for many other purposes as well.
- Consensus Reducer
- Simple Count Reducer
- First Extract Reducer
- Placeholder Reducer
- SQS Reducer
- Stats Reducer
- Summary Stats Reducer
- Unique Count Reducer
- External Reducers
- Coleman's Aggregation-for-Caesar reducers
This is a complex enough topic for its own page probably.