rpuga
Explore posts from serversATApache TinkerPop
•Created by rpuga on 3/23/2024 in #questions
mergeE(): increment counter on match
Thanks @Kelvin Lawrence, your solution works great!
Adapting it to the example graph I was using, it looks like this:
16 replies
ATApache TinkerPop
•Created by dracule_redrose on 3/22/2024 in #questions
Serialization Issue
I have faced a similar issue in the past (but mostly related to gremlin-python) and @Boxuan Li suggested a solution in the JanusGraph discord server. It was something like along these lines:
and
Also, here is how he suggested to setup the serializers in the JanusGraph config file:
https://github.com/Citegraph/citegraph/blob/main/backend/src/main/resources/gremlin-server-cql.yaml
I hope this leads you closer to a solution.
5 replies
ATApache TinkerPop
•Created by rpuga on 3/23/2024 in #questions
mergeE(): increment counter on match
BTW, I was able to obtain the result I need with a query that looks like this:
but I'm wondering how something similar can be done with
mergeE()
16 replies