Foodmart data set in JSON format
This file contains the FoodMart data set for testing Mondrian, in JSON format.
It was created by MondrianFoodMartLoader using the following command:
bin/loadFoodMart.sh --db json
Get foodmart-data-json from Maven Central:
<dependency>
<groupId>net.hydromatic</groupId>
<artifactId>foodmart-data-json</artifactId>
<version>0.4</version>
</dependency>
Java version 8 or higher.
$ git clone git://github.com/julianhyde/foodmart-data-json.git
$ cd foodmart-data-json
$ ./mvnw install
On Windows, the last line is
> mvnw install
Similar data sets:
- chinook-data-hsqldb
- foodmart-data-hsqldb
- foodmart-data-mysql
- foodmart-queries
- scott-data-hsqldb
- steelwheels-data-hsqldb
- License: Apache License, Version 2.0
- Project page: http://www.hydromatic.net/foodmart-data-json
- Source code: https://github.com/julianhyde/foodmart-data-json
- Developers list: dev at calcite.apache.org (archive, subscribe)
- Issues: https://github.com/julianhyde/foodmart-data-json/issues
- Release notes and history