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