dianaoa22
dianaoa22
Do we have any update on Gremlin support for AGE
[Code.txt](https://github.com/user-attachments/files/15922994/Code.txt) Yes, I have created GIN index as the MATCH query used id inside the properties. CREATE INDEX load_item_gin_idx ON ms_graph."Item" USING gin (properties); CREATE INDEX { "id": 844424930132046, "properties":...
This would take some time, I will let you know once I have the data, thanks for the suggestions.
import json # Original JSON data data = { "root": { "child1": { "name": "test", "location": "test" }, "child2": [ { "child2-class": "classname", "child2-number": 1 } ], "child3": [ {...