Open Source Firebase Alternative with GraphQL
11–20 of 46 posts
Re: Open Source Firebase Alternative with GraphQL
#12Looks interesting, though I’d hesitate to tie my infra to GraphQL out of the box. Unless I’m mistaken
Notice, also, that Hasura has support for REST endpoints.
Re: Open Source Firebase Alternative with GraphQL
#13Looks interesting, though I’d hesitate to tie my infra to GraphQL out of the box. Unless I’m mistaken
Most of the users I've seen using Nhost (and Hasura) treat data/the db as the source. Given that you have raw access to postgres, you are also the full owner of your data and you can swap interfaces as you see fit (I've seen users use Hasura internally and not expose it to the internet) Notice, also, that Hasura has support for REST endpoints.
Re: Open Source Firebase Alternative with GraphQL
#14looks more like a Hasura distribution than a distinct tool?
Nhost CEO here. Hasura GraphQL Engine is one of the open source tools we're using for the Nhost stack. But it's "only" one of the open source technologies we're using. Others are: - Postgres. Who doesn't love Postgres? - Hasura Auth: https://github.com/nhost/hasura-auth - Hasura Storage: http://github.com/nhost/hasura-storage - Serverless Functions (Node.js) On top of that we have SKDs in JS/TS/React/Next.js/Vue. And…
Re: Open Source Firebase Alternative with GraphQL
#15Just curious what the market size is for these types of services? It doesn't seem like anyone really uses them; for tech people it's just as easy to spin up an instance in some cloud somewhere. For non technical people, well these types of services still seem to be too complex.
I think the one thing Firebase has going for it, that is a differentiator is it's mobile push service that pushes to both iOS and Android. There aren't many options there.
Re: Open Source Firebase Alternative with GraphQL
#16It's interesting see people still working in this niche, I think it used to be called "backend as a service"? There were several contenders at one point, but Firebase seemed to "win" several years ago, and has been the last one standing for some time. Just curious what the market size is for these types of services? It doesn't seem like anyone really uses them; for tech people it's just as easy to spin up an instance…
Re: Open Source Firebase Alternative with GraphQL
#17How does this compare to Supabase? Is this easily self hostable? I'm seeing lots of movement in this space and it's getting harder to keep track.
Re: Open Source Firebase Alternative with GraphQL
#18It's interesting see people still working in this niche, I think it used to be called "backend as a service"? There were several contenders at one point, but Firebase seemed to "win" several years ago, and has been the last one standing for some time. Just curious what the market size is for these types of services? It doesn't seem like anyone really uses them; for tech people it's just as easy to spin up an instance…
Re: Open Source Firebase Alternative with GraphQL
#19Looks interesting, though I’d hesitate to tie my infra to GraphQL out of the box. Unless I’m mistaken
Re: Open Source Firebase Alternative with GraphQL
#20Earlier quoted context omitted.
Nhost CEO here. Hasura GraphQL Engine is one of the open source tools we're using for the Nhost stack. But it's "only" one of the open source technologies we're using. Others are: - Postgres. Who doesn't love Postgres? - Hasura Auth: https://github.com/nhost/hasura-auth - Hasura Storage: http://github.com/nhost/hasura-storage - Serverless Functions (Node.js) On top of that we have SKDs in JS/TS/React/Next.js/Vue. And…
Can you tell who develops Hasura Auth and Hasura Storage? You? Or did you fork it and extend it?
built to leverage Hasura's features and driven by users needs