You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DWEB_ADDRESSING.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,8 @@
1
1
#  Addressing on the Decentralized Web
2
2
3
+
> [!NOTE]
4
+
> This is an incomplete work-in-progress document from the early days of IPFS. For current addressing specifications, please refer to https://specs.ipfs.tech/
Copy file name to clipboardExpand all lines: IMPORTERS_EXPORTERS.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,8 @@
1
1
#  Data Importers & Exporters
2
2
3
+
> [!NOTE]
4
+
> This is a work-in-progress specification from the early days of IPFS. For current UnixFS and data import specifications, please refer to https://specs.ipfs.tech/unixfs/
5
+
3
6
**Authors(s)**:
4
7
- David Dias
5
8
- Juan Benet
@@ -43,7 +46,7 @@ Essentially, data importing is divided into two parts:
43
46
- Splitters - The chunking algorithms applied to each file, these can be:
44
47
- fixed size chunking (also known as dumb chunking)
45
48
- rabin fingerprinting
46
-
- dedicated format chunking, these require knowledge of the format and typically only work with certain time of files (e.g. video, audio, images, etc)
49
+
- dedicated format chunking, these require knowledge of the format and typically only work with certain type of files (e.g. video, audio, images, etc)
47
50
- special data structures chunking, formats like, tar, pdf, doc, container and/org vm images fall into this category
0 commit comments