Quickstart

This guide walks you through deploying Stategraph and configuring Terraform to use it as a state backend.

Looking for faster plan/apply? This quickstart sets up the Stategraph state backend, which stores and serves state like S3 or GCS. For parallel plan/apply (Velocity), you need a paid tier — request access to get started. See Velocity docs for details.

Prerequisites

  • Docker and Docker Compose installed
  • Terraform 1.0 or later
  • A Terraform project to test with

Deployment Options

Choose your deployment method:

Method Best For
Docker Compose Development, small teams, quick evaluation
Kubernetes Production, scaling, existing K8s infrastructure
Amazon ECS AWS-native deployments, managed container orchestration

What You'll Accomplish

By the end of this quickstart:

  1. Stategraph will be running on http://localhost:8080
  2. You'll have an API key for Terraform authentication
  3. Terraform will be configured to store state in Stategraph
  4. You'll be able to view your infrastructure in the Insights UI

Next Steps

After completing the quickstart: