Currently I am doing research about graph databases. A requirement was that it must have stable bindings with C#/.NET, and should have the possibility to use in production. So I stumbled on Neo4j with the .NET community driver. Which is great, but I need to traverse the tree imperative which could only achieved with the Traversal Framework of Neo4j. Then I stumbled on Gremlin / Tinkerpop. I know Neo4j supports Tinkerpop (or atleast in previous versions). I have tried several approaches to accomplish this, but none seems to work.
So my question is: Is there anyway to use Gremlin for Neo4j 3.5.0 (on windows 10)? And how can this be achieved? And if this is not possible anymore? Do you know any alternatives (CosmosDB is to expensive for a proof of concept)?
Thanks in advance!
Jeroen