Closed. This question does not meet Stack Overflow guidelines。它当前不接受答案。
想改善这个问题吗?更新问题,以便将其作为on-topic用于堆栈溢出。
6年前关闭。
Improve this question
python中流行的nosql数据库是什么?我知道http://nosql-database.org/解释了一些选项,但是python程序员使用最多的是什么?
谢谢
想改善这个问题吗?更新问题,以便将其作为on-topic用于堆栈溢出。
6年前关闭。
Improve this question
python中流行的nosql数据库是什么?我知道http://nosql-database.org/解释了一些选项,但是python程序员使用最多的是什么?
谢谢
最佳答案
大多数nosql数据库都具有受积极支持的python客户端。根据您的使用需求选择数据库。从python使用它应该不是问题。
仅举几例:
Cassandra :https://github.com/datastax/python-driver
里亚克:https://github.com/basho/riak-python-client
MongoDB:http://api.mongodb.org/python/current/
CouchDB:http://wiki.apache.org/couchdb/Getting_started_with_Python
Redis:https://github.com/andymccurdy/redis-py