Merge pull request #39 from jessiebroke/master
Add Codex High-Level Categories and References to Pull From
This commit is contained in:
commit
a652b943e8
|
@ -32,6 +32,6 @@
|
||||||
"repelStrength": 20,
|
"repelStrength": 20,
|
||||||
"linkStrength": 0.876960037198729,
|
"linkStrength": 0.876960037198729,
|
||||||
"linkDistance": 500,
|
"linkDistance": 500,
|
||||||
"scale": 0.1600130695281742,
|
"scale": 0.6783917640070826,
|
||||||
"close": true
|
"close": true
|
||||||
}
|
}
|
|
@ -105,14 +105,14 @@
|
||||||
"active": "8143718c5f145084",
|
"active": "8143718c5f145084",
|
||||||
"lastOpenFiles": [
|
"lastOpenFiles": [
|
||||||
"pages/Start Here.md",
|
"pages/Start Here.md",
|
||||||
"pages/Data Model and Concurrency.md",
|
|
||||||
"pages/Project Logos.md",
|
"pages/Project Logos.md",
|
||||||
"pages/Set of Protocols.md",
|
"pages/Project Codex.md",
|
||||||
|
"pages/Remote Auditing.md",
|
||||||
"pages/Project Waku.md",
|
"pages/Project Waku.md",
|
||||||
|
"pages/Set of Implementations.md",
|
||||||
"pages/Network of Nodes.md",
|
"pages/Network of Nodes.md",
|
||||||
"pages/Recipes.md",
|
"pages/Set of Protocols.md",
|
||||||
"pages/Node Reputation.md",
|
"pages/Decentralized Storage.md",
|
||||||
"Bootstrapping /Bootstrapping or Factory.md",
|
"pages/Redundancy.md"
|
||||||
"pages/Logos Program.md"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
|
@ -9,4 +9,18 @@ A list of [[Recipes]] necessary to develop better intuition and understanding
|
||||||
- Prep: [||||||||||]
|
- Prep: [||||||||||]
|
||||||
- Cook Time: X min
|
- Cook Time: X min
|
||||||
- Ingredients:
|
- Ingredients:
|
||||||
1. [Insert pictures, videos, article links, research papers, etc.]
|
1. [Insert pictures, videos, article links, research papers, etc.]
|
||||||
|
|
||||||
|
|
||||||
|
https://github.com/status-im/codex-research/tree/main/evaluations
|
||||||
|
Extract:
|
||||||
|
- The state of the art in terms of existing decentralized storage
|
||||||
|
- Analyze different approaches (summaries)
|
||||||
|
|
||||||
|
Papers:
|
||||||
|
|
||||||
|
1. https://www.zotero.org/groups/4402401/dagger/search/Peer-to-Peer%20Storage%20Systems%3A%20a%20Practical%20Guideline%20to%20be%20Lazy/titleCreatorYear/items/45Y36R55/item-list
|
||||||
|
|
||||||
|
2. https://www.zotero.org/groups/4402401/dagger/search/P2P%20Storage%20Systems%3A%20How%20Much%20Locality%20Can%20They%20Tolerate%3F/titleCreatorYear
|
||||||
|
|
||||||
|
3. https://www.zotero.org/groups/4402401/dagger/search/Compact%20Proofs%20of%20Retrievability/titleCreatorYear/items/QKH5SPND/item-list
|
|
@ -20,14 +20,14 @@ Dmitriy Ryajov
|
||||||
|
|
||||||
## Necessary Terminology
|
## Necessary Terminology
|
||||||
|
|
||||||
### The Six (6) Technology Layers of Codex as a [insert here | Decentralized Storage Solution?]
|
### The Six (6) High-Level Categories of Codex as a Decentralized Durability Engine
|
||||||
|
|
||||||
#### 1. [[Decentralized Storage]]
|
#### 1. [[Decentralized Storage]] -> system design (from Zotero)
|
||||||
#### 2. [[Durability]]
|
#### 2. [[Durability]] -> Erasure Coding and Proof of Storage
|
||||||
#### 3. [[Redundancy]]
|
#### 3. [[Redundancy]] -> Erasure Coding
|
||||||
#### 4. [[Dispersal]]
|
#### 4. [[Dispersal]] -> P2P Networks
|
||||||
#### 5. [[Incentives]]
|
#### 5. [[Incentives]] -> Incentives
|
||||||
#### 6. [[Remote Auditing]]
|
#### 6. [[Remote Auditing]] -> Proofs of Storage
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -3,4 +3,7 @@ dateUpdated: 2022-05-24
|
||||||
---
|
---
|
||||||
|
|
||||||
# Redundancy
|
# Redundancy
|
||||||
A list of [[Recipes]] necessary to develop better intuition and understanding
|
A list of [[Recipes]] necessary to develop better intuition and understanding
|
||||||
|
|
||||||
|
replication, erasure-coding,
|
||||||
|
|
||||||
|
|
|
@ -9,4 +9,7 @@ A list of [[Recipes]] necessary to develop better intuition and understanding
|
||||||
- Prep: [||||||||||]
|
- Prep: [||||||||||]
|
||||||
- Cook Time: X min
|
- Cook Time: X min
|
||||||
- Ingredients:
|
- Ingredients:
|
||||||
1. [Insert pictures, videos, article links, research papers, etc.]
|
1. [Insert pictures, videos, article links, research papers, etc.]
|
||||||
|
|
||||||
|
|
||||||
|
RAID, replication, bandwidth,
|
Loading…
Reference in New Issue