https://github.com/jexp/neo4j-data-import
Collection of Examples and Code for importing data into Neo4j
https://github.com/jexp/neo4j-data-import
Last synced: over 1 year ago
JSON representation
Collection of Examples and Code for importing data into Neo4j
- Host: GitHub
- URL: https://github.com/jexp/neo4j-data-import
- Owner: jexp
- Created: 2013-05-09T22:23:32.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-05-09T22:23:54.000Z (about 13 years ago)
- Last Synced: 2025-02-10T08:30:42.675Z (over 1 year ago)
- Language: Ruby
- Size: 117 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Get the API key for themoviedb from http://api.themoviedb.org/2.1/ ("How to get started").
export it as `export API_KEY=34872983471893749`
Then run the import.rb script or use the existing cypher and csv files for your test-import
Edit `import.sh` to point `NEO4J_PATH` to your correct neo4j-location to find the `neo4j-shell`.