arazzo-store

Crates.ioarazzo-store
lib.rsarazzo-store
version0.1.2
created_at2025-12-31 22:04:34.01103+00
updated_at2026-01-02 08:50:37.372467+00
descriptionPostgres persistence for Arazzo workflow runs
homepage
repositoryhttps://github.com/alirezaght/arazzo
max_upload_size
id2015436
size91,887
Alireza Ghias (alirezaght)

documentation

README

arazzo-store

Postgres persistence for Arazzo workflow runs, steps, attempts, and events.

Setup

# Start Postgres
docker compose up -d

# Run migrations
arazzo migrate

Environment: DATABASE_URL or ARAZZO_DATABASE_URL

Schema

  • workflow_docs — Stored Arazzo documents
  • workflow_runs — Execution runs with status/inputs/outputs
  • run_steps — Per-step state with deps_remaining counter
  • step_attempts — Request/response for each attempt
  • run_events — Append-only event log
Commit count: 0

cargo fmt