A P2P Database on IPFS.
orbit-db is a distributed peer-to-peer database on IPFS. This project intends to provide a fully compatible port of the JavaScript version in Go.
The majority of this code was vastly derived from the JavaScript's orbit-db project.
See GoDoc.
Constraints:
go-orbit-db
currently only works with go1.16 and laterberty.tech/go-orbit-db
instead of github.com/berty/go-orbit-db
410 gone
errors, make sure that you use a reliable $GOPROXY
or disable it completelyExample:
$ go version
go version go1.17.3 darwin/amd64
$ go get berty.tech/go-orbit-db
[...]
$
go-orbit-db is licensed under the Apache License, Version 2.0. See LICENSE for the full license text.