elasticsearch-osmosis-plugin
An Osmosis plugin that index OpenStreetMap data into elasticsearch
File Explorer
Download Latest Version (.zip)- AbstractIndexBuilder.java
- ElasticsearchClientBuilder.java
- DaoException.java
- EntityDao.java
- ESEntity.java
- ESEntityType.java
- ESNode.java
- ESWay.java
- ESLocation.java
- ESShape.java
- ESShapeType.java
- IndexAdminService.java
- Endpoint.java
- EntityBuffer.java
- EntityCounter.java
- Parameters.java
- Worker.java
- WorkerPool.java
- ElasticSearchWriterFactory.java
- ElasticSearchWriterPluginLoader.java
- ElasticSearchWriterTask.java
- plugin.properties
- EntityDaoITest.java
- EntityDaoUTest.java
- PluginIntegrationITest.java
- ESNodeITest.java
- ESNodeUTest.java
- ESWayITest.java
- ESWayUTest.java
- ESShapeUTest.java
- IndexAdminServiceITest.java
- AbstractElasticSearchInMemoryTest.java
- AssertUtils.java
- OsmDataBuilder.java
- ParametersUTest.java
- ElasticSearchWriterTaskUTest.java
- logback-test.xml
- mondeville-20130123.osm
- osmosis-plugins.conf
- plugin.properties
- .gitignore
- LICENSE.txt
- pom.xml
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/ncolomer/elasticsearch-osmosis-plugin
Downloads the entire project code from GitHub to your computer.
cd elasticsearch-osmosis-plugin
Moves into the project folder you just downloaded.
2. Maven (Java)
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java projects.
- Maven The build tool used for the mvn command.
mvn clean install
Installs dependencies and builds the project using Maven.
A BUILD SUCCESS message means it worked. The output is created under target/.
// repository documentation
Was this content helpful?
(0 ratings)
