Ruby driver for RethinkDB
Questions tagged [rethinkdb-ruby]
17 questions
0
votes
1 answer
HA Proxy in rethinkdb
I'm trying to implement HA in rethink-db. Rethink-db documentation seems to be quite short, hence can someone here help in understanding How to we achieve HA in rethink-db?

hellodk
- 316
- 4
- 11
0
votes
2 answers
How would you use map reduce on this document structure?
If I wanted to count foobar.relationships.friend.count, how would I use map/reduce against this document structure so the count will equal 22.
[
[0] {
"rank" => nil,
"profile_id" => 3,
"20130913" => {
…

Christian Fazzini
- 19,613
- 21
- 110
- 215