Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
atnnn
on March 21, 2015
|
parent
|
context
|
favorite
| on:
Video Streaming with RethinkDB Changefeeds
RethinkDB's `.changes()` command doesn't support this directly. Here is the corresponding github issue:
https://github.com/rethinkdb/rethinkdb/issues/3579
The code in the demo does this by performing a separate `between` query.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
The code in the demo does this by performing a separate `between` query.