Liking cljdoc? Tell your friends :D

fractal-engine.blob-store

Canonical byte storage for durable payloads.

The protocol is intentionally backend-shaped: the local implementation stores content-addressed bytes under a store root, while future implementations can use another physical backend without changing the domain refs.

Canonical byte storage for durable payloads.

The protocol is intentionally backend-shaped: the local implementation stores
content-addressed bytes under a store root, while future implementations can use
another physical backend without changing the domain refs.
raw docstring

blob-keyclj

(blob-key sha extension)
source

BlobStorecljprotocol

exists?clj

(exists? store blob-ref)

put-bytes!clj

(put-bytes! store bytes opts)

put-edn!clj

(put-edn! store value opts)

read-bytesclj

(read-bytes store blob-ref)

read-ednclj

(read-edn store blob-ref)

verifyclj

(verify store blob-ref)
source

default-media-typeclj

source

edn-bytesclj

(edn-bytes value)
source

file-storeclj

(file-store root)
source

formatted-ednclj

(formatted-edn value)
source

pathclj

(path dir & parts)
source

sha256-bytesclj

(sha256-bytes bytes)
source

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close