From d95feaf72a2fb3c25f09e1dc745938db16d39d2f Mon Sep 17 00:00:00 2001 From: Steven Vandevelde Date: Wed, 4 Sep 2019 16:39:37 +0200 Subject: [PATCH 1/3] feat: add Diffuse (#279) --- README.md | 2 ++ data/apps.yaml | 6 +++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a6e17bd..a08a167 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,7 @@ Everyone is welcome to submit their new awesome-ipfs item. In order to add an el - [Cohort](https://github.com/zignig/cohort) - A golang app to preset a threejs interface and get all of its assets out of IPFS. - [Computes](https://computes.io) - Computes.io is a distributed supercomputer powered by IPFS. - [dapple](https://github.com/nexusdev/dapple) - Dapple is a Solidity developer multitool designed to manage the growing complexity of interconnected smart contract systems. +- [Diffuse](https://diffuse.sh) - Play music from your IPFS node, or any other cloud/distributed storage service you use. - [digx](https://www.dgx.io/) - Digix is an asset-tokenisation platform built on Ethereum and IPFS. - [Discussify](https://github.com/ipfs-shipyard/discussify-browser-extension) - Discussify provides a real-time, peer to peer, and permanent discussion platform for anyone to join and participate. - [DtinyUrl](http://t.bdaily.club) - Dcentralized URL shortening service based on IPFS. [Source](https://github.com/facert/dtinyurl) @@ -147,6 +148,7 @@ Sniffs the DHT gossip and indexes file and directory hashes. Metadata and search - [Eternum](https://www.eternum.io/) - Paid pinning service with an easy-to-use API. - [NodeFort.io](https://www.nodefort.io) - Web-based IPFS node hosting service. +- [Peergos](https://peergos.org) - Your private, but social, space online. Store and edit documents and media. Share files or folders with friends. [Source](https://github.com/Peergos/Peergos) - [Pinata](https://pinata.cloud) - Build and manage your dapp through Pinata’s REST API and IPFS toolkit. ## Tools diff --git a/data/apps.yaml b/data/apps.yaml index 46f5026..b42b416 100644 --- a/data/apps.yaml +++ b/data/apps.yaml @@ -69,6 +69,10 @@ content: description: > Dapple is a Solidity developer multitool designed to manage the growing complexity of interconnected smart contract systems. + - title: Diffuse + source: https://diffuse.sh + description: > + Play music from your IPFS node, or any other cloud/distributed storage service you use. - title: digx website: https://www.dgx.io/ description: > @@ -356,4 +360,4 @@ content: - title: Minerva source: https://github.com/bdchain/Minerva description: > - Minerva is a storage plugin of Apache Drill that connects IPFS's decentralized storage and Drill's flexible query engine. + Minerva is a storage plugin of Apache Drill that connects IPFS's decentralized storage and Drill's flexible query engine. From 2bc0f858708c3eb0765acbd5c26e6f049d005496 Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Wed, 4 Sep 2019 16:49:50 +0200 Subject: [PATCH 2/3] feat: add 'The Case for Decentralized Social Network' article (#282) License: MIT Signed-off-by: Henrique Dias Co-authored-by: npfoss --- README.md | 1 + data/articles.yaml | 3 +++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index a08a167..3579833 100644 --- a/README.md +++ b/README.md @@ -108,6 +108,7 @@ Sniffs the DHT gossip and indexes file and directory hashes. Metadata and search - 2019-07-22: [10+ Resources Every IPFS Developer Should Know About](https://medium.com/@vaibhavsaini_67863/10-resources-to-get-started-with-ipfs-5f429dc8a841) - 2019-05-12: [The Complete Beginner's Guide to Deploying Your First Static Website to IPFS](https://dev.to/agentofuser/the-complete-beginner-s-guide-to-deploying-your-first-static-website-to-ipfs-33po) +- 2019-03-10: [The Case for a Decentralized Social Network](https://medium.com/npfoss/the-case-for-a-decentralized-social-network-2683b727abf5) - 2019-01-30: [Ultimate Guide to Filecoin Breaking Down Filecoin Whitepaper & Economics](https://medium.com/swlh/ultimate-guide-to-filecoin-breaking-down-filecoin-whitepaper-economics-9212541a5895) - 2018-08-06: [Content Identifiers in IPFS](https://pascalprecht.github.io/posts/content-identifiers-in-ipfs/) - 2018-07-11: [On future-proof cryptographic hashes](https://pascalprecht.github.io/posts/future-proofed-hashes-with-multihash/) diff --git a/data/articles.yaml b/data/articles.yaml index 00173cd..4494329 100644 --- a/data/articles.yaml +++ b/data/articles.yaml @@ -54,3 +54,6 @@ content: date: '2019-05-12' website: https://dev.to/agentofuser/the-complete-beginner-s-guide-to-deploying-your-first-static-website-to-ipfs-33po picture: /images/tutorial-ipfs-deploy.jpeg + - title: The Case for a Decentralized Social Network + date: '2019-03-10' + website: https://medium.com/npfoss/the-case-for-a-decentralized-social-network-2683b727abf5 From c82a847fcb7172ca66ba86b834e09e7082449c8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Jeanmart?= Date: Wed, 4 Sep 2019 15:57:48 +0100 Subject: [PATCH 3/3] feat: add article "Managing storage in a Java application with IPFS" (#275) --- README.md | 1 + data/articles.yaml | 3 +++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index 3579833..ae10c0c 100644 --- a/README.md +++ b/README.md @@ -106,6 +106,7 @@ Sniffs the DHT gossip and indexes file and directory hashes. Metadata and search ## Articles +- 2019-08-14: [Managing storage in a Java application with IPFS](https://kauri.io/article/3e8494f4f56f48c4bb77f1f925c6d926) - 2019-07-22: [10+ Resources Every IPFS Developer Should Know About](https://medium.com/@vaibhavsaini_67863/10-resources-to-get-started-with-ipfs-5f429dc8a841) - 2019-05-12: [The Complete Beginner's Guide to Deploying Your First Static Website to IPFS](https://dev.to/agentofuser/the-complete-beginner-s-guide-to-deploying-your-first-static-website-to-ipfs-33po) - 2019-03-10: [The Case for a Decentralized Social Network](https://medium.com/npfoss/the-case-for-a-decentralized-social-network-2683b727abf5) diff --git a/data/articles.yaml b/data/articles.yaml index 4494329..839e19e 100644 --- a/data/articles.yaml +++ b/data/articles.yaml @@ -54,6 +54,9 @@ content: date: '2019-05-12' website: https://dev.to/agentofuser/the-complete-beginner-s-guide-to-deploying-your-first-static-website-to-ipfs-33po picture: /images/tutorial-ipfs-deploy.jpeg + - title: "Managing storage in a Java application with IPFS" + date: '2019-08-14' + website: https://kauri.io/article/3e8494f4f56f48c4bb77f1f925c6d926 - title: The Case for a Decentralized Social Network date: '2019-03-10' website: https://medium.com/npfoss/the-case-for-a-decentralized-social-network-2683b727abf5