II.
StackProfile JSON
Structured · livestack-profile:rust-axum-sqlx
Rust + Axum + SQLx + Postgres json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"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": []
}