spatial
spatial copied to clipboard
Neo4j Spatial Docker Image
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.
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