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.12.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.12-py3-none-any.whl (1.2 MB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: dbos_argus-0.0.12.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.12.tar.gz
Algorithm Hash digest
SHA256 e4a26e9ade56f77677cd129365aee44afd7461adc32dc63dc03f94ea5556944d
MD5 cac4cc7643b048bf2baabd1f3755f35c
BLAKE2b-256 803ba1231c4b00d4c905582a1278d6f0c9385dce9c5eb2001168fd05e478c8dd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dbos_argus-0.0.12-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.12-py3-none-any.whl
Algorithm Hash digest
SHA256 9b609d47eedaa5036edccf5101ee7c401c615e7c8149a1706a5d7b4b6911b6f8
MD5 91dd00baa4f11500c11cac583becd2b0
BLAKE2b-256 cff30a34767d2de811709358055dbbc1e90a1d235df70fc48b5d0a2043a36842

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