安裝
MongoDB 下載地址:https://www.mongodb.com/download-center
最新版3.x不支持win7平臺火诸,目前支持的平臺有:Linux, Mac, Windows Server 2008
使用
Python中主要用pymongo 這個包來對mongoDB進行操作
由于MongoDB目前只有web的GUI界面,建議使用MongoChef來進行可視化的admin操作允懂。
pymongo 地址:http://api.mongodb.com/python/current/
MongoChef地址:http://3t.io/mongochef/download/platform/
其它官方建議的GUI化的admin工具:
https://docs.mongodb.com/ecosystem/tools/administration-interfaces/
基本概念
MongoDB存儲數(shù)據(jù)的層級:
數(shù)據(jù)庫 Database DB
數(shù)據(jù)表 Collection
每個collection有唯一的_id做標識
Key:Values
Pymongo
目前在學(xué)習(xí)官方的tutorial ing
http://api.mongodb.com/python/current/tutorial.html