Loading data
DSE Graph Loader can load data from many different input data formats. Pick the option that most resembles your data source:
| Type | Description | Instructions |
|---|---|---|
CSV |
Strict format, with the first line of the file identifying the property keys used in the graph. |
|
Text |
Delimited text data of any format. |
|
Text with regular expressions |
Delimited text data parsed using regular expressions (regex). |
|
JSON |
Data stored in JSON (JavaScript Object Notation) format. |
|
JDBC-compatible database |
Data stored in a JDBC-compatible database |
|
HDFS file |
Data file stored in a Hadoop Distributed File System (HDFS) of any format. |
|
AWS S3 file |
Data file stored in AWS S3 storage of any format. |
|
Gryo |
Data stored in a binary Gryo format. |
|
GraphSON |
Data stored in GraphSON format. |
|
GraphML |
Data stored in GraphML format. |
|
Fields that contain |
|
When loading custom vertex ids, the vertex cache that DSE Graph Loaders uses will be bypassed to facilitate faster write throughput.
The client must ensure vertices are unique because no logic will validate the existence of a vertex with custom ids.
To ensure the fastest performance, the DSE Graph configuration option |