Akira's MongoDB Guide
1.
What you can do with MongoDB
2.
Connecting to MongoDB
Human how-to
Connection string URI
The mongo shell
client ⇄ TCP ⇄ db server
Drivers and 'the wire'
Automatic failover
3.
Reading and writing
'MQL' vs. SQL
Bulk writes API
The data: BSON documents
The CRUD G.o.F.
find
insert
update
delete
4.
Making MongoDB stable
Performance stability
More
Github repo
Theme credits
English
Clear History
Github repo:
Star
Fork
Top page
> Reading and writing
Chapter 3
Reading and writing MongoDB Data
'MQL' vs. SQL
'MQL' vs. SQL
Bulk writes API
TODO
The data: BSON documents
The JSON-like data format used in MongoDB
Queries, Inserts, Updates and Deletes
The classic gang of four