# dis-datagen ## README ### Synopsis A set of scripts generating fake-data and testdata for a new [mDIS](https://data.icdp-online.org/mdis-docs/) instance. Written in Javascript for the [Node](https://data.icdp-online.org/mdis-docs/) platform (v14+). ### .sh and .js Scripts available There is a set of shellscripts in the `bin/` subdirectory. They are just simple wrappers for the `.js` files in the `src` directory. Each shell script tries to load Node v14 first (because for regular mDIS development, I prefer to use Node v12). You can call the JavaScript files directly as well, but then you have to switch to Node 14+, e.g. by using `nvm`, the Node Volume Manager. ### See also For scripts usage, see [USAGE.md](USAGE.md) knb@gfz-potsdam.de © ICDP-OSG 2020