How to use Cassandra in Django framework

不羁的心 提交于 2019-11-28 16:58:40
jbellis

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.

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

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

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

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