Rapid Ledger 62
01README
Compose financial operations data reports from a single YAML source. Includes diff-vs-previous and breaking-change detection.
Quick start
Add @bayou_fang/rapid-ledger-62 to your repo's extensions list, then reference its model in your swamp.yaml:
extensions:
- @bayou_fang/rapid-ledger-62
workflows:
- name: rapid-ledger-62-run
jobs:
- name: main
steps:
- name: run
model: bayou_fang/rapid-ledger-62
method: runRun with swamp workflow run rapid-ledger-62-run. The first invocation prints what it would change; pass --apply to commit.
What's inside
- Datastore provider — collection-level Zod schemas, change-stream subscriptions, TTL indexes.
- Reports — markdown roll-ups grouped by label and breaking-change flag.
Configuration
Configure via ~/.swamp/config.yaml or environment variables. The full method reference and rubric format live in the package's manual/ directory.
Labels: finops metrics observability self-hosted
02Datastores
rapid-ledger-62-storeconfigurable
@bayou_fang/rapid-ledger-62/datastoredatastore.ts
Document datastore with TTL indexes and change streams.
Config Fields
| Field | Type | Description |
|---|---|---|
| uri | string | Connection URI |
03Reports
rapid-ledger-62-reportextension
report.ts
Roll-up report grouped by label and breaking-change flag.
auditsummary
04Stats
B
75 / 100
Downloads
15
Archive size
124.0 KB
- Has README or module doc2/2earned
- README has a code example0/1missing
- README is substantive1/1earned
- Most symbols documented1/1earned
- No slow types1/1earned
- Has description1/1earned
- At least one platform tag (or universal)1/1earned
- Two or more platform tags (or universal)1/1earned
- License declared1/1earned
- Verified public repository0/2missing
05Platforms
06Labels