All Projects → pangloss → Pacer Neo4j

pangloss / Pacer Neo4j

Neo4J adapter for Pacer

Programming Languages

ruby
36898 projects - #4 most used programming language

Neo4J Graph Database Adapter for Pacer

Pacer is a JRuby graph traversal framework built on the Tinkerpop stack.

This plugin enables full Neo4J graph support in Pacer.

Usage

Here is how you open a Neo4J graph in Pacer.

  require 'pacer'
  require 'pacer-neo4j'

  # Graph will be created if it doesn't exist
  graph = Pacer.neo4j 'path/to/graph'

All other operations are identical across graph implementations (except where certain features are not supported). See Pacer's documentation for more information.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].