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
>
Connecting to MongoDB
> How to connect from your app or a terminal
How to connect from your app or a terminal
Connection string URI
MongoDB connection URI syntax
The mongo shell
The simple truth about the mongo shell