The test data loader is a supplemental software tool for DTM Data Generator for JSON that was designed to help users to fill in RavenDB database by test data without extra scripting. The data generator produces a set of JSON files and the loader inserts this set to RavenDB database. It is a command line Windows application that all modern operating system versions (XP and newer).
Download Data Loader. There is no installation required. The tool can be used with DTM Data Generator for JSON only for evaluation or commercial use depends on user's license.
There are three mandatory command line parameters:
The typical execution sequence contains two steps: test data generation and data loading. Both of them can be executed in console mode. At the first step, DTM Data Generator for JSON generates a set of JSON file in 'd:\results\JsonData' folder. At the second one, the loader inserts each file as RavenDB document to active database.
dgjson.exe -c d:\SalesDb.gjspr RavenDBLoader.exe localhost:8080 SalesDb d:\results\JsonData