Hasura gives you dedicated (kubernetes) clusters on the cloud.
These run a bunch of open source components (nginx, postgres, redis) and a bunch of Hasura services (like data, auth, file APIs for apps). You can deploy your custom services on the hasura cluster as well (git push).
We have a free tier and then charge by the 'size' of the cluster. The fee is basically the underlying cloud provider's cost passed on directly to the user + a markup.
The Hasura backend APIs and platform glue are not open-source.
Comments
This is great. What is your business plan? How much of this is open source?
Thanks :)
Hasura gives you dedicated (kubernetes) clusters on the cloud.
These run a bunch of open source components (nginx, postgres, redis) and a bunch of Hasura services (like data, auth, file APIs for apps). You can deploy your custom services on the hasura cluster as well (git push).
We have a free tier and then charge by the 'size' of the cluster. The fee is basically the underlying cloud provider's cost passed on directly to the user + a markup.
The Hasura backend APIs and platform glue are not open-source.