Merge pull request #39 from jessiebroke/master

Add Codex High-Level Categories and References to Pull From
This commit is contained in:
jessiebroke 2022-05-24 14:46:31 -04:00 committed by GitHub
commit a652b943e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 37 additions and 17 deletions

View File

@ -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
} }

12
.obsidian/workspace vendored
View File

@ -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"
] ]
} }

View File

@ -10,3 +10,17 @@ A list of [[Recipes]] necessary to develop better intuition and understanding
- 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

View File

@ -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
--- ---

View File

@ -4,3 +4,6 @@ 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,

View File

@ -10,3 +10,6 @@ A list of [[Recipes]] necessary to develop better intuition and understanding
- 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,