architxt.database.export.graph#
Functions
|
Export the graph instance as a dictionary using Neo4j. |
|
Export the group to the graph. |
|
Export the relation to the graph. |
|
Export the tree to the graph. |
|
Get the properties of a node. |
- architxt.database.export.graph.export_graph(forest, *, session)[source]#
Export the graph instance as a dictionary using Neo4j.
- architxt.database.export.graph.export_group(group, *, session)[source]#
Export the group to the graph.
- architxt.database.export.graph.export_relation(tree, *, session)[source]#
Export the relation to the graph.