cfebd5a32d3b0628c461d96e09c13d297c42da2d
cassandraengine
Django ORM / Mongoengine style ORM for Cassandra
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, there are only 2 tests and the CQL stuff is very simplistic at this point.
##TODO
- dynamic column support
- return None when row isn't found in find()
- tests
- query functionality
- nice column and model class repr
Description
Languages
Python
96.1%
Cython
2.2%
C
1.2%
reStructuredText
0.3%
PowerShell
0.2%