prassee
prassee

Reputation: 3629

Neo4J indexing using Blueprint API

any one used TinkerPop's Blueprints API with Neo4J or OrientDB

Upvotes: 1

Views: 873

Answers (2)

Rob
Rob

Reputation: 5954

OrientDB Graph Edition is available here: http://code.google.com/p/orient/downloads/list

You can then use Gremlin via OrientDB_Studio's (http://code.google.com/p/orient/wiki/OrientDB_Studio) console if you select "Gremlin" instead of "SQL" in the drop-down menu.

It also comes with a command line Gremlin console.

Upvotes: 0

Peter Neubauer
Peter Neubauer

Reputation: 6331

Well, Blueprints and Gremlin are built right into the Neo4j Server as a console, so you can use it in there ...

Upvotes: 1

Related Questions