Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zenhack/ocap-merkledag


https://github.com/zenhack/ocap-merkledag

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

WIP OCap-friendly merkle-dag data store with [hash splitting][1].
Inspired by [Perkeep][2], 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][3],
but it is conceptually a stand-alone project.

# Building

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

[1]: https://github.com/hashsplit/hashsplit-spec
[2]: https://perkeep.org
[3]: https://sandstorm.io