feat: add idempotent producer publication
This commit is contained in:
12
README.md
12
README.md
@@ -18,8 +18,14 @@ Datasource contracts rather than connector implementations.
|
||||
|
||||
The first executable slice supports tabular static uploads, connector-backed
|
||||
live and cached sources, staging and promotion, refresh, immutable snapshots,
|
||||
explicit frozen states, previews, and retirement. The contracts already model
|
||||
database, HTTP/REST, directory, file, feed, document, binary, directory, and
|
||||
stream sources so providers can be added without changing consumers.
|
||||
explicit frozen states, previews, retirement, and atomic producer publication.
|
||||
Producer modules can append a bounded tabular result or create a new static
|
||||
datasource through an idempotent capability. The publication ledger retains the
|
||||
producer run, output materialization, provenance, and replay identity.
|
||||
|
||||
The contracts already model database, HTTP/REST, directory, file, feed,
|
||||
document, binary, directory, and stream sources so providers can be added
|
||||
without changing consumers. Larger durable artifact-backed publications remain
|
||||
a later storage-provider slice.
|
||||
|
||||
See [docs/CONCEPT.md](docs/CONCEPT.md) for ownership and lifecycle details.
|
||||
|
||||
Reference in New Issue
Block a user