Ask HN: Anyone Using RethinkDB in Production? RethinkDB[0] looks like a "too good to be true" type of database. Anyone using it in production? What is your experience like? What are the pros and cons? [0] https://rethinkdb.com |
Ask HN: Anyone Using RethinkDB in Production? RethinkDB[0] looks like a "too good to be true" type of database. Anyone using it in production? What is your experience like? What are the pros and cons? [0] https://rethinkdb.com |
I might suggest checking out ArrangoDB if you are RethinkDB interested. Similar capabilities ish. Very active development. They up sell pretty heavily into the Enterprise offering but the community one is still quite capable.
What is your use-case? Why do you think RethinkDB would be good for it?
Want a DB to store highly connected massive graph structure with requirement of auditing and analytics.
> Why do you think RethinkDB would be good for it?
It is a document store, supports changefeed, is distributed and fault-tolerant, supports geospatial types, auto-sharding and can scale horizontally.
Just use Postgres.