Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zenhack/ocap-merkledag
https://github.com/zenhack/ocap-merkledag
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/zenhack/ocap-merkledag
- Owner: zenhack
- License: apache-2.0
- Created: 2020-09-12T20:05:06.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-16T00:50:11.000Z (almost 2 years ago)
- Last Synced: 2024-10-22T06:59:22.171Z (3 months ago)
- Language: Go
- Size: 369 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: license.txt
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