Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 498 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 498 Bytes

WIP OCap-friendly merkle-dag data store with hash splitting. Inspired by Perkeep, but with more flexible and lighter weight access control built on object capabilities.

I plan on using this as part of a backup solution for sandstorm, but it is conceptually a stand-alone project.

Building

GO_CAPNP_SRC=/path/to/go-capnproto2/checkout go generate ./...
go build ./...