npm.io
0.0.1 • Published 23h ago

@pdpp/collector-runtime

Licence
Apache-2.0
Version
0.0.1
Deps
1
Size
162 kB
Vulns
0
Weekly
0
Stars
1

@pdpp/collector-runtime

Generic connector-execution runtime for PDPP (the Personal Data Portability Protocol) local (device-side) collection: the collector loop, the device-exporter ingest client, the durable outbox, and the runtime-capabilities placement gate.

Depends on @pdpp/connector-protocol for the connector authoring contract (wire-protocol types, JSONL primitives). Connector-agnostic — carries no connector definitions or content.

Entry points

  • . — the collector runtime's top-level exports
  • ./collector-build-info — build/version metadata for a running collector
  • ./collector-runner — the connector-execution loop
  • ./local-device-client — the HTTP client a device-side collector uses to talk to a reference server, including terminal-run-commit hashing
  • ./local-device-envelope — canonical-JSON and record-envelope helpers shared by the client, the outbox, and the runner

Status

Published from PDP-Connect/data-connect, under packages/collector-runtime.