3038afbfc17a02d3e105222689f6ddc2bcacc9e6
cassandraengine
Cassandra ORM for Python in the style of the Django orm and mongoengine
In it's current state you can define column families, create and delete column families based on your model definiteions, save models and retrieve models by their primary keys.
That's about it. Also, the CQL stuff is very basic at this point.
##TODO
- column ttl?
- ForeignKey/DBRef fields?
- query functionality
- Match column names to mongoengine field names?
- nice column and model class repr
Description
Languages
Python
96.1%
Cython
2.2%
C
1.2%
reStructuredText
0.3%
PowerShell
0.2%