Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 421 Bytes

File metadata and controls

16 lines (11 loc) · 421 Bytes

Arches Synthetic Data

To create resources for the bulk loader run you'll first need to install the package:

python manage.py packages -o load_package -a synthetic_data -db -y -dev

Then you can start creating resources in single csv format:

python manage.py resource_generator -d ~/Desktop/synth-data.csv -r 25000
  • -d --dest output file
  • -r --resources number of resources you wish to create