I am interested in writing unit tests for my map reduce jobs that are intended to run with riak-kv. I am using native Erlang interface (& embedded riak-kv)
Basically I could of course start riak database for the test and put data into it, but that would take some significant amount of time (for unit test) and require some proper configuration of the database
I am interested in some quick mock-server, that could help me
- Check my map reduce query
- Check that my
map
andreduce
are conforming