convert koha marcxml to riak bin koha.marcxml
[NoSQL-toys.git] / riak / query / map-high.json
1 {"inputs":[["goog","2010-01-04"],
2            ["goog","2010-01-05"],
3            ["goog","2010-01-06"],
4            ["goog","2010-01-07"],
5            ["goog","2010-01-08"]],
6  "query":[{"map":{"language":"javascript",
7                   "source":"function(value,keyData,arg){ var data = Riak.mapValuesJson(value)[0]; return [data.High];}"
8                  }},
9           {"reduce":{"language":"javascript","name":"Riak.reduceMax","keep":true}}]
10 }