knewmanTE 189ca7892e Remove capitalized mongo tables (#2545) 8 years ago
..
src 189ca7892e Remove capitalized mongo tables (#2545) 8 years ago
README.md 934cde0d3e Added postgres test. 10 years ago
benchmark_config.json e9c5f6f782 DB Setup Changes / New Travis / Vagrant fix - The Promised Land! (#2417) 8 years ago
hello-world-mongo.yml 934cde0d3e Added postgres test. 10 years ago
hello-world-mysql.yml 934cde0d3e Added postgres test. 10 years ago
hello-world-postgres.yml 934cde0d3e Added postgres test. 10 years ago
pom.xml 9617968e27 Update dropwizard to 1.0.3 and Java 8 compilation 8 years ago
setup_mongo.sh e9c5f6f782 DB Setup Changes / New Travis / Vagrant fix - The Promised Land! (#2417) 8 years ago
setup_mysql.sh e9c5f6f782 DB Setup Changes / New Travis / Vagrant fix - The Promised Land! (#2417) 8 years ago
setup_postgresql.sh 27fffd8f20 Java/dropwizard fix (#2440) 8 years ago
source_code 934cde0d3e Added postgres test. 10 years ago

README.md

Dropwizard Benchmarking Test

This project consists of 3 tests:

  • MySql and Postgres - uses: HelloWorldService.java and HelloWorldConfiguration.java
  • MongoDB - uses: HelloMongoService.java and HelloMongoConfiguration.java

All other resources and model code are shared. The main *Service.java is set based on maven profiles. Respective .yml configuration files are specified in each setup_*.sh script.