Hi All, Since aws neptune doesn’t support I/O methods like tinkerpop, are you guys aware of any other way to store graph data and then reading it later on from .json file. We were using IO in gremlin locally to achieve the same but with this limitation we were wondering how does one go about achieving the same thing in neptune. Ref:
https://docs.aws.amazon.com/neptune/latest/userguide/access-graph-gremlin-differences.html#gremlin-api-reference-features
"Neptune does not support the following Gremlin steps:
The Gremlin io( ) Step is not supported in Neptune. For example, the query
g.io("graph.xml").read().iterate() would not work with Neptune."
Thanks in advance!!