Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mneedham/neo4j-football-stadiums
Example of using neo4j spatial using British Football Stadiums
https://github.com/mneedham/neo4j-football-stadiums
Last synced: 12 days ago
JSON representation
Example of using neo4j spatial using British Football Stadiums
- Host: GitHub
- URL: https://github.com/mneedham/neo4j-football-stadiums
- Owner: mneedham
- Created: 2013-06-23T21:48:47.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-07-06T15:48:35.000Z (over 11 years ago)
- Last Synced: 2024-04-14T09:10:05.156Z (9 months ago)
- Language: JavaScript
- Size: 1 MB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
neo4j-football-stadiums
=======================Using neo4j spatial to create and query British Football Stadiums
To get started:
curl "http://download.neo4j.org/artifact?edition=community&version=1.9&distribution=tarball" -o neo4j.tar.gz
tar -xvf neo4j.tar.gz# copy across the spatial plugin
git clone git://github.com/neo4j/spatial.git spatial
cd spatial
mvn clean package -Dmaven.test.skip=true install
unzip target/neo4j-spatial-0.11-SNAPSHOT-server-plugin.zip -d /path/to/neo4j-community-1.9/plugins/
/path/to/neo4j-community-1.9/bin/neo4j restartbundle install
bundle exec ruby create_stadiums.rbIf things go [Pete Tong](http://www.cockneyrhymingslang.co.uk/slang/pete-tong) and you want to clear everything and start over:
./neo4j-community-1.9/bin/neo4j stop && rm -rf neo4j-community-1.9/data/graph.db/ && ./neo4j-community-1.9/bin/neo4j start
bundle exec ruby create_stadiums.rb