Directories
¶
| Path | Synopsis |
|---|---|
|
adapters
|
|
|
go/backfill
Package backfill runs a workflow over many run_ids with bounded concurrency and aggregates per-run status — the Dagster/Prefect/Airflow backfill primitive.
|
Package backfill runs a workflow over many run_ids with bounded concurrency and aggregates per-run status — the Dagster/Prefect/Airflow backfill primitive. |
|
go/background
Package background wires the periodic adapters (cron scheduler, timer scanner, janitor) into the workflow service process as toggleable goroutine loops.
|
Package background wires the periodic adapters (cron scheduler, timer scanner, janitor) into the workflow service process as toggleable goroutine loops. |
|
go/connectworkflow
Package connectworkflow adapts Temporaless workflow execution to ConnectRPC handler signatures.
|
Package connectworkflow adapts Temporaless workflow execution to ConnectRPC handler signatures. |
|
go/cronscheduler
Package cronscheduler is a small cron-style scheduler that dispatches workflow runs at scheduled fire times.
|
Package cronscheduler is a small cron-style scheduler that dispatches workflow runs at scheduled fire times. |
|
go/dependencies
Package dependencies provides the cross-workflow dependency primitive.
|
Package dependencies provides the cross-workflow dependency primitive. |
|
go/dispatch
Package dispatch is a fire-and-forget dispatcher for gRPC-shaped handlers.
|
Package dispatch is a fire-and-forget dispatcher for gRPC-shaped handlers. |
|
go/inspector
Package inspector provides operator-visibility helpers over the explicit query and point-store interfaces.
|
Package inspector provides operator-visibility helpers over the explicit query and point-store interfaces. |
|
go/janitor
Package janitor sweeps completed workflow runs older than a max-age threshold and recursively deletes every run-scoped record, including claims when the configured claim store supports bounded run listing.
|
Package janitor sweeps completed workflow runs older than a max-age threshold and recursively deletes every run-scoped record, including claims when the configured claim store supports bounded run listing. |
|
go/outbox
Package outbox derives a stable idempotency key from a workflow + activity identity.
|
Package outbox derives a stable idempotency key from a workflow + activity identity. |
|
go/scanquery
Package scanquery provides an explicit offline/development query adapter over an OpenDAL bucket.
|
Package scanquery provides an explicit offline/development query adapter over an OpenDAL bucket. |
|
go/timerscanner
Package timerscanner finds due timer records for in-flight workflows so a serverless or worker process can re-invoke the workflow handler.
|
Package timerscanner finds due timer records for in-flight workflows so a serverless or worker process can re-invoke the workflow handler. |
|
cmd
|
|
|
temporaless
command
temporaless is a thin operator CLI over the existing inspector / janitor / store adapters.
|
temporaless is a thin operator CLI over the existing inspector / janitor / store adapters. |
|
core
|
|
|
examples
|
|
|
go/fetch-prices
command
|
|
|
go/llm-completion
command
LLM completion example: every reliability primitive working together.
|
LLM completion example: every reliability primitive working together. |
|
go/production-server
command
Production ConnectStore server wiring example (Go parity with examples/py/production_server.py).
|
Production ConnectStore server wiring example (Go parity with examples/py/production_server.py). |
|
go/quant-service
command
Canonical ConnectRPC-shaped service example.
|
Canonical ConnectRPC-shaped service example. |
|
go/stocks-pipeline
command
|
|
|
go/twitter-webhook
command
|
Click to show internal directories.
Click to hide internal directories.