Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/berty/go-orbit-db
Go version of P2P Database on IPFS
https://github.com/berty/go-orbit-db
berty crdt ipfs libp2p orbit-db orbitdb p2p-database
Last synced: 3 days ago
JSON representation
Go version of P2P Database on IPFS
- Host: GitHub
- URL: https://github.com/berty/go-orbit-db
- Owner: berty
- License: apache-2.0
- Created: 2019-06-11T15:52:54.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-25T13:47:56.000Z (15 days ago)
- Last Synced: 2024-10-29T14:19:03.465Z (10 days ago)
- Topics: berty, crdt, ipfs, libp2p, orbit-db, orbitdb, p2p-database
- Language: Go
- Homepage: https://berty.tech
- Size: 918 KB
- Stars: 416
- Watchers: 20
- Forks: 57
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-go - go-orbit-db - distributed peer-to-peer database on IPFS. This project intends to provide a fully compatible port of the JavaScript version in Go. (Blockchain)
README
go-orbit-db
🤝 Go version of orbit-db.
> A P2P Database on IPFS.
[orbit-db](https://github.com/orbitdb/orbit-db/) is a distributed peer-to-peer database on [IPFS](https://github.com/ipfs/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](https://github.com/orbitdb/orbit-db) project.
## Usage
See [GoDoc](https://godoc.org/github.com/berty/go-orbit-db).
## Install
Constraints:
* `go-orbit-db` currently only works with **go1.16** and later
* You need to use the canonical import: `berty.tech/go-orbit-db` instead of `github.com/berty/go-orbit-db`
* If you have `410 gone` errors, make sure that you use a reliable `$GOPROXY` or disable it completelyExample:
```console
$ go version
go version go1.17.3 darwin/amd64
$ go get berty.tech/go-orbit-db
[...]
$
```## Licensing
*go-orbit-db* is licensed under the Apache License, Version 2.0.
See [LICENSE](LICENSE) for the full license text.