-
Notifications
You must be signed in to change notification settings - Fork 276
Home
subvertallchris edited this page Oct 3, 2014
·
100 revisions
Neo4j.rb (neo4j
gem) is a Ruby wrapper for the Neo4j graph database.
It is a “Drop in” replacement for Rails Active Record.
- neo4j 3.x – Released September 2014, actively maintained.
- neo4j 2.x – Legacy, supports Neo4j 1.9 embedded only, no updates since 2013.
This gem is tested thoroughly and the specs make great documentation. In particular, see this for general examples but everything in https://github.com/neo4jrb/neo4j/tree/master/spec/e2e should be helpful.
WARNING: Much of the information in this wiki is out of date. We are in the process of moving things to readthedocs
- Project Introduction
- Neo4j::ActiveNode
- Neo4j::ActiveRel
- Search and Scope
- Validation, Uniqueness, and Case Sensitivity
- Indexing VS Legacy Indexing
- Optimized Methods
- Inheritance
- Core: Nodes & Rels
- Introduction
- Persistence
- Find : Lucene
- Relationships
- Third Party Gems & extensions
- Scaffolding & Generators
- HA Cluster