Skip to content
This repository was archived by the owner on Dec 23, 2022. It is now read-only.

Collateapp/CollateMockCollectionGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Collate mock collection generator

Generate a mock collection for experimentation.

Installation

You need to have Node.js installed.

npm install to install dependencies

Generate

npm run generate to generate the collection.

The collection will be located in the test_data folder.

To edit the number of files generated, change these values in index.js

let max_notebooks = [10, 20]
let max_notes_per_notebook = [5, 100]
let max_num_attachments_per_note = [0, 5]
let note_body_sentences = 50

About

Script that generates a collection for experimentation purposes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published