Graph
Resoto stores collected data in a graph database consisting of nodes representing resources and edges representing the relationships between resources.
This graph can be accessed to find resources via Resoto's powerful search.
📄️
Node
A graph node is a JSON document with a well-defined structure and the following top-level properties:
📄️
Edge
Nodes in the graph are connected via edges. Edges in the graph are directed, starting from a node pointing to a node.
info
Search in the Resoto command-line interface (CLI) is performed using the search
command.
> search is(aws_account)
Commands can be piped to form complex and deep requests about resources, dependencies, and connections in your infrastructure.