harsh1991
harsh1991
ATApache TinkerPop
Created by harsh1991 on 12/4/2023 in #questions
Janusgraph vertex property with cardinality as SET type
Hi, need a working example of how a property can be added to a vertex with cardinality as SET type and how we can retrieve it and assign it to SET of strings in JAVA. Please note: I have tried the janusgraph doc code, google search, chat GPT but every time I put something in that property through java code it get stored in STRING format only. Ex: "["ABC"]" --> current , ["ABC"] --> this I need. Please help.
4 replies
ATApache TinkerPop
Created by harsh1991 on 9/5/2023 in #questions
Does Gremlin support API for CRUD operations?
Currently using g.V() for read and g.addV() for write.
3 replies