greglook / blocks

Clojure content-addressable data storage.
The Unlicense
113 stars 6 forks source link

Storage utilities #6

Closed greglook closed 7 years ago

greglook commented 8 years ago

There are a few utilities for working with block stores which would be really nice to be able to use programmatically or from the command line:

greglook commented 7 years ago

Sync added in 7b69834.

greglook commented 7 years ago

Going to skip the validation tool, because it's easy enough to do:

(run! block/validate! (map #(block/get store (:id %)) (block/list store))