MongoDB 学习资料整理

来源:互联网 发布:剑网三捏脸数据图 编辑:程序博客网 时间:2024/04/30 02:45

MongoDB 学习资料整理

  • 官网:https://www.mongodb.org/
  • 下载:https://www.mongodb.org/downloads/
  • 文档:http://docs.mongodb.org/manual/
  • 驱动:http://docs.mongodb.org/ecosystem/drivers/
  • MongoDB入门:
    • 安装及简要介绍:http://blog.csdn.net/liwanqing1990/article/category/3266127
    • javascript操作mongoDB(Node.js驱动):http://mongodb.github.io/node-mongodb-native/api-articles/nodekoarticle1.html
  • MongoDB免费视频教程:
    • http://www.imooc.com/course/list?c=mongodb
  • MongoDB负载均衡:
    • 主从模式:
      • http://www.lanceyan.com/tech/mongodb/mongodb_cluster_1.html
    • 副本集:
      • http://www.lanceyan.com/tech/mongodb/mongodb_repset1.html
      • http://www.lanceyan.com/tech/mongodb_repset2.html
      • http://docs.mongodb.org/manual/core/replication-introduction/
    • 分片:
      • http://www.lanceyan.com/tech/arch/mongodb_shard1.html
      • http://docs.mongodb.org/manual/core/sharding-introduction/
  • GitHub地址:https://github.com/mongodb
  • C#驱动:https://github.com/mongodb/mongo-csharp-driver
  • MongoDB 2.6资料汇总:
    • http://blog.csdn.net/yinhaixiang/article/details/42043709
  • MongoDB中文社区(版本较低):
    • http://www.mongoing.com/
  • MongoDB可视化工具:
    • 免费:http://www.robomongo.org/
    • 官方推荐收费工具(可试用):http://www.mongovue.com/
0 0