EricStallings / cypher-for-gremlin-demo

Demo of https://github.com/opencypher/cypher-for-gremlin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cypher for Gremlin Demo

Demo of Cypher for Gremlin clients and API.

Usage

  1. Build the project:
    ./gradlew build -x test
    
  2. Set Gremlin credentials in remote.yaml
  3. Change the FLAVOR constant if your target is something other than the TinkerPop Gremlin Server (e.g. Amazon Neptune or Azure Cosmos DB)
  4. Run any of the tests that interest you.
  5. 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.

About

Demo of https://github.com/opencypher/cypher-for-gremlin

License:MIT License


Languages

Language:Java 100.0%