Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)