Storage based traffic makes up 80% of Fleek traffic, the other 20% is for our websites.
Globally, gaming traffic will be 6% of consumer Internet traffic in 2021, up from 2% in 2016.. Cisco
Globally, consumer Internet video traffic will be 81% of consumer Internet traffic in 2021, up from 72% in 2016. Cisco
Cisco Research
Decentralize our entire stack! Today we start with an important piece in our stack, the CDN.
Comparing Tusk vs Bullshark:
Common round latency | Async round latency | Garbage collection | Fairness | |
---|---|---|---|---|
Tusk | 3 | E(7) | yes | no |
Bullshark | 2 | E(6) | yes | during sync |
Fleek Network Consensus More information about Fleek Network consensus
Decoupling data dissemination from metadata ordering is the key mechanism to allow scalable and high throughput consensus systems
Feature: Accelerate Content
As an app
I want to put content onto the Ursa CDN
Because I want to accelerate my content worldwide
Given a trustless, censorship resistent premise
Scenario: App puts content to Ursa
Given I'm a signed up to ursa and have an endpoint id
When I use the given api
And I make a put request with my content
Then the content should be uploaded to the network
And distributed amongst peers and cached on the network and gateway
And the nodes will also cache the data locally until storage threshold
Feature: Get Content
As an app
I want to get my content from Ursa CDN
Because I want to serve it to my clients
Scenario: App requests for `/:cid`
Given the App has a valid endpoint url
When the App makes a `Get` request for the `cid`
Then the Gateway returns the data if it is cached
But if not cached, it will query the closest node
And if cache miss, gateways
And nodes will cache the content for repeated requests
Client->Gateway: Get: "/<client_endpoint>/:cid"
Gateway->Cherry Picker: Pick closest node
Cherry Picker->Node: Get content
Note right of Node: From cache or content routing
Node-->Client: Returns content and caches it
Note left of Client: Incrementally verifies the data
gantt
title Mission no.1: First Exploration
section Network
Outline and build v0 of node spec :a1, 2022-06-01, 30d
Develop networking stack :after a1 , 25d
section RPC
Design Cache Node RPC interface :2022-06-01 , 28d
Integrate with gateways :20d
section Store
Implement an IPLD blockstore :2022-06-01 , 20d
section Metrics
Determine the metrics capturing mechanism :2022-06-01 , 30d
Determine payout for nodes serving content : 30d
section Daemon
Build a local cli to interact with node :2022-06-01 , 30d
section Gateway
Create a global gateway :2022-06-01 , 24d
Build a governance layer and cherry picker : after a1 , 30d
More coming soon!
This is a general overiew, paper, repo, and official announcement soon
Fleek Network
or
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up
Syntax | Example | Reference | |
---|---|---|---|
# Header | Header | 基本排版 | |
- Unordered List |
|
||
1. Ordered List |
|
||
- [ ] Todo List |
|
||
> Blockquote | Blockquote |
||
**Bold font** | Bold font | ||
*Italics font* | Italics font | ||
~~Strikethrough~~ | |||
19^th^ | 19th | ||
H~2~O | H2O | ||
++Inserted text++ | Inserted text | ||
==Marked text== | Marked text | ||
[link text](https:// "title") | Link | ||
 | Image | ||
`Code` | Code |
在筆記中貼入程式碼 | |
```javascript var i = 0; ``` |
|
||
:smile: | ![]() |
Emoji list | |
{%youtube youtube_id %} | Externals | ||
$L^aT_eX$ | LaTeX | ||
:::info This is a alert area. ::: |
This is a alert area. |
On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?
Please give us some advice and help us improve HackMD.
Do you want to remove this version name and description?
Syncing