mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-07 03:09:05 -06:00
Update README.md
This commit is contained in:
@@ -28,13 +28,11 @@ Finally, because Noms is content-addressed, it yields a very pleasant programmin
|
||||
|
||||
Working with Noms is ***declarative***. You don't `INSERT` new data, `UPDATE` existing data, or `DELETE` old data. You simply *declare* what the data ought to be right now. If you commit the same data twice, it will be deduplicated because of content-addressing. If you commit _almost_ the same data, only the part that is different will be written.
|
||||
|
||||
<br>
|
||||
|
||||
## Use Cases
|
||||
|
||||
### [DecentDB](./doc/decent/about.md) - A pretty good database for the decentralized web ###
|
||||
|
||||
Because Noms is very good at sync, it makes a great basis for rich, collaborative, fully-decentralized applications.
|
||||
Because Noms is very good at sync, it makes a decent basis for rich, collaborative, fully-decentralized applications.
|
||||
|
||||
### [BucketDB](./doc/olap/about.md) - Horizontally scalable OLAP database in an S3 bucket ###
|
||||
|
||||
@@ -44,8 +42,6 @@ The immutable and content-addressable design of Noms makes it possible to build
|
||||
|
||||
Embed Noms into mobile applications, making it easier to build offline-first, fully synchronizing mobile applications.
|
||||
|
||||
<br>
|
||||
|
||||
## Setup
|
||||
|
||||
```
|
||||
@@ -56,8 +52,6 @@ go get github.com/attic-labs/noms/cmd/noms
|
||||
go install github.com/attic-labs/noms/cmd/noms
|
||||
```
|
||||
|
||||
<br>
|
||||
|
||||
## Run
|
||||
|
||||
Import some data:
|
||||
|
||||
Reference in New Issue
Block a user