/tpcds

Port of TPC-DS data generator to Java

Primary LanguageSmartyApache License 2.0Apache-2.0

Build Status

tpcds

A port of the TPC-DS data generator to Java.

Prerequisites

Tpcds requires Java (1.7 or higher; 1.9 preferred), git, maven (3.2.1 or higher).

Download and build

$ git clone git://github.com/julianhyde/tpcds.git
$ cd tpcds
$ mvn install

Pre-built artifacts

Each release is published to Maven central. Add the following to the dependencies section of your pom.xml:

<dependency>
  <groupId>net.hydromatic</groupId>
  <artifactId>tpcds</artifactId>
  <version>0.4</version>
</dependency>

More information