Skip to content

julianhyde/foodmart-data-mysql

Repository files navigation

Build Status Maven Central

foodmart-data-mysql

Foodmart data set in MySQL format

Get foodmart-data-mysql

From Maven

Get foodmart-data-mysql from Maven Central:

<dependency>
  <groupId>net.hydromatic</groupId>
  <artifactId>foodmart-data-mysql</artifactId>
  <version>0.10</version>
</dependency>

Download and build

Java version 8 or higher.

$ git clone git://github.com/julianhyde/foodmart-data-mysql.git
$ cd foodmart-data-mysql
$ ./mvnw install

On Windows, the last line is

> mvnw install

See also

Similar data sets:

More information