0

Could I store a Tuple or a Map as the value of a vertex's property in Neptune/gremlin? I'm unsure where the relevant docs are.

I can't find it in the AWS docs or in the Vertex Javadocs

simpleCoder
  • 152
  • 2
  • 13

1 Answers1

2

No. Neptune currently does not support Map or a List as a property value. This is documented in the official AWS docs.

Go here > Look for Vertex Property Feature > Observe MapValues = False

Divij
  • 878
  • 2
  • 9
  • 18