MongoDB Basic Usage 應用

Official Site

https://www.mongodb.org.cn/
https://www.mongodb.com

Simple Study

https://www.runoob.com/python3/python-mongodb.html

 

下載 compass community (ZIP)解壓運行

然後選擇 Fill in connection fields invidvidually

默認設置以後,連接本地開發服務器

造個Test database

Capped collections are fixed-size collections that support high-throughput operations that insert and retrieve documents based on insertion order. Capped collections work in a way similar to circular buffers: once a collection fills its allocated space, it makes room for new documents by overwriting the oldest documents in the collection.

8天學通MongoDB——第一天 基礎入門

8天學通MongoDB——第二天 細說增刪查改

 

8天學通MongoDB——第三天 細說高級操作

 

8天學通MongoDB——第四天 索引操作

 

8天學通MongoDB——第五天 主從複製

 

8天學通MongoDB——第六天 分片技術

 

8天學通MongoDB——第七天 運維技術

 

8天學通MongoDB——第八天 驅動實踐

 

源自:博客園 》》》一線碼農 http://www.cnblogs.com/huangxincheng/

 

Manual:

http://docs.mongodb.org/manual/reference/mongo-shell/

版本2.4 開始,支持 show databases

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章