(->checkpointer opts)
(->filesystem-checkpoint-store {:keys [path]})
(checkpoint {:keys [dir src store :crux.checkpoint/cp-format approx-frequency]})
(start checkpointer src {:keys [:crux.checkpoint/cp-format]})
(try-restore checkpointer dir cp-format)
(save-checkpoint _ dir)
(available-checkpoints store {:keys [:crux.checkpoint/cp-format]})
(download-checkpoint store checkpoint dir)
(upload-checkpoint store dir {:keys [:crux.checkpoint/cp-format tx]})
(cp-seq start freq)
(recent-cp? {:crux.checkpoint/keys [checkpoint-at]} approx-frequency)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close