https://github.com/orbitdb-archive/go-orbit-db
Go implementation of OrbitDB.
https://github.com/orbitdb-archive/go-orbit-db
go golang orbitdb
Last synced: 11 months ago
JSON representation
Go implementation of OrbitDB.
- Host: GitHub
- URL: https://github.com/orbitdb-archive/go-orbit-db
- Owner: orbitdb-archive
- License: mit
- Archived: true
- Created: 2019-06-24T16:50:20.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2021-05-07T14:54:24.000Z (about 5 years ago)
- Last Synced: 2024-06-19T01:54:35.805Z (almost 2 years ago)
- Topics: go, golang, orbitdb
- Language: Go
- Size: 31.3 KB
- Stars: 28
- Watchers: 7
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# go-orbit-db
[](https://gitter.im/orbitdb/Lobby) [](https://riot.permaweb.io/#/room/#orbitdb:permaweb.io) [](https://discord.gg/cscuf5T)
> Go implementation of OrbitDB.
OrbitDB is a decentralized database system using IPFS for peer-to-peer replication.
## Install
This project uses [Go](https://golang.org/).
```sh
go get github.com/orbitdb/go-orbit-db
```
## Usage
```sh
orbitdb
```
## Maintainers
Hayden Young ([@haydenyoung](https://github.com/haydenyoung)) is the maintainer and lead author of the OrbitDB Go implementation.
## Contribute
We would be happy to accept PRs! If you want to work on something, it'd be good to talk beforehand to make sure nobody else is working on it. You can reach us [on Gitter](https://gitter.im/orbitdb/Lobby), or in the [issues section](https://github.com/orbitdb/go-orbit-db/issues).
We also have **regular community calls**, which we announce in the issues in [the @orbitdb welcome repository](https://github.com/orbitdb/welcome/issues). Join us!
For specific guidelines for contributing to this repository, check out the [Contributing guide](CONTRIBUTING.md). For more on contributing to OrbitDB in general, take a look at the [@OrbitDB welcome repository](https://github.com/orbitdb/welcome). Please note that all interactions in [@OrbitDB](https://github.com/orbitdb) fall under our [Code of Conduct](CODE_OF_CONDUCT.md).
## License
[MIT](LICENSE) © 2019 OrbitDB community