Skip to content

How to contribute

ncolomer edited this page Apr 28, 2013 · 1 revision

Want to contribute? Great! Things that would help me alot...

  • Give feedbacks! Such as dataset, import time, queries and their metrics
  • Review elasticsearch mapping: I made ​​choices, there are potentially better
  • Implement new specialized index builders
  • Handle OpenStreetMap changesets to update already indexed dumps
  • And all the rest... any idea, issue report, bugfix or contribution is appreciated :)

The dev's corner

The project is fully Mavenized. If you want to dig into the code, follow these 4 steps:

  • ensure you have Maven and Git installed
  • clone the project somewhere locally
  • import the project into your favorite Java editor

From here, you can also run the test suite using mvn clean verify: it includes inevitable unit tests and some portable (full in-memory) integration tests.