Aggregate Designer Algorithm

Algorithm that designs aggregate tables

Лицензия

Лицензия

Категории

Категории

Сеть
Группа

Группа

net.hydromatic
Идентификатор

Идентификатор

aggdesigner-algorithm
Последняя версия

Последняя версия

6.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Aggregate Designer Algorithm
Algorithm that designs aggregate tables
Организация-разработчик

Организация-разработчик

Julian Hyde

Скачать aggdesigner-algorithm

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
commons-lang : commons-lang jar 2.4
commons-logging : commons-logging jar 1.1.3

test (2)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.4
net.hydromatic : foodmart-data-hsqldb jar 0.4

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
6.0