Selecting data

$get

get(key)

See also: http://rethinkdb.com/api/python/get/

$get_all

get_all(keys[, index])

See also: http://rethinkdb.com/api/python/get_all/

$filter

filter(predicate)
Boolean operator ReQL See also:
$and r.and_ http://rethinkdb.com/api/python/and/
$or r.or_ http://rethinkdb.com/api/python/or/
$not r.not_ http://rethinkdb.com/api/python/not/

See also: http://rethinkdb.com/api/python/filter/

$between

between(lower_key, upper_key[, index, left_bound, right_bound])