Skip to content
This repository was archived by the owner on Dec 14, 2025. It is now read-only.

Latest commit

 

History

History
28 lines (14 loc) · 726 Bytes

File metadata and controls

28 lines (14 loc) · 726 Bytes

Neo4j is an open source graph database, which is available to Ruby through the Neo4j.rb gem.

Neo4j::Rails::Model object implement most ActiveModel features, making it easy to integrate Neo4j into a Rails application.

Documentation for Neo4j.rb.

rvm use jruby-1.6.7

bundle install

rails s

open browser at localhost:3000

Notice that the neo4j-admin gem is included, which make it possible to visualize the graph database.

Open a browser localhost:7474

Notice that the neo4j-admin gem does not work with JRuby 1.7, see github.com/andreasronge/neo4j-admin/issues/8