Reverie
Reverie
ATApache TinkerPop
Created by Reverie on 11/28/2023 in #questions
Gremlin-go cannot bring out props when querying Vertex with Neptune
thank you so much ❤️
21 replies
ATApache TinkerPop
Created by Reverie on 11/28/2023 in #questions
Gremlin-go cannot bring out props when querying Vertex with Neptune
ok, i got you, I will wait for Neptune support 3.7.0
21 replies
ATApache TinkerPop
Created by Reverie on 11/28/2023 in #questions
Gremlin-go cannot bring out props when querying Vertex with Neptune
Tricky problem, we are currently investigating to replace the original go client and use the official gremlin go client
21 replies
ATApache TinkerPop
Created by Reverie on 11/28/2023 in #questions
Gremlin-go cannot bring out props when querying Vertex with Neptune
Oh, so that’s it
21 replies
ATApache TinkerPop
Created by Reverie on 11/28/2023 in #questions
Gremlin-go cannot bring out props when querying Vertex with Neptune
Are there any plans to implement a json serializer/deserializer? If so, I would like to participate and make some contributions.
21 replies
ATApache TinkerPop
Created by Reverie on 11/28/2023 in #questions
Gremlin-go cannot bring out props when querying Vertex with Neptune
I know what's going on, grammes add on the mimetype"application/vnd.gremlin-v2.0+json" to the header of the websocket request, so the gremlin server return the json response including properties, and gremlin-go serilazer only support MimeType
const graphBinaryMimeType = "application/vnd.graphbinary-v1.0"
const graphBinaryMimeType = "application/vnd.graphbinary-v1.0"
21 replies
ATApache TinkerPop
Created by Reverie on 11/28/2023 in #questions
Gremlin-go cannot bring out props when querying Vertex with Neptune
Thank you again, your reply is very helpful to me:) <:gremlin_smile:1091719089807958067>
21 replies
ATApache TinkerPop
Created by Reverie on 11/28/2023 in #questions
Gremlin-go cannot bring out props when querying Vertex with Neptune
What I am confused about is when I use other gremlin go client such as github.com/northwesternmutual/grammes. g.V() can obtain all information including prop. Is this because of the MIME type?
21 replies
ATApache TinkerPop
Created by Reverie on 11/28/2023 in #questions
Gremlin-go cannot bring out props when querying Vertex with Neptune
yes, Neptune currently supports up to 3.6.2.
21 replies
ATApache TinkerPop
Created by Reverie on 11/28/2023 in #questions
Gremlin-go cannot bring out props when querying Vertex with Neptune
Thank you very much!
21 replies
ATApache TinkerPop
Created by Reverie on 11/28/2023 in #questions
Gremlin-go cannot bring out props when querying Vertex with Neptune
Why does this happen
21 replies