Skip to content
Arpit T edited this page Jul 27, 2015 · 2 revisions

Mocks Data generated during daily retail operations of a large retail companies like Wal-Mart, Target, and others.

DataSet Format:

column_header type description
storeID int store ID (incrementing)
productID int product ID (incrementing)
date JodaTime Localdate date (day)
inventory int Inventory count at the beginning of the day (date)
unitSale int Randomly generated sale count for the day (date) (lower limit: 0, upper limit: beginning inventory count for the respective day)

Avro schema is not available for this data format yet (under development)

Clone this wiki locally