billkoch / pacer-neo4j

Neo4J adapter for Pacer

Home Page:http://neo4j.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Neo4J adapter for Pacer

http://neo4j.org


Languages

Language:Ruby 100.0%