@cryptotaxi247 / kubo / commits / 1baa29022

Add WIP high-level architecture diagram

MollyM committed Oct 25, 2019 at 01:01 UTC 1baa29022da269298fa972b5995a108a956b0288
1 file changed +4
README.md
+4
@@ -431,6 +431,10 @@ Some places to get you started on the codebase:
431 - PubSub: https://github.com/libp2p/go-libp2p-pubsub
432 - [IPFS : The `Add` command demystified](https://github.com/ipfs/go-ipfs/tree/master/docs/add-code-flow.md)
433
434 +### Map of IPFS Subsystems
435 +**WIP**: This is a high-level architecture diagram of the various sub-systems of go-ipfs. To be updated with how they interact. Anyone who has suggestions is welcome to comment [here](https://docs.google.com/drawings/d/1OVpBT2q-NtSJqlPX3buvjYhOnWfdzb85YEsM_njesME/edit) on how we can improve this!
436 +<img src="https://docs.google.com/drawings/d/e/2PACX-1vS_n1FvSu6mdmSirkBrIIEib2gqhgtatD9awaP2_WdrGN4zTNeg620XQd9P95WT-IvognSxIIdCM5uE/pub?w=1446&amp;h=1036">
437 +
438 ### CLI, HTTP-API, Architecture Diagram
439
440 ![](./docs/cli-http-api-core-diagram.png)