V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
推荐学习书目
Learn Python the Hard Way
Python Sites
PyPI - Python Package Index
http://diveintopython.org/toc/index.html
Pocoo
值得关注的项目
PyPy
Celery
Jinja2
Read the Docs
gevent
pyenv
virtualenv
Stackless Python
Beautiful Soup
结巴中文分词
Green Unicorn
Sentry
Shovel
Pyflakes
pytest
Python 编程
pep8 Checker
Styles
PEP 8
Google Python Style Guide
Code Style from The Hitchhiker's Guide
saximi
V2EX  ›  Python

请大家推荐 MangoDB 的学习资料

  •  
  •   saximi · 2017-10-14 00:56:43 +08:00 · 3367 次点击
    这是一个创建于 2357 天前的主题,其中的信息可能已经有所发展或是发生改变。
    想在 PYTHON3 下使用 MANGODB 数据库,作为初学者,想找一本合适的书籍,最好是电子书,
    感谢大家指点!
    15 条回复    2017-10-15 13:01:10 +08:00
    Blunt1991
        1
    Blunt1991  
       2017-10-14 00:57:40 +08:00
    MongoDB 权威指南
    hyperdak
        2
    hyperdak  
       2017-10-14 01:00:49 +08:00
    高性能 Mysql
    因为我们用完 mongo 以后就放弃治疗了
    scriptB0y
        3
    scriptB0y  
       2017-10-14 01:04:33 +08:00
    直接当字典用就可以,然后需要什么就去查什么。
    clearbug
        4
    clearbug  
       2017-10-14 01:07:13 +08:00 via Android
    @hyperdak 什么原因?不稳定吗?
    crayygy
        5
    crayygy  
       2017-10-14 06:59:26 +08:00 via iPhone
    MongoDB 默认是没有使用用户验证的,如果是公开环境下,请务必手动添加。
    fiht
        6
    fiht  
       2017-10-14 09:22:03 +08:00
    Mongo 入门就那么几个基本操作(其实是我就会这几个基本操作)
    insert update delete
    然后注意 Mongo 的操作都得用 json 写就是了
    beginor
        7
    beginor  
       2017-10-14 09:39:28 +08:00 via Android
    用了 MongoDB 一段时间,打算转 PostgreSQL 了
    circle2
        8
    circle2  
       2017-10-14 09:57:26 +08:00
    @beginor @saximi 用了 MongoDB 一段时间,打算转 Cassandra 了
    zlfzy
        9
    zlfzy  
       2017-10-14 10:49:04 +08:00
    《 MongoDB 从入门到删库跑路》
    sunwei0325
        10
    sunwei0325  
       2017-10-14 11:14:23 +08:00
    Mongo 官网的指南就够了
    doubleflower
        11
    doubleflower  
       2017-10-14 12:10:12 +08:00
    又转回 mysql 了,除非应用非常契合 nosql 的特点,否则上 nosq 真是给自已找麻烦
    hcnhcn012
        12
    hcnhcn012  
       2017-10-14 14:51:00 +08:00 via iPhone
    官方文档就行,mongodb 老版本和新版本差别很大(包括取缔 master slave 变成 replica sets),现在中文书很多都是老版的,结合 python 驱动文档 pymongo 就可以看了
    wxsm
        13
    wxsm  
       2017-10-14 17:45:35 +08:00
    建议直接阅读官网资料以及文档。
    saximi
        14
    saximi  
    OP
       2017-10-15 12:49:23 +08:00
    @circle2 请教,为何要转 Cassandra,和 MongoDB 相比的优势是?
    circle2
        15
    circle2  
       2017-10-15 13:01:10 +08:00
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   5323 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 28ms · UTC 09:16 · PVG 17:16 · LAX 02:16 · JFK 05:16
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.