Aggregate Designer Algorithm

Algorithm that designs aggregate tables

License

License

Categories

Categories

Net
GroupId

GroupId

net.hydromatic
ArtifactId

ArtifactId

aggdesigner-algorithm
Last Version

Last Version

6.0
Release Date

Release Date

Type

Type

jar
Description

Description

Aggregate Designer Algorithm
Algorithm that designs aggregate tables
Project Organization

Project Organization

Julian Hyde

Download aggdesigner-algorithm

How to add to project

<!-- https://jarcasting.com/artifacts/net.hydromatic/aggdesigner-algorithm/ -->
<dependency>
    <groupId>net.hydromatic</groupId>
    <artifactId>aggdesigner-algorithm</artifactId>
    <version>6.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.hydromatic/aggdesigner-algorithm/
implementation 'net.hydromatic:aggdesigner-algorithm:6.0'
// https://jarcasting.com/artifacts/net.hydromatic/aggdesigner-algorithm/
implementation ("net.hydromatic:aggdesigner-algorithm:6.0")
'net.hydromatic:aggdesigner-algorithm:jar:6.0'
<dependency org="net.hydromatic" name="aggdesigner-algorithm" rev="6.0">
  <artifact name="aggdesigner-algorithm" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.hydromatic', module='aggdesigner-algorithm', version='6.0')
)
libraryDependencies += "net.hydromatic" % "aggdesigner-algorithm" % "6.0"
[net.hydromatic/aggdesigner-algorithm "6.0"]

Dependencies

compile (2)

Group / Artifact Type Version
commons-lang : commons-lang jar 2.4
commons-logging : commons-logging jar 1.1.3

test (2)

Group / Artifact Type Version
junit : junit jar 4.4
net.hydromatic : foodmart-data-hsqldb jar 0.4

Project Modules

There are no modules declared in this project.

Build Status

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

Versions

Version
6.0