Infrastructure Graph
Interactive graph visualization for cloud infrastructure and service dependencies
Infrastructure Graph Component
The Infrastructure Graph component provides a dynamic visualization of cloud infrastructure, services, and their dependencies using an interactive force-directed graph.
Features
- Interactive node exploration
- Real-time infrastructure updates
- Multi-cloud resource visualization
- Service dependency mapping
- Cost and performance overlays
- Security group visualization
Usage
API Reference
Props
Prop | Type | Description |
---|---|---|
resources | Infrastructure | Infrastructure configuration |
overlays | string[] | Active data overlays |
layout | LayoutType | Graph layout algorithm |
onNodeClick | (node: Node) => void | Node click handler |
onEdgeClick | (edge: Edge) => void | Edge click handler |