0

I am starting a project with AWS Neptune service which is a TinkerPop/Gremlin implementation and since I am moving over from MySQL to graph db i was curious to know whether there are any workbench kind solutions available while working with AWS neptune since using the gremlin console is not very efficient from the development aspect for a new comer at least. In this regard is Neo4j having more tools which improves the development time and would it be wise to prefer Neo4j over AWS Neptune due to this reason.

Stanislav Kralin
  • 11,070
  • 4
  • 35
  • 58

1 Answers1

0

You could try integrating with the GraphExp project: https://github.com/bricaud/graphexp

Jesse Carter
  • 20,062
  • 7
  • 64
  • 101