From 1baa29022da269298fa972b5995a108a956b0288 Mon Sep 17 00:00:00 2001 From: MollyM Date: Fri, 25 Oct 2019 01:01:26 -0700 Subject: [PATCH 1/2] Add WIP high-level architecture diagram --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2f137e8b7ff..f1aed251c8e 100644 --- a/README.md +++ b/README.md @@ -431,6 +431,10 @@ Some places to get you started on the codebase: - PubSub: https://github.com/libp2p/go-libp2p-pubsub - [IPFS : The `Add` command demystified](https://github.com/ipfs/go-ipfs/tree/master/docs/add-code-flow.md) +### Map of IPFS Subsystems +**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! + + ### CLI, HTTP-API, Architecture Diagram ![](./docs/cli-http-api-core-diagram.png) From 317ce4b7d80e62da5aa3e3307867001f0382d654 Mon Sep 17 00:00:00 2001 From: MollyM Date: Tue, 29 Oct 2019 11:19:05 -0700 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f1aed251c8e..67ecfc3e0a0 100644 --- a/README.md +++ b/README.md @@ -431,7 +431,7 @@ Some places to get you started on the codebase: - PubSub: https://github.com/libp2p/go-libp2p-pubsub - [IPFS : The `Add` command demystified](https://github.com/ipfs/go-ipfs/tree/master/docs/add-code-flow.md) -### Map of IPFS Subsystems +### Map of go-ipfs Subsystems **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!