maxdemarzi / neography

A thin Ruby wrapper to the Neo4j Rest API
MIT License
602 stars 135 forks source link

how do I create a query of neo4j using the neography ruby gem? #220

Closed angelacode closed 7 years ago

angelacode commented 7 years ago

http://stackoverflow.com/questions/43822974/how-do-i-create-a-query-of-neo4j-using-the-neography-ruby-gem

rdvdijk commented 7 years ago

I've posted an answer to your question on StackOverflow.

maxdemarzi commented 7 years ago

@angelacode the problem is the REST API is all but abandoned by Neo4j. They are not really maintaining it. You pretty much have to use Cypher for everything nowadays. Catch me on skype ( maxdemarzi ) and let's talk about what you are building and let's see how we can help you.