iiRecord
Agentic AI Atlas · Rust + Axum + SQLx + Postgres
stack-profile:rust-axum-sqlxa5c.ai
II.
StackProfile JSON

stack-profile:rust-axum-sqlx

Structured · live

Rust + Axum + SQLx + Postgres json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/stack-profiles/rust-axum-sqlx.yamlCluster · domain
Record JSON
{
  "id": "stack-profile:rust-axum-sqlx",
  "_kind": "StackProfile",
  "_file": "domain/stack-profiles/rust-axum-sqlx.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Rust + Axum + SQLx + Postgres",
    "description": "Rust web service stack: Axum (a tokio-based, modular HTTP framework from\nthe Tower ecosystem), SQLx for compile-time verified SQL queries with\nasync support, and PostgreSQL as the primary data store.\n\nThis stack targets extremely high-throughput, low-latency API services\nwhere memory safety, predictable performance, and small binary size\nmatter. Tower middleware (auth, rate limiting, tracing) layers cleanly\nonto Axum. sqlx macros catch schema mismatches at compile time. The\ntracing + tracing-subscriber crates handle structured observability.\nDeployment commonly targets Fly.io, bare VMs, or Kubernetes with\ndistroless container images.\n",
    "composes": [
      "language:rust",
      "framework:axum"
    ]
  },
  "outgoingEdges": [
    {
      "from": "stack-profile:rust-axum-sqlx",
      "to": "language:rust",
      "kind": "composed_of"
    },
    {
      "from": "stack-profile:rust-axum-sqlx",
      "to": "framework:axum",
      "kind": "composed_of"
    },
    {
      "from": "stack-profile:rust-axum-sqlx",
      "to": "role:backend-engineer",
      "kind": "used_by_role"
    },
    {
      "from": "stack-profile:rust-axum-sqlx",
      "to": "role:platform-engineer",
      "kind": "used_by_role"
    },
    {
      "from": "stack-profile:rust-axum-sqlx",
      "to": "domain:backend",
      "kind": "applies_to"
    },
    {
      "from": "stack-profile:rust-axum-sqlx",
      "to": "domain:api-development",
      "kind": "applies_to"
    },
    {
      "from": "stack-profile:rust-axum-sqlx",
      "to": "skill-area:rust-async-runtime",
      "kind": "requires_skill_area"
    },
    {
      "from": "stack-profile:rust-axum-sqlx",
      "to": "skill-area:backend-api-design",
      "kind": "requires_skill_area"
    },
    {
      "from": "stack-profile:rust-axum-sqlx",
      "to": "skill-area:backend-data-persistence",
      "kind": "requires_skill_area"
    },
    {
      "from": "stack-profile:rust-axum-sqlx",
      "to": "skill-area:concurrency-multithreading",
      "kind": "requires_skill_area"
    }
  ],
  "incomingEdges": []
}