Your infrastructure state,
finally queryable
Stop grepping through JSON. Stategraph Console gives you SQL access to your state, visual dependency graphs, and real-time audit trails.
FROM resources r
LEFT JOIN dependencies d ON r.id = d.resource_id
WHERE r.type LIKE 'aws_security_group%'
GROUP BY r.id
HAVING COUNT(d.dependent_id) > 5
ORDER BY dependents DESC;
Name | Type | Dependents |
---|---|---|
prod-api-sg | aws_security_group | 47 |
shared-rds-sg | aws_security_group | 23 |
alb-public-sg | aws_security_group | 18 |
// SQL Query
FROM resources r
LEFT JOIN dependencies d
WHERE r.type = 'aws_security_group'
GROUP BY r.id
prod-api-sg (47 deps), shared-rds-sg (23 deps)
// Dependency Graph
// Recent Audit
// Live Metrics
SQL Queries
Query your infrastructure with standard SQL. Find unused resources, analyze dependencies, audit configuration drift.
Dependency Graphs
Visualize resource relationships. Understand blast radius before making changes. Navigate your infrastructure visually.
Real-time Metrics
Monitor plan times, lock contention, and resource drift. Set up alerts for unusual activity or compliance violations.
Powerful Query Examples
Visual Dependency Explorer
Interactive dependency graph for aws_instance.api_server
Click any resource to explore its relationships, history, and current state
Use Cases
Compliance Auditing
Query for non-compliant resources, track configuration drift, and generate audit reports with full change history.
Impact Analysis
Understand the blast radius of changes, identify critical dependencies, and prevent cascading failures.
Incident Response
Quickly identify affected resources during incidents, trace dependencies, and understand change impact.
Drift Detection
Monitor for configuration drift, identify manual changes, and maintain infrastructure consistency.
Enterprise Features
- ✓ RBAC with fine-grained permissions
- ✓ Audit log with tamper-proof storage
- ✓ Custom dashboards and saved queries
- ✓ API access for automation
- ✓ Slack/PagerDuty integrations
Stop coordinating. Start shipping.
Resource-level locking. Graph-based state. SQL queries on your infra.
Teams work in parallel. No more lock contention.
// Zero spam. Just progress updates as we build Stategraph.