riak-scala-client
riak-scala-client copied to clipboard
An easy to use, non-blocking, fast Scala client library for interacting with Riak.
According to the [official documentation,](http://docs.basho.com/riak/kv/2.2.0/developing/api/http/store-object/) Riak supports storing `X-Riak-Meta-*` headers. These are additional metadata headers that can be stored (and retrieved) with the object. This feature is about being able...
## Overview Introduces support for conditional request parameters when fetching a value from Riak bucket. Riak Fetch Object (HTTP API) parameters are described in here: http://docs.basho.com/riak/kv/2.1.4/developing/api/http/fetch-object/#request Supported conditions: - _IfMatch_...
## Problem The optional gzip compression for requests and responses is introduced with https://github.com/agemooij/riak-scala-client/pull/40 PR. During the implementation, an _interesting_ Riak compression-related behaviour was found: if a value was stored...
## Compression vs `setBucketProps` The optional gzip compression for requests and responses is introduced with https://github.com/agemooij/riak-scala-client/pull/40 PR. However, enabling gzip compression for Riak requests to _**/buckets//props**_ endpoints doesn't work: Riak...
I had to add support for search using solr like, I have added two tests that probe that a bucket can be enabled for indexing (to use search) and query...
Hi there! I've put together an implementation of MapReduce that I'd like to submit. The interface is fairly straight forward, here's an example. ``` scala implicit val actorSystem = ActorSystem()...
Hi there, I've put together some support for storing and fetching riak links (not following links, yet!) This implementation introduces the RiakLinker[T], and RiakLink which puts that information into the...
Here's an initial implementation at a Play Iteratees API for the secondary indexes lookup. It doesn't yet resolve the loading of the list of keys into memory, but it does...
Is there a way to store a value without setting the key?