Earlier quoted context omitted.
Personally I'm really glad we didn't go that route. ReQL is an amazing, well thought out language. You could make the same argument about Mongo should have emulated SQL. In practice other factors dominate.
Mongo already had "won" the NoSQL battle. So if rethink had made it compatible with mongo's query language, I can imagine that when Mongo was getting all the bad-press many would have jumped their backend to Rethink, without having to worry about modifying their application. Of course, this is with the benefit of looking back, but the parent's hypothesis has legs.
RethinkDB is shutting down
261–270 of 457 posts
Re: RethinkDB is shutting down
#262Earlier quoted context omitted.
> KDB knocks the socks off everything else ...but the licence is 250k dollars a year so big fail for startups.
That's the salary of a single employee. Surely they can afford a database on the payroll.
Recommend you take one of your ideas and sketch out a back of the napkin first year plan. I bet it doesn't include using 250k of investor's seed money for a database.
Re: RethinkDB is shutting down
#263Does anyone have experience with Postgres' pubsub[1] as a means for realtime apps? 1. https://www.postgresql.org/docs/9.6/static/sql-notify.html
One of the big differences that RethinkDB has going for it is that its connections are based on coroutines, so it's really efficient to have thousands of open connections. Postgres uses one process per connection, so it's much harder to scale.
Re: RethinkDB is shutting down
#264Earlier quoted context omitted.
Patrick, I am curious why Stripe didn't just acquire RethinkDB completely? Seems like you could have gotten a bargain. Their investors get some money back, you'd get their excellent intellectual property, and finally the entire functioning RethinkDB team joins Stripe. Win-win right?
The IP is open source, and Stripe owes nothing to RethinkDB's investors. Why buy something you can have for free?
Re: RethinkDB is shutting down
#265Re: RethinkDB is shutting down
#266Given that this is the way many of us are operating (i.e. 'moving to the cloud'), i wonder what the state of open source software is going to be in the coming years ...
Re: RethinkDB is shutting down
#267RethinkDB is one of the developer tools that we at Stripe most looked up to.[1] The team had so many good ideas and rigorous, creative thoughts around what a database could be and how it should work. I'm really bummed that it didn't work out for them and have enormous respect for the tenacity of their effort. I'm also excited to have them join us here at Stripe. As we've gotten to know Mike, Slava, and the other Reth…
Patrick, I am curious why Stripe didn't just acquire RethinkDB completely? Seems like you could have gotten a bargain. Their investors get some money back, you'd get their excellent intellectual property, and finally the entire functioning RethinkDB team joins Stripe. Win-win right?
Re: RethinkDB is shutting down
#268Earlier quoted context omitted.
I have always wondered why there isn't a tech company that just does kick ass documentation for companies. Seems like a small group of people who make kick butt stuff in this area. Really, you did have fantastic documentation, as the original said. Kudos.
Thank you. And...hmm. That's an interesting question.
Do you have any guides or books you recommend for writing good documentation? What software did you use to produce Rethink?
Sorry to see Rethink go.
Re: RethinkDB is shutting down
#269RethinkDB fits into the category of products i love but do not use because i do not want to manage the underlying servers. I've moved to Firebase and other 'services' on the Google, AWS clouds. Given that this is the way many of us are operating (i.e. 'moving to the cloud'), i wonder what the state of open source software is going to be in the coming years ...
Re: RethinkDB is shutting down
#270RethinkDB fits into the category of products i love but do not use because i do not want to manage the underlying servers. I've moved to Firebase and other 'services' on the Google, AWS clouds. Given that this is the way many of us are operating (i.e. 'moving to the cloud'), i wonder what the state of open source software is going to be in the coming years ...