Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)