Deep Reactor 24
01README
Inventory DNS records, surface drift, and emit a structured report. Read-only by default; mutating ops gated behind a flag.
Quick start
Add @notion/deep-reactor-24 to your repo's extensions list, then reference its model in your swamp.yaml:
extensions:
- @notion/deep-reactor-24
workflows:
- name: deep-reactor-24-run
jobs:
- name: main
steps:
- name: run
model: notion/deep-reactor-24
method: runRun with swamp workflow run deep-reactor-24-run. The first invocation prints what it would change; pass --apply to commit.
What's inside
- Drivers — bounded concurrency, structured retries, and CloudWatch / OpenTelemetry-friendly tags.
- Datastore provider — collection-level Zod schemas, change-stream subscriptions, TTL indexes.
Configuration
Configure via ~/.swamp/config.yaml or environment variables. The full method reference and rubric format live in the package's manual/ directory.
Labels: dns cloudflare
02Datastores
deep-reactor-24-storeconfigurable
@notion/deep-reactor-24/datastoredatastore.ts
Document datastore with TTL indexes and change streams.
Config Fields
| Field | Type | Description |
|---|---|---|
| uri | string | Connection URI |
03Drivers
deep-reactor-24-driverconfigurable
@notion/deep-reactor-24/driverdriver.ts
Execution driver with bounded concurrency and retries.
04Previous Versions
0.1.3Nov 22, 2025
Added 1 drivers
0.7.4Aug 20, 2025
05Stats
D
58 / 100
Downloads
30
Archive size
51.0 KB
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive0/1missing
- Most symbols documented1/1earned
- No slow types0/1missing
- Has description1/1earned
- At least one platform tag (or universal)1/1earned
- Two or more platform tags (or universal)1/1earned
- License declared0/1missing
- Verified public repository0/2missing
06Platforms
07Labels