This is an extended version of the recommendations dataset.
The original recommendations dataset was extracted from the dump file into a series of CSV files.
Faker is used to generate additional data including:
- 
Additional
Userproperties - 
Addressnodes andLIVES_ATrelationships - 
Streamnodes andSTARTEDandSTREAMEDrelationships - 
PURCHASEDrelationships betweenUserandMovie 
- 
data/csv - CSV files containing the data
 - 
data/cypher - Cypher scripts to export / load the data into Neo4j
 - 
data/data-importer - Data Importer models for the original and extended datasets
 - 
generate - Python scripts to generate the extended dataset
 - 
requirements.txt - Python dependencies
 
