We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 262e830 commit 689653cCopy full SHA for 689653c
graph-database-support-plugin/src/main/resources/META-INF/plugin.xml
@@ -25,6 +25,14 @@
25
<b>Supported databases:</b>
26
<ul>
27
<li>Neo4j 3.0+ (Bolt)</li>
28
+ <li>TinkerPop databases (<a href="https://github.com/opencypher/cypher-for-gremlin">Cypher for Gremlin</a> translation)
29
+ <ul>
30
+ <li>AWS Neptune</li>
31
+ <li>JanusGraph</li>
32
+ <li>Azure Cosmos DB</li>
33
+ <li>Other TinkerPop-enabled databases</li>
34
+ </ul>
35
+ </li>
36
</ul>
37
</p>
38
0 commit comments