Earlier quoted context omitted.
RethinkDB's niche is allowing a service to listen for changes to a dataset. As in, your Node application could listen for published events by Rethink, rather than your Node application long-polling the dataset for changes. "Real Time" data analytics can then be performed.
Its other niche is easy to deploy replication and sharding that actually works , actually scales , and does not lose data.
RethinkDB, SageMath, Andreessen-Horowitz, Basecamp and Open Source Software
31–40 of 122 posts
Re: RethinkDB, SageMath, Andreessen-Horowitz, Basecamp and Open Source Software
#32Re: RethinkDB, SageMath, Andreessen-Horowitz, Basecamp and Open Source Software
#33The open source project that has really stood out to me in terms of funding is vuejs.org who's funding is almost entirely public at https://www.patreon.com/evanyou In the case of RethinkDB I wish they had started Horizon much sooner. Having plugins like for Stripe will make Horizon usable in the real world. I certainly like the goal set for Horizon that it be easy to extend a Horizon app by embedding it in a Node app…
What differentiates Vue from all the other client rendering libraries out there? (Angular, Polymer, React, Ember, Knockout, etc). At first glance it looks kinda like Knockout.
Re: RethinkDB, SageMath, Andreessen-Horowitz, Basecamp and Open Source Software
#34Re: RethinkDB, SageMath, Andreessen-Horowitz, Basecamp and Open Source Software
#35Earlier quoted context omitted.
What differentiates Vue from all the other client rendering libraries out there? (Angular, Polymer, React, Ember, Knockout, etc). At first glance it looks kinda like Knockout.
It seems like a full framework, easy to start with, yet doesn't feel bloated or confusing (personal opinon). Here's an obviously biased (obvious biased since it's from the creator of vue himself), yet pretty good comparison: https://vuejs.org/guide/comparison.html
Re: RethinkDB, SageMath, Andreessen-Horowitz, Basecamp and Open Source Software
#36Earlier quoted context omitted.
Its other niche is easy to deploy replication and sharding that actually works , actually scales , and does not lose data.
I've never seen that in any db I've worked with. If that's true, that's pretty huge.
Re: RethinkDB, SageMath, Andreessen-Horowitz, Basecamp and Open Source Software
#37Earlier quoted context omitted.
I also very much wonder what CoreOS's business model is.
Same goes for docker. Many monetization options for docker (like the registry) have been duplicated by Google and AWS in their cloud centers. The good news is docker is in bed with Microsoft now which has very deep pockets.
Re: RethinkDB, SageMath, Andreessen-Horowitz, Basecamp and Open Source Software
#38To understand what happened to RethinkDB, you want to contrast it with MongoDB. RethinkDB is amazing software and a real breakthrough. And the audience of deep thinking people who can really leverage the event model is ... limited. Today. MongoDB is no breakthrough, but there are legions of people who just want to plug something together with PHP or Node. Given what they're doing, it works fine. I sincerely hope Reth…
Re: RethinkDB, SageMath, Andreessen-Horowitz, Basecamp and Open Source Software
#39It seems new users and people who saw the ease of querying, distribution, good docs, solid architecture jumped on board. Lots of HN articles were written. The technology is really solid. Come to think of it, don't recall seeing a single negative RocksDB article on HN, ever. However databases are hard and they are a bit like operating systems. They are so important that people expect them to have a long track record o…
Interesting that you make the comparison to operating systems, since Linux is open and completely free and doesn't have a big company behind it. (Granted, I think the big difference is that Linux doesn't have as many competitors as exist for DBs today.)
Only small companies like IBM and Google who have put hundreds of millions of dollars into it.
Re: RethinkDB, SageMath, Andreessen-Horowitz, Basecamp and Open Source Software
#40Earlier quoted context omitted.
Its other niche is easy to deploy replication and sharding that actually works , actually scales , and does not lose data.
I've never seen that in any db I've worked with. If that's true, that's pretty huge.
(I work at Firebase)