graph databases - Using Neo4j API with Blueprints -


i'm using neo4jgraph in blueprints, how can use more neo4j specific methods api?

you have grab underlying neo4j instance with:

blueprintsgraph.getrawgraph() 

which returns graphdatabaseservice. there similar "raw" methods on vertex, edge , index, getrawvertex(), getrawedge() , getrawindex() respectively.


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

android - Keyboard hides my half of edit-text and button below it even in scroll view -

css - Make div keyboard-scrollable in jQuery Mobile? -