문제

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

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top