{
  "manifest_version": "1.0.0",
  "template": {
    "id": "32ce5840-19a6-4f59-a9c1-b998fdbcbf2f",
    "slug": "cassandra",
    "name": "Cassandra",
    "description": "Deploy and Host Cassandra with Railway",
    "url": "https://railway.com/deploy/cassandra",
    "upstream": {
      "image": "cassandra:latest"
    }
  },
  "services": [
    {
      "name": "Cassandra",
      "source": {
        "image": "cassandra:latest"
      },
      "needs_volume": true,
      "volume_mount_path": "/var/lib/cassandra",
      "tcp_ports": [
        9042
      ],
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "MAX_HEAP_SIZE",
      "service": "Cassandra",
      "description": "Provide a value for MAX_HEAP_SIZE.",
      "secret": false,
      "strategy": "default",
      "default": "4G"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "cassandra"
      }
    },
    "cli": "railway deploy --template cassandra",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "32ce5840-19a6-4f59-a9c1-b998fdbcbf2f",
            "serializedConfig": {
              "services": {
                "170ab95b-e3f1-480f-9af9-97935e01eddf": {
                  "icon": "https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/cassandra/cassandra-original.svg",
                  "name": "Cassandra",
                  "source": {
                    "image": "cassandra:latest"
                  },
                  "variables": {
                    "MAX_HEAP_SIZE": {
                      "defaultValue": "4G"
                    }
                  },
                  "networking": {
                    "tcpProxies": {
                      "9042": {}
                    }
                  },
                  "volumeMounts": {
                    "170ab95b-e3f1-480f-9af9-97935e01eddf": {
                      "mountPath": "/var/lib/cassandra"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-20T16:14:49.616Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-18T20:13:46.240Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_b0388a0ed8434be3b22d",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 54,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "Cassandra"
  }
}
