NPM

turboMaker
Super-fast multi-threaded document generator for MongoDB, using all CPU cores.
Key features:
- Thread count control.
- Generate with custom data schemas.
- Precise handling of createdAt/updatedAt using timeStepMs.
- Working via CLI.

superMaker
Data generator designed specifically for turboMaker.
Key features:
- Ability to create a fully customizable data store for generation.
- Uses Fisher-Yates shuffle.
- Generates random texts, hashtags, words, dates, email, id, url, array, boolean, etc.

mongoCollector
CLI tool for retrieving values of a specific field from a MongoDB collection.
Key features:
- Data filtering using $match.
- Batch processing (batchSize).
- Large collection support via allowDiskUse.
- Flexible array processing.