From 2c423e7b3277ea6c74ab2d73590d3ace0296aec8 Mon Sep 17 00:00:00 2001 From: Leo Date: Tue, 15 Dec 2020 12:02:03 +0800 Subject: [PATCH 1/3] add open grant proposal meson --- open-grant-proposals/open-proposal-meson.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 open-grant-proposals/open-proposal-meson.md diff --git a/open-grant-proposals/open-proposal-meson.md b/open-grant-proposals/open-proposal-meson.md new file mode 100644 index 000000000..bc4abd01b --- /dev/null +++ b/open-grant-proposals/open-proposal-meson.md @@ -0,0 +1,13 @@ +# Open Grant Proposal: `Meson` + +**Name of Project:** Meson + +**Proposal Category:** `app-dev` + +**Proposer:** LiLongyue + +**Do you agree to open source all work you do on behalf of this RFP and dual-license under MIT and APACHE2 licenses?:** "Yes" + + +# Project Description + From af72af74793c641fe6a073faeebb29675a473a93 Mon Sep 17 00:00:00 2001 From: haihongs Date: Tue, 22 Dec 2020 11:13:43 +0800 Subject: [PATCH 2/3] Update and rename open-proposal-meson.md to meson.md --- open-grant-proposals/meson.md | 97 +++++++++++++++++++++ open-grant-proposals/open-proposal-meson.md | 13 --- 2 files changed, 97 insertions(+), 13 deletions(-) create mode 100644 open-grant-proposals/meson.md delete mode 100644 open-grant-proposals/open-proposal-meson.md diff --git a/open-grant-proposals/meson.md b/open-grant-proposals/meson.md new file mode 100644 index 000000000..66d8c0130 --- /dev/null +++ b/open-grant-proposals/meson.md @@ -0,0 +1,97 @@ +# Open Grant Proposal: `Meson` + +**Name of Project:** Meson + +**Proposal Category:** `app-dev` + +**Proposer:** Haihong Shi + +**Do you agree to open source all work you do on behalf of this RFP and dual-license under MIT and APACHE2 licenses?:** "Yes" + + +# Project Description +Filecoin&IPFS focus on distributed storage, but there are many limitations when it comes to nowadays's popular applications like video streaming, gaming, etc. +Because popular applications often require high bandwidth in file transmission besides the file storage capacitance. But Filecoin&IPFS only focus on storage capacitance. We are building a project called 'meson' which is a distributed file acceleration cache layer over Filecoin&IPFS. Meson is the layer2 that increases the whole bandwidth over Filecoin&IPFS, and it caches the hot files from Filecoin&IPFS globally. + +## Value +According to the market, a popular application called 'tiktok' spends billions on file transmission each year.[CDN] Currently, Filecoin&IPFS network has a lot of storage capacitance, but files stored on the network are not efficiently used. Meson will bring down the cost of file transmission while using Filecoin &IPFS and bring Filecoin & IPFS into real commercial applications. + + +### What are the benefits to getting this right? +There are three parts to the benefits. + +1.For Filecoin&IPFS miners, they can run meson directly on top of Filecoin&IPFS. Miners will receive more money from commercial applications while transmitting the hot files. + +2.For traditional application companies like 'tiktok', they can reduce the payment to centralized CDN providers and benefit from distributed storage and transmission. + +3.For Filecoin&IPFS ecosystem, meson will help to increase the bandwidth of file transmission of the whole network. This will bring more commercial applications into Filecoin&IPFS ecosystem. + +### What are the risks if you don't get it right? +Filecoin&IPFS has relatively low risk as we have already built the test network. It validates our idea and works pretty well. Filecoin&IPFS has low risk as the budget is paid on milestones and each milestone has defined deliverables. + +### What are the risks that will make executing on this project difficult? +At present, we have not seen any risks that will make executing on this project difficult. + + +## Development Roadmap + +### Milestone 1 +1.1 Design and release IPFS/Meson specifications documents. +1.2 Design and extend the current Meson terminal application to support IPFS. +1.3 Design and release the frontend portal to all clients. +1.4 Develop and release a restful API to use IPFS/Meson. +1.5 Community promotions to all programmers. + +### Milestone 2 +2.1 Develop and release web-json SDK to use IPFS/Meson +2.2 Develop and release video SDK to use IPFS/Meson. +2.3 Develop and extend frontend portal for Filecoin&IPFS miners. +2.4 Community promotions to all streaming and gaming applications. + +## Total Budget Requested + +* Milestone 1: $10,000 +* Milestone 2: $10,000 + +Total: $20,000 + +## Maintenance and Upgrade Plans +IPFS/Meson will be updated, maintained, and supported as needed indefinitely. + + +# Team + +## Team Members + +- Haihong Shi +- Longyue Li +- Frank Xiang Wang +- Zhenbo Zhang + +## Team Member LinkedIn Profiles + +- https://www.linkedin.com/in/haihong-shi-21b477a3/ +- https://www.linkedin.com/in/longyue-li-147829124/ +- https://www.linkedin.com/in/frank-xiang-wang-00a73180/ +- https://www.linkedin.com/in/zhenbo-zhang-571b1b6a/ +- +## Team Website + +https://meson.network + +## Relevant Experience + +We have much experience in both the blockchain industry and traditional CDN business. + +## Team code repositories + +https://github.com/daqnext + +# Additional Information + +We are very confident that we can bring more real commercial value into Filecoin&IPFS ecosystem. + + + + + diff --git a/open-grant-proposals/open-proposal-meson.md b/open-grant-proposals/open-proposal-meson.md deleted file mode 100644 index bc4abd01b..000000000 --- a/open-grant-proposals/open-proposal-meson.md +++ /dev/null @@ -1,13 +0,0 @@ -# Open Grant Proposal: `Meson` - -**Name of Project:** Meson - -**Proposal Category:** `app-dev` - -**Proposer:** LiLongyue - -**Do you agree to open source all work you do on behalf of this RFP and dual-license under MIT and APACHE2 licenses?:** "Yes" - - -# Project Description - From ffd96819ef0c21c0b8203b8ecd89dff5282568a1 Mon Sep 17 00:00:00 2001 From: haihongs Date: Wed, 23 Dec 2020 23:40:06 +0800 Subject: [PATCH 3/3] Update meson.md --- open-grant-proposals/meson.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/open-grant-proposals/meson.md b/open-grant-proposals/meson.md index 66d8c0130..80076ccec 100644 --- a/open-grant-proposals/meson.md +++ b/open-grant-proposals/meson.md @@ -11,10 +11,10 @@ # Project Description Filecoin&IPFS focus on distributed storage, but there are many limitations when it comes to nowadays's popular applications like video streaming, gaming, etc. -Because popular applications often require high bandwidth in file transmission besides the file storage capacitance. But Filecoin&IPFS only focus on storage capacitance. We are building a project called 'meson' which is a distributed file acceleration cache layer over Filecoin&IPFS. Meson is the layer2 that increases the whole bandwidth over Filecoin&IPFS, and it caches the hot files from Filecoin&IPFS globally. +Because popular applications often require high bandwidth in file transmission besides the file storage capacity. But Filecoin&IPFS only focus on storage capacity. We are building a project called 'meson' which is a distributed file acceleration cache layer over Filecoin&IPFS. Meson is the layer2 that increases the whole bandwidth over Filecoin&IPFS, and it caches the hot files from Filecoin&IPFS globally. ## Value -According to the market, a popular application called 'tiktok' spends billions on file transmission each year.[CDN] Currently, Filecoin&IPFS network has a lot of storage capacitance, but files stored on the network are not efficiently used. Meson will bring down the cost of file transmission while using Filecoin &IPFS and bring Filecoin & IPFS into real commercial applications. +According to the market, a popular application called 'tiktok' spends billions on file transmission each year.[CDN] Currently, Filecoin&IPFS network has a lot of storage capacity, but files stored on the network are not efficiently used. Meson will bring down the cost of file transmission while using Filecoin &IPFS and bring Filecoin&IPFS into real commercial applications. ### What are the benefits to getting this right? @@ -90,8 +90,3 @@ https://github.com/daqnext # Additional Information We are very confident that we can bring more real commercial value into Filecoin&IPFS ecosystem. - - - - -