README.md 1.02 KB
Newer Older
Eric Myhre's avatar
Eric Myhre committed
1
- [IPLD Big Picture](./big-picture.md)
2 3 4 5 6 7
- [Nodes](./nodes.md)
	- [Node interface overview](./nodes.md#the-node-interface)
	- [Node implementation diversity](./nodes.md#node-implementations)
	- [how to use NodeBuilder](./nodes.md#using-nodebuilder)
	- [intro to typed nodes](./nodes.md#typed-nodes)
- [using the fluent API](./fluent.md)
Eric Myhre's avatar
Eric Myhre committed
8 9 10 11 12 13 14 15 16 17 18 19
- operationals
	- focus & paths
	- traverse & selectors
	- transform
	- constructing other operations
- storing, loading, and linking
	- encoding
		- (this covers only cbor and json builtins)
		- (brief description of how to build-your-own (either with refmt tokens or nodewalking))
	- cids are links
	- linkloader and linkbuilder
	- automatical link loading in operationals
20 21 22 23 24
- [IPLD Schemas](./schema.md)
	- [Goals](./schema.md#goals)
	- [Features](./schema.md#features)
	- [Implementation](./schema.md#implementation)
	- [Migration Techniques](./schema.md#schemas-and-migration)
Eric Myhre's avatar
Eric Myhre committed
25
- [Advanced Data Layouts](./advLayout.md)
26 27 28 29

---

- [Development notes: on Node implementations](./dev/node-implementations.md)