Author Archives: admin

Quering CouchDB for scalar values with Map/Reduce view and Ektorp library

I have encountered a problem today when I was trying to execute a simple Map/Reduce query within my pet project using Ektorp java library. Besides not too bad documentation for the library itself, for some reason I couldn’t execute the query to retrieve scalar value from the database using an array of keys. The problem: […]

Read More →