Data Loading FAQ
If you have defined a graph schema, you can load data into the graph store. Loading data is a two-step process:
-
Define a loading job, in which you use data loading statements to specify how values in the data source are extracted, transformed, and loaded their destinations.
-
Run the loading job. If you have parameterized certain values when defining the loading job, you can supply the parameters when you run the loading job.
Spark Connection Via JDBC Driver
Question 1
The examples provided in the repo are often related to simple GET POST DELETE requests and how to run built in queries?
Reference
Answer
We can see insert into, it’s actually an UPSERT request which either insert or update a vertex/edge