Sha256: c0a77c53e7c3d55adf522a17543258962f1a3bb01523cf1ad17d17ce9f61861b

Contents?: true

Size: 634 Bytes

Versions: 3

Compression:

Stored size: 634 Bytes

Contents

# Neo4J Graph Database Adapter for Pacer

[Pacer](https://github.com/pangloss/pacer) is a
[JRuby](http://jruby.org) graph traversal framework built on the
[Tinkerpop](http://www.tinkerpop.com) stack.

This plugin enables full [Neo4J](http://neo4j.org) 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.

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
pacer-neo4j-2.3.7-java README.md
pacer-neo4j-2.3.6-java README.md
pacer-neo4j-2.3.5-java README.md