-
Notifications
You must be signed in to change notification settings - Fork 276
Neo4j::core introduction
andreasronge edited this page Oct 4, 2012
·
7 revisions
This gem is only a thin JRuby wrapper around the Neo4j Java API. It does not wrap nodes in Ruby object. It can be used instead of the neo4j-wrapper or neo4j gems when you don't need a Ruby mapping for relationships and nodes, check the [GitHub Project]{https://github.com/andreasronge/neo4j-core}.
- 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