Go to file
Jan Philipp Timme 19b6fc3e4e
Implement query about total data volume per minute
2016-12-12 13:35:00 +01:00
src Implement query about total data volume per minute 2016-12-12 13:35:00 +01:00
.gitignore Add src/resources/config.properties to allow userdefined configuration 2016-12-05 21:32:27 +01:00
README.md Add src/resources/config.properties to allow userdefined configuration 2016-12-05 21:32:27 +01:00
pom.xml Initial commit 2016-11-06 20:20:14 +01:00

README.md

OrientDBApplication

This is an application to import a tcpdump file into an orientdb server instance. In order to run this project, import it into ecplise and configure it to use maven to install the dependencies from pom.xml Also make sure to make src/resources a source folder so that the configuration file config.properties is within the class path. (Use config.properties.sample to create your own config.properties file)