# go-orbit-db **Repository Path**: zhangv2012/go-orbit-db ## Basic Information - **Project Name**: go-orbit-db - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-28 - **Last Updated**: 2024-11-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README


go-orbit-db

🤝 Go version of orbit-db.

Code Factor Go Report Card GitHub version Coverage GoDoc

berty.techGitHub

> 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 completely Example: ```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.