Awesome
Cypher for Gremlin Demo
Demo of Cypher for Gremlin clients and API.
Usage
- Build the project:
./gradlew build -x test
- Set Gremlin credentials in remote.yaml
- Note that Gremlin Server Cypher Plugin is required only for GremlinServerClientPluginTest
- Note that Gremlin Cypher Extensions are required only for GremlinServerClientExtensionsTest (and should be added to Gremlin Server classpath)
- For quick start you can use Cypher for Gremlin Server with TinkerGraph Docker image
- Change the
FLAVOR
constant if your target is something other than the TinkerPop Gremlin Server (e.g. Amazon Neptune or Azure Cosmos DB) - Run any of the tests that interest you.
- Translated queries and results will show up in logs
More
For documentation refer to the Cypher for Gremlin README. You can also start experimenting with Cypher for Gremlin without working with the API directly, by installing the Gremlin Console Cypher plugin.