Long gone are the days of the web acting as just linked documents and glorified brochures. Web apps of today are just that, rich interactive applications. But unlike desktop apps of old, these are apps with 100,000's or even millions of concurrent users.
<br/>
<br/>
We expect that these apps will instantly reflect changes to the data, potentially made by any of the users connected to the system while we are using them.
<br/>
<br/>
This has put a strain on the web servers, databases, and architecture of our web apps. Technology has responded by delivering amazing real-time capabilities with things like websockets and SignalR at the client layer and event driven systems on the web servers. But what about the database? Could it be events all the way down?
<br/>
<br/>
That was the goal of RethinkDB's cofounders when they pitched it to YCombinator.
<br/>
<br/>
Links from the show:
<br/>
<div style="font-size: .85em;">
<br/>
<b>RethinkDB</b>: <a href='https://rethinkdb.com/' target='_blank'>rethinkdb.com</a>
<br/>
<b>RethinkDB on github</b>: <a href='https://github.com/rethinkdb/rethinkdb' target='_blank'>github.com/rethinkdb/rethinkdb</a>
<br/>
<b>Rethink on Twitter</b>: <a href='https://twitter.com/rethinkdb' target='_blank'>@rethinkdb</a>
<br/>
<b>Slava on Twitter</b>: <a href='https://twitter.com/spakhm' target='_blank'>@spakhm</a>
<br/>
<b>horizonjs on Twitter</b>: <a href='https://twitter.com/horizonjs' target='_blank'>@horizonjs</a>
<br/>
<b>Quickstart</b>: <a href='https://rethinkdb.com/docs/quickstart/ ' target='_blank'>rethinkdb.com/docs/quickstart</a>
<br/>
<b>Horizon.js</b>: <a href='http://horizon.io/' target='_blank'>horizon.io</a>
<br/>
<b>Horizon cloud</b>: <a href='http://horizon.io/cloud/' target='_blank'>horizon.io/cloud</a>
<br/>
</div>
↧