Hi, I'm working on a Dart-based project that uses Riak database as a backend, and I'm releasing the related riak-dart client codes: http://code.google.com/p/riak-dart/
The project covers the basic use-cases of Riak: * fetch object * store object * with easy conditional updates * secondary index support + helpers * delete object (with easy conditional delete) * query secondary index Contributions are welcome, especially in the following areas: * testing, logging, documentation, examples * query secondary index with large result set (streaming processing) * conditional fetch object (etag, not-modified-since support) * Riak Protobuf API support * Riak Map-Reduce API support Regards, Istvan _______________________________________________ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com