Skip to content
Snippets Groups Projects
Commit 2da316e1 authored by PTSEFTON's avatar PTSEFTON
Browse files

Update README.md

parent e35bebc5
No related merge requests found
...@@ -20,7 +20,7 @@ a dependency. ...@@ -20,7 +20,7 @@ a dependency.
const catalog = datacrate.datapub2catalog(datapub); const catalog = datacrate.datapub2catalog(datapub);
fs.writeFileSync('CATALOG.json', JSON.stringify(catalog, null, 2)); fs.writeFileSync('CATALOG.json', JSON.stringify(catalog, null, 2));
## random.jshis is a utility to generate plausible random DataCrates with no payloads, for testing things like Solr indexers. It generates random text descriptions and a reasonable distribution of keywords and authors. ## random.js is is a utility to generate plausible random DataCrates with no payloads, for testing things like Solr indexers. It generates random text descriptions and a reasonable distribution of keywords and authors.
node ./random.js -d ./output/ -n 1000 node ./random.js -d ./output/ -n 1000
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment