Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Orbit Db | 7,574 | 128 | 83 | 2 months ago | 215 | August 27, 2022 | 202 | mit | JavaScript | |
Peer-to-Peer Databases for the Decentralized Web | ||||||||||
Icefiredb | 989 | a day ago | 4 | mit | Go | |||||
@IceFireLabs -> IceFireDB is a database built for web3.0 It strives to fill the gap between web2 and web3.0 with a friendly database experience, making web3 application data storage more convenient, and making it easier for web2 applications to achieve decentralization and data immutability. | ||||||||||
Aviondb | 405 | 2 | 7 months ago | 17 | May 31, 2020 | 39 | mit | TypeScript | ||
A decentralised database with MongoDB-like developer interface (Fully Compatible with OrbitDB) | ||||||||||
Go Orbit Db | 334 | 5 | a month ago | 49 | November 17, 2022 | 7 | apache-2.0 | Go | ||
Go version of P2P Database on IPFS | ||||||||||
Blackholedb | 111 | 4 years ago | 2 | mit | Go | |||||
BlackholeDB is a simple distributed key-value DB based on IPFS protocol. | ||||||||||
Awesome Orbitdb | 100 | 8 months ago | 1 | other | ||||||
Useful resources for using OrbitDB and building projects on it | ||||||||||
Py Swirld | 98 | 5 years ago | 1 | apache-2.0 | Python | |||||
Python implementation of the Swirld byzantine consensus algorithm | ||||||||||
Welcome | 91 | a year ago | 2 | other | ||||||
☄️💫 The OrbitDB community and documentation repo | ||||||||||
Chaingear | 83 | 1 | 4 years ago | 10 | October 05, 2018 | 30 | other | JavaScript | ||
The consensus computer driven database framework | ||||||||||
Godless | 70 | 6 years ago | 7 | August 27, 2017 | 9 | mit | Go | |||
Peer-to-peer lite database over IPFS |
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.