-
Notifications
You must be signed in to change notification settings - Fork 276
Neo4j::core introduction
andreasronge edited this page Oct 2, 2012
·
7 revisions
This gem is only a thin JRuby wrapper around the Neo4j Java API. It does not wrap nodes in Ruby object.
- Neo4j::Node
- Neo4j::Relationship
- Neo4j - e.g. cypher query
- Neo4j::Algo included algorithms, like shortest path
- Neo4j::Config
- Neo4j::Transaction
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