Tool for generating Fake JSON data
This program uses npm package: json-schema-faker to generate fake json data
-
All schemas are stored in schemas folder
-
Samples objects that are used to generate some of the schemas are stored in sample-objects
- Another npm package: json-schemas-generator is used to generate such schemas from their corresponding sample obejcts
Install:
npm i
Run:
ES_HOST=http://localhost:9200 ES_INDEX=models ES_TYPE=models npm start