Aggregate Designer Core

Tool that designs aggregate tables

License

License

Categories

Categories

Net
GroupId

GroupId

net.hydromatic
ArtifactId

ArtifactId

aggdesigner-core
Last Version

Last Version

6.0
Release Date

Release Date

Type

Type

jar
Description

Description

Aggregate Designer Core
Tool that designs aggregate tables
Project Organization

Project Organization

Julian Hyde

Download aggdesigner-core

How to add to project

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

Dependencies

compile (7)

Group / Artifact Type Version
commons-lang : commons-lang jar 2.4
commons-logging : commons-logging jar 1.1.3
commons-io : commons-io jar 1.3.1
net.hydromatic : aggdesigner-algorithm jar 6.0
pentaho » mondrian jar 3.6.7
dom4j : dom4j jar 1.6.1
jaxen : jaxen jar 1.1-beta-6

test (7)

Group / Artifact Type Version
junit : junit jar 4.4
org.jmock : jmock-junit4 jar 2.4.0
org.jmock : jmock-legacy jar 2.4.0
net.hydromatic : aggdesigner-algorithm test-jar 6.0
org.hsqldb : hsqldb jar 2.3.1
mysql : mysql-connector-java jar 5.1.17
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