This post originated from an RSS feed registered with Java Buzz
by Vanessa Williams.
Original Post: Simple Key-Value Java Client for Riak
Feed Title: fridgebuzz
Feed URL: http://feeds.feedburner.com/fridgebuzz
Feed Description: Pointers on software, art, math, noise, and other obsessions.
Riak 2.x’s new client is powerful, but can be pretty overwhelming if all one wants is to get(), put(), and delete() key/value pairs from a store. This article covers a special, but useful, case of Riak usage and the code and configuration required to achieve it. I hope it saves someone all the time it … Continue reading Simple Key-Value Java Client for Riak→