Deep Harvest 116
01README
Operate on enterprise integrations with typed arguments, prepared-statement caching, and bounded concurrency.
Quick start
Add @bog_gator/deep-harvest-116 to your repo's extensions list, then reference its model in your swamp.yaml:
extensions:
- @bog_gator/deep-harvest-116
workflows:
- name: deep-harvest-116-run
jobs:
- name: main
steps:
- name: run
model: bog_gator/deep-harvest-116
method: runRun with swamp workflow run deep-harvest-116-run. The first invocation prints what it would change; pass --apply to commit.
What's inside
- Composable workflows — wire methods into multi-step DAGs with retry, idempotency, and per-step logs.
- Drivers — bounded concurrency, structured retries, and CloudWatch / OpenTelemetry-friendly tags.
- Vault provider — encrypted secret storage with audit trail and cross-region replication.
Configuration
Configure via ~/.swamp/config.yaml or environment variables. The full method reference and rubric format live in the package's manual/ directory.
Labels: enterprise security
02Workflows
swift reactorswift-reactor
Composed workflow with retry and idempotency.
mainPrimary execution path.
1.preparecore/state.load— Validate inputs and pull current state.
2.applycore/state.apply— Apply the desired state.
open harvestopen-harvest
Composed workflow with retry and idempotency.
mainPrimary execution path.
1.preparecore/state.load— Validate inputs and pull current state.
2.applycore/state.apply— Apply the desired state.
03Vaults
deep-harvest-116-vaultconfigurable
@bog_gator/deep-harvest-116/vaultvault.ts
Encrypted secret storage with cross-region replication.
Config Fields
| Field | Type | Description |
|---|---|---|
| region | string | Storage region |
04Drivers
deep-harvest-116-driver
@bog_gator/deep-harvest-116/driverdriver.ts
Execution driver with bounded concurrency and retries.
05Previous Versions
2.5.8Dec 3, 2025
06Stats
B
83 / 100
Downloads
27
Archive size
215.0 KB
- Has README or module doc2/2earned
- README has a code example1/1earned
- 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
07Platforms
08Labels