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
[davstore "0.1.0-SNAPSHOT"]
davstore/davstore {:mvn/version "0.1.0-SNAPSHOT"}
implementation("davstore:davstore:0.1.0-SNAPSHOT")
<dependency> <groupId>davstore</groupId> <artifactId>davstore</artifactId> <version>0.1.0-SNAPSHOT</version> </dependency>
Want to display the latest version of your project on GitHub? Use the markdown code below!
If you want to include pre-releases and snapshots, use the following markdown code: