Heya, Just shipped riak-js 0.10.0, with support for Protocol Buffers: https://npmjs.org/package/riak-js
To use protobufs, specify a different API option when creating a client: var riak = require('riak-js').getClient({api: 'protobuf'}) I'd love to have some feedback on how the protobuffs support works with real workloads, if anyone feels like trying it out. Please report any issues you're seeing: https://github.com/mostlyserious/riak-js/issues Currently it's still using a single connection, but I'll work on adding connection pooling next. Already merged Andrew J. Stone's support for pooled HTTP connection into the current master, will work off that for protobuffs as well. Thanks to Nathan LaFreniere for his awesome riakpbc and protobuf.js libraries, which helped me a lot! Cheers, Mathias
_______________________________________________ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com