How to use Cassandra in Django framework

好久不见. 提交于 2019-11-27 10:07:07

问题


Is there any robust way of implementing Cassandra back end to a web application developed using Django web framework?


回答1:


http://github.com/twissandra/twissandra is a django app with a Cassandra backend. It uses https://github.com/datastax/python-driver to talk to Cassandra.




回答2:


There is new Cassandra engine (based on cqlengine) for Django - https://github.com/r4fek/django-cassandra-engine




回答3:


There now is a prototype Cassandra backend for Django available here: http://github.com/vaterlaus/django_cassandra_backend




回答4:


I haven't tried it out for myself, but this looks like something: http://github.com/dziegler/alexandra



来源:https://stackoverflow.com/questions/2369793/how-to-use-cassandra-in-django-framework

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!