Is it possible to implement Django-allauth using Apache Cassandra as default database

Viewed 40

Explanation: I know Apache Cassandra is a NoSQL database and I have been figuring a way out to use this. However when I run sync_cassandra command, it doesn't create tables in the database. Django-allauth works fine in a RDBMS but not working in Cassandra.

So if anyone can help, it would be highly appreciated. Also here is a link for this issue opened on GitHub by someone.

Also, please tell me if there is any library which can be used to implement authentication in Cassandra

0 Answers
Related