🎉 Add zstd+nippy based blob storage format.

This commit is contained in:
Andrey Antukh 2021-02-07 16:33:10 +01:00 committed by Hirunatan
parent 68ed30ff35
commit a709c47f6f
4 changed files with 79 additions and 38 deletions

View file

@ -14,6 +14,7 @@
[app.util.time :as dt]
[app.util.transit :as t]
[app.common.exceptions :as ex]
[taoensso.nippy :as nippy]
[clojure.data.json :as json]
[clojure.java.io :as io]
[clojure.test :as test]