Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/webschool-io/mongodb-ebook
Ebook sobre o MongoDb iniciado no curso Be MEAN.
https://github.com/webschool-io/mongodb-ebook
Last synced: 5 days ago
JSON representation
Ebook sobre o MongoDb iniciado no curso Be MEAN.
- Host: GitHub
- URL: https://github.com/webschool-io/mongodb-ebook
- Owner: Webschool-io
- License: mit
- Created: 2016-01-06T22:13:25.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-21T21:34:39.000Z (almost 8 years ago)
- Last Synced: 2024-12-08T13:44:32.832Z (15 days ago)
- Language: Shell
- Size: 88.1 MB
- Stars: 211
- Watchers: 25
- Forks: 99
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MongoDB
O MongoDb é um banco e dados NoSQL open-source e orientado a documentos JSON. Ele foi criado para ser escalado horizontalmente, conceito que veremos mais a frente.
Nesse ebook será abordada a versão acima da 3.0.
## Índice
- [Teoria](./pt-br/theory.md)
- [NoSQL](./pt-br/theory-nosql.md)
- [MongoDB](./pt-br/theory-mongodb.md)
- [Instalação](./pt-br/installation.md)
- [Cliente](./pt-br/mongodb-client.md)
- [CRUD](./pt-br/crud.md)
+ [insert](./pt-br/insert.md)
+ [save](./pt-br/save.md)
+ [find](./pt-br/find-findOne.md)
+ [findOne](./pt-br/find-findOne.md)
+ [findAndModify](./pt-br/find-findAndModify.md)
+ [findOneAndUpdate](./pt-br/find-findAndUpdate.md)
+ [findOneAndReplace](./pt-br/find-findOneAndReplace.md)
+ [findOneAndDelete](./pt-br/find-findOneAndDelete.md)
+ [update](./pt-br/update.md)
+ [remove](./pt-br/remove.md)
+ [drop](./pt-br/drop.md)
+ [Paginação](./pt-br/paggination.md)
- [Aggregation](./pt-br/aggregation.md)
- [Replica](./pt-br/replica.md)
- [Sharding](./pt-br/sharding.md)
- [GridFs](./pt-br/gridfs.md)