Skip to content

Commit

Permalink
improve cap
Browse files Browse the repository at this point in the history
  • Loading branch information
donsez committed Dec 4, 2024
1 parent 62cf3d6 commit d8ad401
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions meteor.js/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,11 +199,13 @@ db.tasks.find()
// https://www.mongodb.com/docs/manual/reference/method/db.collection.replaceOne/#mongodb-method-db.collection.replaceOnes
```

## CAP theorem ([Brewer](https://en.wikipedia.org/wiki/Eric_Brewer_(scientist))) and Mongo
## [CAP theorem](https://en.wikipedia.org/wiki/CAP_theorem) ([Brewer](https://en.wikipedia.org/wiki/Eric_Brewer_(scientist))) and Mongo

https://dev.to/muhammetyasinarli/-the-cap-theorem-brewers-theorem-in-nosql-databases-2lbj

MongoDB tprovides availability and partition tolerance but at the expense of consistency in some scenarios.
MongoDB provides availability and partition tolerance but at the expense of consistency in some scenarios.

See also [PACELC theorem](https://en.wikipedia.org/wiki/PACELC_theorem)

## Deploy with Docker Compose

Expand Down

0 comments on commit d8ad401

Please sign in to comment.