Skip to main content

Self-hosted, read-only workflow viewer for DBOS Transact — FastAPI backend.

Project description

dbos-argus

Self-hosted, read-only workflow viewer for DBOS Transact.

Argus is a web dashboard for the durable workflows your DBOS apps are already running. It opens a read-only connection to the same Postgres your DBOS app uses and renders the workflow state from dbos.workflow_status and friends. No agents, no app-side wiring, no schema of its own.

This is the PyPI package: a FastAPI backend with the SvelteKit console SPA bundled inside the wheel. One uvx away.

Argus dashboard

Workflow detail with step graph

For production workflow operations, use DBOS Conductor — the DBOS-supported management service for recovery, retention, alerting, and team controls. Argus is a dev-focused companion for inspecting workflow state.

Quick start

Point at the same Postgres your DBOS app writes to. Open http://localhost:8090.

uvx (no install)

uvx dbos-argus --db-url "postgresql://USER:PASS@localhost:5432/YOURDB"

pipx

pipx install dbos-argus
dbos-argus --db-url "postgresql://USER:PASS@localhost:5432/YOURDB"

Docker

docker run --rm -p 8090:8090 \
  -e ARGUS_DATABASE_URL="postgresql://USER:PASS@host.docker.internal:5432/YOURDB" \
  tmarkovski/dbos-argus:latest

A bare postgresql:// URL is fine — Argus rewrites the scheme to postgresql+asyncpg:// for you. For Azure Database for PostgreSQL hosts, sslmode=require is enabled by default.

Configuration

Purpose
--db-url / ARGUS_DATABASE_URL Postgres URL your DBOS app writes to
ARGUS_CORS_ORIGINS Comma-separated allowed origins (only when serving the console from a different host than the API)

dbos-argus --help for the full flag list.

More

Full project docs, CHANGELOG, contributing guide, and the source for the SvelteKit console all live in the monorepo: github.com/tmarkovski/dbos-argus.

MIT licensed. Not affiliated with DBOS Inc.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dbos_argus-0.0.19.tar.gz (1.2 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

dbos_argus-0.0.19-py3-none-any.whl (1.2 MB view details)

Uploaded Python 3

File details

Details for the file dbos_argus-0.0.19.tar.gz.

File metadata

  • Download URL: dbos_argus-0.0.19.tar.gz
  • Upload date:
  • Size: 1.2 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.8 {"installer":{"name":"uv","version":"0.11.8","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for dbos_argus-0.0.19.tar.gz
Algorithm Hash digest
SHA256 eebde829afe8186457dba00032fc63553978596165aec83ecdf3621cf01111b4
MD5 51f3f196478b6e5de0c2dd70cab3667a
BLAKE2b-256 5e7a9d5b9581fe4ca5fd2bff260f6751c1d7fa89134f3e08ecd6182b53c67235

See more details on using hashes here.

File details

Details for the file dbos_argus-0.0.19-py3-none-any.whl.

File metadata

  • Download URL: dbos_argus-0.0.19-py3-none-any.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.8 {"installer":{"name":"uv","version":"0.11.8","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for dbos_argus-0.0.19-py3-none-any.whl
Algorithm Hash digest
SHA256 8c4d8f4ce8058cb5c47142b9d2d46a1bc7679ca1c48e0d78f44483b9f33aa1fb
MD5 f9dfac366b933bbe864912b60ce97b60
BLAKE2b-256 a57c464a8ac0cef85b0cc2ca3573d67271417f780a3119d1f8059b5a2227b502

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page