Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cheerfulstoic/interpretations
Demo application that shows how you can use Neo4j Graph Database with (MRI) Ruby on Rails.
https://github.com/cheerfulstoic/interpretations
Last synced: about 1 month ago
JSON representation
Demo application that shows how you can use Neo4j Graph Database with (MRI) Ruby on Rails.
- Host: GitHub
- URL: https://github.com/cheerfulstoic/interpretations
- Owner: cheerfulstoic
- Created: 2014-11-07T22:58:51.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-07T23:12:31.000Z (about 10 years ago)
- Last Synced: 2023-03-11T03:34:00.053Z (almost 2 years ago)
- Language: Ruby
- Homepage: http://interpretations.herokuapp.com
- Size: 152 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Interpretations
This is a sample Rails application that uses Neo4j Graph Database.
Full history: http://helabs.com.br/blog/2014/07/25/starting-with-graph-databases-using-neo4j-and-rails/## Dependencies
To run this project you need to have:
* Ruby 2.1.2 - You can use [RVM](http://rvm.io)
* [Neo4j](http://neo4j.org/download)## Setup the project
1. Install the depedencies above
2. `$ git clone [email protected]:tomasmuller/interpretations.git` - Clone the project
3. `$ cd interpretations` - Go into the project folder
4. `$ bundle install` - Install the gem dependencies## Running the project
1. `$ bundle exec foreman start` - Opens the server
2. Open [http://localhost:3000](http://localhost:3000)