How to migrate data from RDBMS to TigerGraph

Hello,

I had a question about Data Migration to TigerGraph.

I heard about TigerGraph and started reading the documentation. I am new to Graph DB.

The current database I use is Oracle 12c. I wanted to know what are the ways of migrating the data from RDBMS to TigerGraph.

One way I could think of was to store the data into .csv and then load it into this graph DB.

It would be great if you could tell other additional ways of doing it.

One way is to dump Oracle data into CSV and load it into TigerGraph. You can follow the GSQL 101 webinar to learn the basic steps.

More documentation is here

section 5 & 6.

https://doc.tigergraph.com/GSQL-Language-Reference-Part-1---Defining-Graphs-and-Loading-Data.html#GSQLLanguageReferencePart1-DefiningGraphsandLoadingData-RunningaLoadingJob.1

You can use jdbc to connect database, and send http post request using a loading job schema. See section 6 above.

best,

Mingxi