Skip to main content
. 2019 Aug 18;19(16):3594. doi: 10.3390/s19163594
Description ReQL Statement
Monitoring the feed if any new object changes on a table r.db(‘spdb’).
table(‘raw_historical_table’).
changes.run(conn).
each{|change| p(change)}