maxdemarzi / neography

A thin Ruby wrapper to the Neo4j Rest API
MIT License
603 stars 139 forks source link

How to use the neo4j graph algorithms using neography? #206

Closed arjun-pp closed 9 years ago

arjun-pp commented 9 years ago

Hey, I need a fast data structure for insertion and retrieval like a fibonacci heap in a neo4j database and I was wondering if I could use this https://github.com/neo4j/neo4j/blob/master/community/graph-algo/src/main/java/org/neo4j/graphalgo/impl/util/FibonacciHeap.java using neography. If not is there any other way to achieve this?