Usage
GraphArch can be used in two primary modes:
-
Ontology Documentation Mode: To generate documentation for ontologies or schemas, use the following command:
cargo run GraphArch --mode ontology --input <file|url>
-
Graph Endpoint Discovery Mode: To connect to a graph database endpoint and generate reports:
cargo run GraphArch --mode graph --url <endpoint>
Note
The GraphArch tool is currently under active development and may undergo significant changes. The plan is to create a downloadable binary app that people can easily install and run. The commands above are needlessly verbose, used for development purposes only.