DTM Data Loader for MongoDB

1.00.00 (C) 2015 DTM soft

Overview

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.

Requirements

The loader is console Windows application that required .NET 3.5 to run.

Command Line

There are four mandatory command line switches:

  1. Server(s) name [separated by comma]. Example: localhost:27017 or localhost:27017,localhost:27018
  2. Database name*. Example: MyDB
  3. Collection*. Example: MyCollection
  4. Source folder with JSON files. Example: d:\results\JsonFiles

* - 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

License

The software can be used with DTM Data Generator for JSON only for evaluation or commercial use depends on user's license.