riakkit icon indicating copy to clipboard operation
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

Results 4 riakkit issues
Sort by recently updated
recently updated
newest added

Caches are stupid. Who the hell designs a library like that? The `Document.instances` thing needs to go. Fix it, developers!

Important
Bug

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`....

Important
Bug
enhancement

Multiple buckets per Document may be useful in cases to separate different category of data, perhaps. Find a way to do this.

enhancement

Add potential dynamic loading for all datatypes. Requires the tracking of if the data is set by user or from the database.

enhancement