Earlier quoted context omitted.
Interesting, a couple quick questions: * for the host-your-own version are there any HA features for Postgres? * what language is it written in? GitHub link?
> for the host-your-own version are there any HA features for Postgres? Not right now. This is definitely on our roadmap though. > what language is it written in? GitHub link? It's mostly in Haskell, with smatterings of Python. Planning to open source it soon!
Show HN: Hasura – A Postgres BaaS and Kubernetes PaaS on Your Own Infrastructure
21–30 of 72 posts
Re: Show HN: Hasura – A Postgres BaaS and Kubernetes PaaS on Your Own Infrastructure
#22Χασούρα! (so funny Hasura in Greek)
Re: Show HN: Hasura – A Postgres BaaS and Kubernetes PaaS on Your Own Infrastructure
#23One of the features, that I know how to do in MongoDB quickly but not in Postgres, is creating permissions not on the the role level (user, admin, etc) but on the id level like users with unique id blah234 and blah546 can access this table/row. I can figure it out in sql with time but it is not a tradeoff worth taking in my certain situation. I always look for this feature when I see a baas/paas tool show up on hacke…
Also, creating permissions and roles are all exposed via API calls, in case you have a requirement where you need to create these dynamically.
Re: Show HN: Hasura – A Postgres BaaS and Kubernetes PaaS on Your Own Infrastructure
#24Earlier quoted context omitted.
> for the host-your-own version are there any HA features for Postgres? Not right now. This is definitely on our roadmap though. > what language is it written in? GitHub link? It's mostly in Haskell, with smatterings of Python. Planning to open source it soon!
What is your monetisation strategy?
Re: Show HN: Hasura – A Postgres BaaS and Kubernetes PaaS on Your Own Infrastructure
#25Re: Show HN: Hasura – A Postgres BaaS and Kubernetes PaaS on Your Own Infrastructure
#26Re: Show HN: Hasura – A Postgres BaaS and Kubernetes PaaS on Your Own Infrastructure
#27Re: Show HN: Hasura – A Postgres BaaS and Kubernetes PaaS on Your Own Infrastructure
#28Couldn't find docs for installing Hasura on own infrastructure?
If you want to install on your own, we will be releasing docs over the next 2 weeks.
Re: Show HN: Hasura – A Postgres BaaS and Kubernetes PaaS on Your Own Infrastructure
#29Re: Show HN: Hasura – A Postgres BaaS and Kubernetes PaaS on Your Own Infrastructure
#30Couldn't find docs for installing Hasura on own infrastructure?
Currently installation on cloud providers (that you own) happens through hasura.io. Register at https://beta.hasura.io and you can create a project. If you want to install on your own, we will be releasing docs over the next 2 weeks.