-
Notifications
You must be signed in to change notification settings - Fork 108
Conversation
There is the start of a glossary at the bottom of this PR.
…On Fri., 19 Oct. 2018, 20:28 Eoghan Ó Carragáin, ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
In README.md <#72 (comment)>
:
> + | | | Structured Data w/ indexes |
+ | unixfs v2 | | VR, Geo, SQL, etc. | +----------+
+ | | | | | |
+ +-------------+ +-----------------------------+ | MFS in |
+ | | | | | IPFS |
+ | HAMT | | Sorted Index (sharded) | | |
+ | | | | +----------+
+ +-------------+-+-----------------------------+ | |
+ | | | unixfs |
+ | Complex Data Structures | | v1 |
+ | | | |
++------------------------------------------------------------------------------+
+| | | | |
+| | dag-json dag-cbor | | |
+| | | | |
+| Codecs +---------------------------------------------+ git | dag-pb |
It would be great to have some definitions and examples to illustrate the
IPFS/IPLD usage of: codecs; formats; types/typing; schema. I've seen them
all used in IPLD discussions but depending on your background these can
have different meanings and connotations that don't exactly match IPLD/IPFS
usage.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#72 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AFpnaPvk-jEA0rDNoboEiFIVBDXX4hLmks5umalmgaJpZM4XAMcP>
.
|
Ok, just pushed lots of fixes. I'd like to move this towards a merge. It isn't perfect, but it's a lot closer to how we're now talking about IPLD than the current state of the repo. |
@diasdavid I disagreed with the codec/format terminology and you haven't responded to my prior reply so I resolved that conversation for now. If you want to continue to discuss we can start a new thread, PR, or we can just have a quick call to resolve it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few comments, though I can also open issues if you want to merge without making any changes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For me it's ready to be merged, further changes can be discussed on separate issues.
Ok, I think we're ready to merge now. All pending discussions have been closed. |
What teams have merge access in this repo? |
@mikeal I've added the IPLD JS Team. |
Retcon of all IPLD specifications.
Following up on the new direction I've started to refactor the specifications.
Based on comments by @diasdavid I'm also removing the out of date or deprecated specs as I go.