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?
Asked
Active
Viewed 255 times
1 Answers
0
what kind of HA are you looking for?
I'd first recommend looking at this article which explains running a RethinkdB Proxy instance.
You'd want to run this on the same server you are running your application. This proxy instance will intelligent route your query to the correct and available servers. Along with using the .wait(...)
command pattern to wait until the table is ready for reads or writes by your application.
Let me know in the comments if there were other things you were looking for!

dalanmiller
- 3,467
- 5
- 31
- 38