Not exactly Firebase in that it doesn't provide an arbitrarily nested JSON structure as a datastore but more of a document-based approach. Overall a pretty good alternative to Firebase but there is no security rules, no default data store or auth so you need a lot more work. Lists are not very good being just a record with an array of record keys and not the actual data. I use the self-hosted version (deepstream.io)…
We switched from firebase to deepstream, and are hosting it ourselves. With firebase since we were not running a node or java app, we ended up relying heavily on the rest interface. Which was sort of the not well taken care of. We would see crazy spikes and we could not get support to fix it. Multi tenancy would occasionally cause other performance issues. We eneded up running a bit of a monkey patched system for awh…
DeepstreamHub: a faster Firebase with an open core
41–45 of 45 posts
Re: DeepstreamHub: a faster Firebase with an open core
#42Competitor here, please don't become an "open core" company - "Open Core" = "Crippleware". Here is my thoughts/arguments around it, dealing with the RethinkDB and Parse shut down as well: https://hackernoon.com/the-implications-of-rethinkdb-and-par... Plus, was invited to speak about it on the Changelog Podcast: https://changelog.com/podcast/236 Please stay truly open :) that way we can still compete. ;) Or else we'l…
Re: DeepstreamHub: a faster Firebase with an open core
#43What exactly can be replaced with DeepstreamHub if your are using Firebase right now?
deepstreamHub's records can be used instead of Firebase's realtime db/data-sync part, deepstream's events are a replacement for their lately added PubSub capabilities. deepstreamHub does request response as well while Firebase offers integration with numerous Google services. The core differences are in the way deepstreamHub structures its data (small, related documents with independent lifecycles rather than one big…
Re: DeepstreamHub: a faster Firebase with an open core
#44Earlier quoted context omitted.
deepstreamHub's records can be used instead of Firebase's realtime db/data-sync part, deepstream's events are a replacement for their lately added PubSub capabilities. deepstreamHub does request response as well while Firebase offers integration with numerous Google services. The core differences are in the way deepstreamHub structures its data (small, related documents with independent lifecycles rather than one big…
Ok, so this is really a replacement for Firebase realtime database, which is 1 of >25 services that Firebase offer nowadays. Right?
Re: DeepstreamHub: a faster Firebase with an open core
#45Earlier quoted context omitted.
Ok, so this is really a replacement for Firebase realtime database, which is 1 of >25 services that Firebase offer nowadays. Right?
that's true - Firebase is pretty much a Gateway to google's cloud and add-platform. deepstreamHub is an alternative to Firebase core (or what Firebase used to be pre Google acquisition)
(Still looks good!)