MongoDB 资源汇总

阅读更多

MongoDB Manual:

http://www.mongodb.org/display/DOCS/Manual

 

Python 接口文档:

Python Driver for MongoDB

http://api.mongodb.org/python/current/api/pymongo/index.html

 

Python Driver 安装:

easy_install pymongo

 

C# Driver:

https://github.com/samus/mongodb-csharp

F6 生成解决方案之后, 将

...\samus-mongodb-csharp-6397a0f\source\MongoDB.GridFS\bin\Debug

下的 MongoDB.dll 以及 MongoDB.GridFS.dll 导入项目引用即可。

里面有 sample 的示例代码。

 

MongoDB GridFS C#  接口:

http://appfeeds.repositoryhosting.com/hg_public/appfeeds/mongodb-gridfs-streams

 

你可能感兴趣的:(MongoDB,Python,C,C++,C#)