Aggregate Designer
A tool that designs an optimal set of aggregates (summary tables) for OLAP queries.
(Based on Pentaho Aggregate Designer.)
Get Aggregate Designer
From Maven
Get Aggregate Designer from Maven central:
<dependency>
<groupId>net.hydromatic</groupId>
<artifactId>aggdesigner</artifactId>
<version>6.0</version>
</dependency>
Download and build
You need Java (1.6 or higher; 1.8 preferred), git and maven (3.2.1 or higher).
$ git clone git://github.com/julianhyde/aggdesigner.git
$ cd aggdesigner
$ mvn install
More information
- License: Apache Software License, Version 2.0
- Author: Julian Hyde
- Project page: http://www.hydromatic.net/aggdesigner
- API: http://www.hydromatic.net/aggdesigner/apidocs
- Source code: http://github.com/julianhyde/aggdesigner
- Developers list: mondrian at pentaho.org (archive, subscribe)
- Issues: https://github.com/julianhyde/aggdesigner/issues
- Release notes and history
- HOWTO