Live data from Hacker News

Ask HN: Anyone Using RethinkDB in Production?

news.ycombinator.com

11–12 of 12 posts

Re: Ask HN: Anyone Using RethinkDB in Production?

#11
post #8

Before 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…

Does ArrangoDB have the changefeed thing that RethinkDB does? It's really nice to be able to sub to changes to a collection/table/etc in a single line.

Good point. That was an excellent & super useful capability. I don't think Arrangodb has such a capability.
Post reply on HN