A tool that designs an optimal set of aggregates (summary tables) for OLAP queries.
(Based on Pentaho Aggregate Designer.)
Get Aggregate Designer from Maven central:
<dependency>
<groupId>net.hydromatic</groupId>
<artifactId>aggdesigner</artifactId>
<version>6.0</version>
</dependency>
You need Java (JDK 8 or higher), Git and Apache Maven (3.5.4 or higher).
$ git clone git://github.com/julianhyde/aggdesigner.git
$ cd aggdesigner
$ ./mvnw install
(On Windows, use mvnw.cmd
rather than ./mvnw
.)
- 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