database - nosql db for python -
what popular nosql databases used python ? know there few options explained @ http://nosql-database.org/ python programmers use ?
thanks
most of nosql databases have python clients actively supported. pick database based on usage needs. using python shouldn't problem.
name few:
cassandra: https://github.com/datastax/python-driver
riak: 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
Comments
Post a Comment