From f15a0e872abf69c0e84fa9f0e8a9669f838559e7 Mon Sep 17 00:00:00 2001 From: "A. F. Dudley" Date: Sun, 22 Mar 2020 11:36:44 -0700 Subject: [PATCH] First draft of architecture notes --- documentation/super_node/architecture.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 documentation/super_node/architecture.md diff --git a/documentation/super_node/architecture.md b/documentation/super_node/architecture.md new file mode 100644 index 00000000..24660221 --- /dev/null +++ b/documentation/super_node/architecture.md @@ -0,0 +1,16 @@ +These are the components of a VulcanizeDB Watcher: +* Data Fetcher/Streamer sources: + * go-ethereum + * bitcoind + * btcd + * IPFS +* Transformers contain: + * converter + * publisher + * indexer +* Endpoints contain: + * api + * backend + * filterer + * retriever + * ipld_server