turboMaker
JSON →turboMaker is a high-performance, multithreaded document generator for MongoDB that operates through a CLI. Version 1.0.64 focuses on speed, generating 1 million documents in approximately 7 seconds on typical hardware. It uses worker_threads, SharedArrayBuffer, and Atomics for parallel inserts across all CPU cores. Key differentiators include support for custom data schemas via a generatingData function, precise createdAt/updatedAt handling, batch inserts, and integration with superMaker for realistic random data. It is intended for stress testing MongoDB, creating large collections, and performance benchmarking. The package is maintained and released regularly.