Python ORM for apache cassandra

Which of the best python-based ORMs is based on the flash framework for Apache Cassandra 2.x?

The ORM you are trying to have should have better features like pycassa or even more. This will be very useful if you share examples with any URLs.

+4
source share
1 answer

As far as I know, the best supported mapper object (possibly the only one) is the cqlengine API supported by the Python DataStax driver:

https://github.com/datastax/python-driver

http://datastax.imtqy.com/python-driver/object_mapper.html

. API- cqlengine , .

+4

Source: https://habr.com/ru/post/1606811/


All Articles