From cd74f94c48d222761a752deabf2a221820ac53c8 Mon Sep 17 00:00:00 2001 From: blueBerty Date: Tue, 24 Sep 2019 18:22:19 +0200 Subject: [PATCH] feat: add go-orbit-db to tools --- README.md | 1 + data/tools.yaml | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/README.md b/README.md index bd5c166..fbfeded 100644 --- a/README.md +++ b/README.md @@ -159,6 +159,7 @@ Sniffs the DHT gossip and indexes file and directory hashes. Metadata and search - [dillo-ipfs](https://git.scuttlebot.io/%25C35b%2BMlZ%2Fy5TT1e7SG66eNKEIdX5DRl9PRUxbhvO89k%3D.sha256) - IPFS integration for the Dillo web browser. - [gatsby-plugin-ipfs](https://github.com/moxystudio/gatsby-plugin-ipfs) - Adds support for deploying Gatsby websites to IPFS by ensuring that assets are relative. - [git-remote-ipfs](https://github.com/cryptix/git-remote-ipfs) - push/pull repositories from/to IPFS +- [go-orbit-db](https://github.com/berty/go-orbit-db) - This is a Golang port of OrbitDB that intends to be fully compatible with the original JavaScript version. OrbitDB is a serverless, distributed, peer-to-peer database. - [go-stellar-ipfs](https://github.com/aanupam23/go-stellar-ipfs) - go-stellar-ipfs is a library that is a bridge between Stellar and IPFS. - [http2ipfs](https://github.com/jbenet/http2ipfs-web) - This is a simple webtool to add URLs to an IPFS node. - [ipcat](https://github.com/noffle/ipcat) - :cat2: Retrieve IPFS object data and send it to stdout. diff --git a/data/tools.yaml b/data/tools.yaml index b94b17d..d7cac5d 100644 --- a/data/tools.yaml +++ b/data/tools.yaml @@ -131,3 +131,7 @@ content: source: https://github.com/orbitdb/orbit-db description: OrbitDB is a serverless, distributed, peer-to-peer database that uses IPFS as its data storage and IPFS Pubsub to automatically sync databases with peers. picture: /images/orbit-db.png +- title: go-orbit-db + website: https://github.com/berty/go-orbit-db + source: https://github.com/berty/go-orbit-db + description: This is a Golang port of OrbitDB that intends to be fully compatible with the original JavaScript version. OrbitDB is a serverless, distributed, peer-to-peer database.