An in-development extension application for easily creating and managing dummy data in an Arches instance
Currently it is set up as a management command.
-g or --graphs - A comma separated list of the graphids of the resources you would like to create dummy data for.
-c or --count - Number of dummy resource instances to generate.
e.g.
python manage.py dummify -o create -g "b9e0701e-5463-11e9-b5f5-000d3ab1e588, 343cc20c-2c5a-11e8-90fa-0242ac120005" -c 100
While it currently exists as a management command, in the future we intend to convert the logic into an ETL/Bulk Data Manager module, where dummy data can be created much quicker and via a user interface (in addition to a CLI).