Skip to main content

Lite Pulse 16

@bayou_fang/lite-pulse-16v0.0.4· 1mo agoDATASTORES
01README

Sync state of network devices against a desired-state YAML. Diffs are previewed before any mutation.

Quick start

Add @bayou_fang/lite-pulse-16 to your repo's extensions list, then reference its model in your swamp.yaml:

extensions:
  - @bayou_fang/lite-pulse-16

workflows:
  - name: lite-pulse-16-run
    jobs:
      - name: main
        steps:
          - name: run
            model: bayou_fang/lite-pulse-16
            method: run

Run with swamp workflow run lite-pulse-16-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.

Configuration

Configure via ~/.swamp/config.yaml or environment variables. The full method reference and rubric format live in the package's manual/ directory.

Labels: network homelab

02Datastores1
lite-pulse-16-storeconfigurable
@bayou_fang/lite-pulse-16/datastoredatastore.ts

Document datastore with TTL indexes and change streams.

Config Fields

FieldTypeDescription
uristringConnection URI
03Previous Versions2
0.1.2Oct 28, 2025
0.5.6Jun 19, 2025
04Stats
D
41 / 100
Downloads
30
Archive size
84.0 KB
  • Has README or module doc0/2missing
  • README has a code example0/1missing
  • 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 declared1/1earned
  • Verified public repository0/2missing
05Platforms
06Labels