An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# go-orbit-db

[![Gitter](https://img.shields.io/gitter/room/nwjs/nw.js.svg)](https://gitter.im/orbitdb/Lobby) [![Matrix](https://img.shields.io/badge/matrix-%23orbitdb%3Apermaweb.io-blue.svg)](https://riot.permaweb.io/#/room/#orbitdb:permaweb.io) [![Discord](https://img.shields.io/discord/475789330380488707?color=blueviolet&label=discord)](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