Load RDF/Turtle data #2145
-
Is it possible to load data in RDF/Turtle triplet format into hugegraph? I have data in turtle format and I want to do bulk ingest of that data into hugegraph. Looking for ways on how to do it. Also is it possible to integrate hugegraph with spark GraphX? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Currently, we need transfer data first, like
Yep, we support it in the early version(U could find it in the historical link), but now we recommend to use our separate graph computing component (hugegraph-computer), and we also support load data with Spark/Flink in |
Beta Was this translation helpful? Give feedback.
Currently, we need transfer data first, like
rdf --> csv/json
, then usehugegraph-toolchain
's loader component to load data:Yep, we support it in the early version(U could find it in the historical link), but now we recommend to use our separate graph computing component (hugegraph-computer), and we also support load data with Spark/Flink in
huge-loader
now (in toolchain)