tGenerator - Simulates a temporal document, based on XBench.

Stephen W. Thomas
sthomas@cs.queensu.ca
School of Computing, Queen's University

Last updated: June 2012


Instructions:

1. Run XBench to create a catalog.xml file, and remember its path.
   (Make sure to choose option [3]DC/SD)

2. Create a settings files, to specifcy values for each parameter. (See comments in the top
   of tGenerator.java, or the TR, for information about each parameter.)

3. Compile the tGenerator program with:
   javac tGenerator.java -cp ./xerces-2.2.1.jar

   or just type './compile'

4. Run the program with:
   java -Xmx1g -cp ./lib/xerces-2.2.1.jar:. tGenerator settings.txt

   (Use any settings file you wish, located anywhere on your system.)
   (The location of the input file (catalog.xml) and output directory are
    specified in the settings file.)
   (Different size of scenarios will require larger Heap sizes.)

5. Output files will be placed in specified output directory.
   The *.final.csv files will be the final shredded documents for
   importing into the DBMS.



