Update architectures.md

This commit is contained in:
Aaron Boodman
2017-09-19 17:26:46 -07:00
committed by GitHub
parent 9f758c0bdc
commit 1e7db1d840

View File

@@ -41,7 +41,7 @@ If this is not sufficient, then applications can create their own merge policies
### Decentralized Chunkstore Architecture
Another potential architecture for decentralized apps uses a decentralized chunkstore (such as IPFS, Swarm, or Sia) rather than local databases. In this case, rather than each node maintaining a local datastore, Noms chunks are stored in a decentralized chunkstore. The underlying chunkstore is reponsible for making chunks available when needed.
Another potential architecture for decentralized apps uses a decentralized chunkstore (such as IPFS, Swarm, or Sia) rather than local databases. In this case, rather than each node maintaining a local datastore, Noms chunks are stored in a decentralized chunkstore. The underlying chunkstore is responsible for making chunks available when needed.
![Decentralized Architecture](./dist-arch.png)