DTM Data Loader for MongoDB is a supplemental utility for DTM Data Generator for JSON.
The loader scans for generated JSON documents (all *.json files) and loads it to MongoDB database.
The loader is console Windows application that required .NET 3.5 to run.
There are four mandatory command line switches:
* - the software does not check for database and collection existence and will create it if necessary.
Sample batch file for generation and loading:
dgjson.exe d:\SalesDb.gjspr MongoDataLoader.exe localhost:27017 MyDB MyCollection d:\results\JsonFiles
The software can be used with DTM Data Generator for JSON only for evaluation or commercial use depends on user's license.