Foodmart data set in MySQL format
Get foodmart-data-mysql from Maven Central:
<dependency>
<groupId>net.hydromatic</groupId>
<artifactId>foodmart-data-mysql</artifactId>
<version>0.10</version>
</dependency>
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
Similar data sets:
- chinook-data-hsqldb
- flight-data-hsqldb
- foodmart-data-hsqldb
- foodmart-data-json
- foodmart-queries
- scott-data-hsqldb
- steelwheels-data-hsqldb
- License: Apache License, Version 2.0
- Author: Julian Hyde
- Blog: http://blog.hydromatic.net
- Project page: http://www.hydromatic.net/foodmart-data-mysql
- Source code: https://github.com/julianhyde/foodmart-data-mysql
- Distribution: Maven Central
- Developers list: dev at calcite.apache.org (archive, subscribe)
- Issues: https://github.com/julianhyde/foodmart-data-mysql/issues
- Release notes and history