Graph Studio Quest

@markmegerian
Hello I separated out my Analysis schema from my Main Schema, because after attaching these analysis edges, Main schema is not clearly understandable, Now when I run the GSQL from my Main Schema I want to store my some GSQL Json to my Analysis Schema, So after getting JSON what would approach you prefer me to store data into my Analysis Graph,

Do I make the LOADING jobs in my Python application and RUN accordingly?

or using this one is not so much effective because this one having the SIZE limitation and memory issue which I don’t want and this one require a specific syntax to store the data. and GSQL responses are somewhat differ if we are using EDGESET and VERTEX set , edges is giving from_id and to_id , but the syntax require different format, So make this data according to syntax this will require more time and power of the machine
@markmegerian