webnf/davstore

A file storage component with three parts: - A blob store, storing in a git-like content-addressing scheme - A datomic schema to store blob references with metadata - A connector to expose files over webdav

Leiningen/Boot

[webnf/davstore "0.2.0-alpha2"]

Clojure CLI/deps.edn

webnf/davstore {:mvn/version "0.2.0-alpha2"}

Gradle

implementation("webnf:davstore:0.2.0-alpha2")

Maven

<dependency>
  <groupId>webnf</groupId>
  <artifactId>davstore</artifactId>
  <version>0.2.0-alpha2</version>
</dependency>