LOAD GML command.
Expected file format
Edges:
Supported property value types: String, Integer, Double, Boolean. All property values are stored as strings in the TuringDB graph regardless of their original type in the GML file.
Import steps
1
Place the GML file in the TuringDB data directory
TuringDB only reads external files from the
data subdirectory of its working directory (set by -turing-dir, default $HOME/.turing).2
Load the file into a new graph
- Cypher
- Python SDK
mygraph and populates it with all nodes and relationships from the file.3
Set the graph as active and query it
- Cypher
- Python SDK
Your GML graph is now imported and ready to query.
Verify the import
Use meta-queries to inspect what was imported:- Cypher
- Python SDK

