[0] https://rethinkdb.com
Ask HN: Anyone Using RethinkDB in Production?
1–10 of 12 posts
Re: Ask HN: Anyone Using RethinkDB in Production?
#2What is your use-case? Why do you think RethinkDB would be good for it?
Re: Ask HN: Anyone Using RethinkDB in Production?
#3Cons? It's dead -- or so I thought it was. Seems it was open sourced and is getting regular updates and releases. I really liked the idea of it when it came on the scene but have not looked at it yet. 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.
Re: Ask HN: Anyone Using RethinkDB in Production?
#4Cons? It's dead -- or so I thought it was. Seems it was open sourced and is getting regular updates and releases. I really liked the idea of it when it came on the scene but have not looked at it yet. What is your use-case? Why do you think RethinkDB would be good for it?
> What is your use-case? 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.
Re: Ask HN: Anyone Using RethinkDB in Production?
#5Cons? It's dead -- or so I thought it was. Seems it was open sourced and is getting regular updates and releases. I really liked the idea of it when it came on the scene but have not looked at it yet. What is your use-case? Why do you think RethinkDB would be good for it?
> What is your use-case? 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.
Re: Ask HN: Anyone Using RethinkDB in Production?
#6Earlier quoted context omitted.
> What is your use-case? 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.
Can you do a PoC and see if it will work? One of the things I learned in econ is you can't really understand what price a market will support without putting up a store and selling something.
Re: Ask HN: Anyone Using RethinkDB in Production?
#7Re: Ask HN: Anyone Using RethinkDB in Production?
#8I 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.
Re: Ask HN: Anyone Using RethinkDB in Production?
#9Earlier quoted context omitted.
Can you do a PoC and see if it will work? One of the things I learned in econ is you can't really understand what price a market will support without putting up a store and selling something.
Yes, I will be doing that. But thought I will ask the wider community here before proceeding. It will help me avoid problems others have faced.
Re: Ask HN: Anyone Using RethinkDB in Production?
#10Before my time but we had some extended outages owing to rethink. We pushed most of our documents into postgres jsonb. We got pretty far relationalizing the data when I was here, but there was some bad old data that wasn't porting & debates about if the architecture was right, & we gave up the relationalization effort, after a squad worked on it for over a year, basically at the go/no go mark. Sad stuff. But the arch…