- mongodb
- java 1.7
- maven
- tar
to rum the parser a running instance of mongod on port 27020 is required. in case of using a system wide installation just make sure the mongod process is running on port 27020
before running the parser you need to place all the tar.bz2 files on the folder sampleLogs
if a system wide instance of mongod is being used just run the execute on the root folder of the repository.
if no instance of mongod run the startMongo on the root folder of the repository which will create create a local installation of mongoDB inside the repository directory and execute the mongod on the good parameters. then run the execute on the root folder of the repository. Or just use the allInOne executable which will take care of mongo and run the program.
after the parser is finished the database can be found inside the folder mongoData