sonalgoyal / crux

Crux is a reporting application for HBase. Crux provides a simple web based graphical interface to access HBase, query data and create reports. Crux is open sourced under Apache Software Foundation License v2.0.
http://nubetech.co/category/crux-2
Apache License 2.0
100 stars 30 forks source link

Reports should support aggregations #7

Closed sonalgoyal closed 11 years ago

sonalgoyal commented 13 years ago

Current reports support filtering on row and columns. We should also provide aggregations(sum, count, min, max, group by) etc so that more advanced reports can be built.

sonalgoyal commented 13 years ago

Last commit pushed the front end changes, we are still working on the server side. Reports without functions should work fine for now.

sonalgoyal commented 11 years ago

This is part of the agg branch now