Is there an ETA on Neptune returning full element data?

Currently, Neptune still behaves like configured with ReferenceElementStrategy, i.e. it only returns element ids and labels. I remember this was about to change...is this still true and is there an ETA ?
6 Replies
Andrea
Andrea•6d ago
Hello @Daniel Weber curious if you have tried the materializeProperties configuration? g.with('materializeProperties', 'all').V() . See https://tinkerpop.apache.org/docs/current/reference/ and search for materializeProperties
Andrea
Andrea•6d ago
Gremlin standards compliance in Amazon Neptune - Amazon Neptune
Overview of differences between the Neptune and TinkerPop implementations of Gremlin.
Dave
Dave•6d ago
Depending on what exactly you are looking to do you can get all the properties returned by default (instead of reference elements) if you query the HTTPS endpoint instead of using web cokets and the driver
spmallette
spmallette•5d ago
still working on getting materializeProperties into Neptune for websockets. not sure what the ETA is just yet i'm afraid. @Arthur from gdotv i assume materializeProperties would be useful to use from a Neptune perspective?
Arthur from gdotv
Arthur from gdotv•5d ago
Definitely yeah!
Daniel Weber
Daniel WeberOP•3d ago
Thanks everybody for clarification 🙂

Did you find this page helpful?