https://github.com/neo4jrb/swapi
Basic app to import Star Wars API data into neo4j
https://github.com/neo4jrb/swapi
Last synced: 8 months ago
JSON representation
Basic app to import Star Wars API data into neo4j
- Host: GitHub
- URL: https://github.com/neo4jrb/swapi
- Owner: neo4jrb
- Created: 2014-12-24T10:00:43.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-24T10:14:47.000Z (almost 11 years ago)
- Last Synced: 2025-04-08T01:01:47.814Z (8 months ago)
- Language: Ruby
- Size: 270 KB
- Stars: 5
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Just a fun project I put together to consume the Star Wars API (http://swapi.co/) and import it into neo4j.

To run, simply execute:
```
./setup.bash
```
When you are done you can shut down the neo4j server by executing:
```
rake neo4j:stop
```
This will install neo4j into the rails app directory, configure it for port 1138, start it up, run the import, and open the web console in your default browser.
I'd like to do something with the Rails app itself, but this is nice for now ;)
Happy graphing!