Aggregate Designer

Designs aggregate tables

License

License

Categories

Categories

Net
GroupId

GroupId

net.hydromatic
ArtifactId

ArtifactId

aggdesigner
Last Version

Last Version

6.0
Release Date

Release Date

Type

Type

jar
Description

Description

Aggregate Designer
Designs aggregate tables
Project URL

Project URL

http://github.com/julianhyde/aggdesigner
Project Organization

Project Organization

Julian Hyde
Source Code Management

Source Code Management

http://github.com/julianhyde/aggdesigner/tree/master

Download aggdesigner

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • pentaho-aggdesigner-algorithm
  • pentaho-aggdesigner-core

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