Tapadocs
Tags
Section: rethinkdb
RethinkDB: querying and using jq for post-query processing.
August 19, 2024 in
rethinkdb
Running queries in
RethinkDB
and then using
jq
for post-query processing on a local machine.
RethinkDB: using concatMap to get distinct field values
May 3, 2024 in
rethinkdb
Using conactMap to get a sequence of values and then getting the distinct values from that sequence.
RethinkDB: filtering by date (when the date is a string)
May 3, 2024 in
rethinkdb
When the date in a record is a string representation gt and lt can be used to filter a date/time range.