Update README.md

This commit is contained in:
Aaron Boodman
2017-09-21 00:10:32 -07:00
committed by GitHub
parent 7d811285e2
commit dc3bdbe015

View File

@@ -30,9 +30,17 @@ Working with Noms is ***declarative***. You don't `INSERT` new data, `UPDATE` ex
## Use Cases
* **[DecentDB](./doc/decent/about.md):** A pretty good database for the decentralized web
* **[BucketDB](./doc/olap/about.md)**: Horizontally scalable OLAP database in an S3 bucket
* **ClientDB (doc coming soon)**: offline-first mobile applications
#### [Decentralization](./doc/decent/about.md)
Because Noms is very good at sync, it makes a decent basis for rich, collaborative, fully-decentralized applications.
#### [BucketDB](./doc/olap/about.md)
The immutable design of Noms enables a full, horizontally scalable OLAP database atop cheap block storage. This separates storage costs from compute costs, so that you only pay for the compute that you use.
#### ClientDB (doc coming soon)
Embed Noms into mobile applications, making it easier to build offline-first, fully synchronizing mobile applications.
## Setup