Search code examples
gremlinamazon-neptune

Can you store any object in a Vertex's property?


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


Solution

  • 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