Earlier quoted context omitted.
Similarly (without reading too much about it) can I use InfluxDb instead of RethinkDb? (Disclaimer: I'm a RethinkDB fanboy, but I'd like to know my options.)
InfluxDB is a time series database (think reporting/analysis of collected system metrics). It's not intended as a general purpose database.
Show HN: Deepstream.io – A scalable server for realtime webapps
21–30 of 42 posts
Re: Show HN: Deepstream.io – A scalable server for realtime webapps
#22Is there a documentation of transport protocol? i.e http sse, websocket? ...peeking the source code a little bit - tcp-socket?
Deepstream is using a TcpPort to allow for connections from other Node-processes (and hopefully, going forward Java, C++ etc..) and engine.io for browser communication. Engine.io initially connects using long-polling http and upgrades to Websocket if available. A (rudimentary) overview of the message structure can be found here: http://deepstream.io/tutorials/message-structure.html
Re: Show HN: Deepstream.io – A scalable server for realtime webapps
#23I am not a designer so do not know what this latest web design practice is called
Re: Show HN: Deepstream.io – A scalable server for realtime webapps
#24Re: Show HN: Deepstream.io – A scalable server for realtime webapps
#25Does anyone know with what these style of websites are made with? there must be hundreds of .io sites here on HN that look and feel the same I am not a designer so do not know what this latest web design practice is called
Re: Show HN: Deepstream.io – A scalable server for realtime webapps
#26Does anyone know with what these style of websites are made with? there must be hundreds of .io sites here on HN that look and feel the same I am not a designer so do not know what this latest web design practice is called
Re: Show HN: Deepstream.io – A scalable server for realtime webapps
#27Does anyone know with what these style of websites are made with? there must be hundreds of .io sites here on HN that look and feel the same I am not a designer so do not know what this latest web design practice is called
Re: Show HN: Deepstream.io – A scalable server for realtime webapps
#28Does anyone know with what these style of websites are made with? there must be hundreds of .io sites here on HN that look and feel the same I am not a designer so do not know what this latest web design practice is called
Re: Show HN: Deepstream.io – A scalable server for realtime webapps
#29I'm very excited about this! Without reading too much into this, is it safe to say it's like a self-hosted firebase? "Due to the way deepstream structures its data (JSON blobs, identified by a primary key) it is recommendable to use an Object oriented or schema-less database (e.g. MongoDB or RethinkDB), rather than a relational database like MySQL." Is there a way to run complex queries against the data or it designe…
Yup,the data is still queryable.here's an article on the subject http://deepstream.io/tutorials/searching-and-querying.html
Re: Show HN: Deepstream.io – A scalable server for realtime webapps
#30The front-page looks really cool.