Is there a way to get a list of keys from Riak, which were modified since a specified time? A stream of changes would be equally good. MapReduce is not a recommended way.
How to get Riak keys last modified since X?
189 views Asked by Andor At
3
There are 3 answers
0
On
It seems that commit hooks are the closesest thing to a solution. Pre-commit hooks may be written in JavaScript, so I can trigger a HTTP request or append to a change log.
There are a couple of possible solutions to this problem (all of which have their advantages and disadvantages):
If you can use Riak TS it supports SQL and makes selecting records by date/time range quite easy.