riakkit
riakkit copied to clipboard
DO NOT USE. Riakkit. An ORM for Python Riak for RAD. Similar to mongokit and couchdbkit. This is about to be deprecated by kvkit
Caches are stupid. Who the hell designs a library like that? The `Document.instances` thing needs to go. Fix it, developers!
Riakkit is slow. Too much automation everywhere is not good. Some probably don't follow best practices as I do lack some experiences optimizing. The slow part mainly lies in `Document`....
Multiple buckets per Document may be useful in cases to separate different category of data, perhaps. Find a way to do this.
Add potential dynamic loading for all datatypes. Requires the tracking of if the data is set by user or from the database.