zenhack / ocap-merkledag

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 ./...

About

License:Apache License 2.0


Languages

Language:Go 74.4%Language:Cap'n Proto 23.0%Language:Makefile 1.2%Language:Shell 0.6%Language:JavaScript 0.5%Language:HTML 0.2%Language:TypeScript 0.1%