python ORM for apache cassandra
Asked Answered
T

1

5

Which is the best python ORM based on Flask framework for Apache Cassandra 2.x?

The ORM you are sugesting, should have best features, like that of pycassa or even more. It will be most useful, if you share with examples on any URLs.

Telford answered 10/9, 2015 at 14:41 Comment(0)
P
9

To my knowledge, the best supported object mapper (possibly the only one) is the cqlengine API maintained with the DataStax Python driver:

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

http://datastax.github.io/python-driver/object_mapper.html

The core driver is always kept in parity with server features. The cqlengine API lacks some more advanced features at this time, but it's slated for more work.

Plummy answered 10/9, 2015 at 20:5 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.