v0.4.0
Persistent storage mechanism for multiple snapshots of the content which is referenced by an URI
Attributes
Includes Deno configuration
Repository
Current version released
a year ago
Snapshot Storage
This Deno module provides a persistent storage mechanism for multiple snapshots of the content which is referenced by an URI (i.e. an URL or another unique ID).
Each snapshot is identified by the URI and a timestamp. Identical snapshots do not waste additional storage space because the content will be deduplicated automatically using a hash function.