mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-12 18:59:03 -06:00
Update README.md
This commit is contained in:
@@ -1,12 +1,14 @@
|
||||
<img src='doc/nommy_cropped_smaller.png' width='350' title='Nommy, the snacky otter'>
|
||||
|
||||
[Technical Overview](doc/intro.md) | [Use Cases](doc/uses.md) | [FAQ](doc/faq.md) | [Command-Line Interface](doc/cli-tour.md) | [Go SDK](doc/go-tour.md) | [Path Syntax](doc/spelling.md)
|
||||
[Use Cases](doc/uses.md) | [Setup](#setup) | [Status](#status) | [Documentation](./docs) | [Contact](#contact)
|
||||
<br><br>
|
||||
[](http://jenkins3.noms.io/job/NomsMasterBuilder/)
|
||||
[](https://codecov.io/gh/attic-labs/noms)
|
||||
[](https://godoc.org/github.com/attic-labs/noms)
|
||||
[](http://slack.noms.io)
|
||||
|
||||
# Welcome
|
||||
|
||||
*Noms* is a decentralized database philosophically descendant from the Git version control system.
|
||||
|
||||
Like Git, Noms is:
|
||||
@@ -17,7 +19,7 @@ Like Git, Noms is:
|
||||
Unlike Git, Noms is a database, so it also:
|
||||
|
||||
* Primarily **stores structured data**, not files and directories (see: [the Noms type system](https://github.com/attic-labs/noms/blob/master/doc/intro.md#types))
|
||||
* **Scales well** to large amounts of data and concurrent clients (TODO: benchmarks)
|
||||
* **Scales well** to large amounts of data and concurrent clients
|
||||
* Supports **atomic transactions** (a single instance of Noms is CP, but Noms is typically run in production backed by S3, in which case it is "[effectively CA](https://cloud.google.com/spanner/docs/whitepapers/SpannerAndCap.pdf)")
|
||||
* Supports **efficient indexes** (see: [Noms prolly-trees](https://github.com/attic-labs/noms/blob/master/doc/intro.md#prolly-trees-probabilistic-b-trees))
|
||||
* Features a **flexible query model** (see: [GraphQL](./go/ngql/README.md))
|
||||
|
||||
Reference in New Issue
Block a user