Skip to content

Commit

Permalink
Update build badge
Browse files Browse the repository at this point in the history
  • Loading branch information
esjewett committed May 27, 2016
1 parent 84b7644 commit 10e200c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Reductio: Crossfilter grouping
========

[![Join the chat at https://gitter.im/esjewett/reductio](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/esjewett/reductio?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Join the chat at https://gitter.im/crossfilter/reductio](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/crossfilter/reductio?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

Reductio is a library for generating Crossfilter reduce functions and applying them to Crossfilter groups. Crossfilter supports basic count and sum aggregations, but even aggregations as conceptually simple as a group minimum or maximum can be difficult to build correctly and efficiently on a Crossfilter group. Reductio provides helper functions that generate these aggregations in an efficient and composable way, making it easy to use more complex aggregations with Crossfilter and to have more than one aggregation per group without having to worry about designing 2-way reduce functions.

Expand Down

0 comments on commit 10e200c

Please sign in to comment.