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

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -