neo4j-contrib / spatial

Neo4j Spatial is a library of utilities for Neo4j that faciliates the enabling of spatial operations on data. In particular you can add spatial indexes to already located data, and perform spatial operations on the data like searching for data within specified regions or within a specified distance of a point of interest. In addition classes are provided to expose the data to geotools and thereby to geotools enabled applications like geoserver and uDig.
http://neo4j-contrib.github.io/spatial
Other
776 stars 191 forks source link

Neo4j Spatial Docker Image #249

Open jgkim opened 8 years ago

jgkim commented 8 years ago

There were unofficial Docker images for previous versions of Neo4j Spatial, but it seems they are currently not maintained. If we have the official Neo4j Spatial Docker image based on the official Neo4j Docker image, many people can easily try out Neo4j Spatial.

nparley commented 7 years ago

You can add the spatial plugin quite easily using a Dockerfile, for example download the correct jar file then create a Dockerfile to copy it into the container:

FROM neo4j
copy neo4j-spatial-0.23-neo4j-3.0.4-server-plugin.jar /var/lib/neo4j/plugins/neo4j-spatial-0.23-neo4j-3.0.4-server-plugin.jar