4
3 Comments

How good is Hasura and is it worth the hype?

I was researching about adding memcached or redis cache capability as well as graphql to my semi social app I'm working on after hitting network issues due to multiple api calls to mongodb database.

I found in my early stage mistake that relational database will be best suited for the app than a nosql database. So I started thinking of how to revamp my app with postgres + graphql + apollo client, this is when I came across Hasura. I have been researching about it for the past week, they sell it like I can have Hasura => postgres + graphql + apollo client and I would not need a server side code, but for some of the examples I have seen, it seems I might still need to code the api calls with the graphql queries embedded which does not seem like a big deal. My worries is that Hasura integrates some specific payed third party services like Hiroku for hosting (I think they let you choose providers as well) and Auth0 for authentication. I dont know if I can use other authenticators that my be open source while still using the postgres database. In all I am curious if the Hasura => postgres + graphql + apollo client stack is worth it, if anyone have experience with this stack and if there are foreseeable issues I might encounter.

on January 27, 2020
  1. 2

    You can host it other than Heroku, and you can use different authentication providers (anything which can issue JWT token with proper claims)

    1. 1

      Do you have any open source authentication suggestions, thanks.

      1. 2

        There are a lot of them, depending on your preferred programming language and framework. I had success using https://github.com/netlify/gotrue and https://github.com/ory/hydra

Trending on Indie Hackers
I built a text-to-video AI in 30 days. User Avatar 67 comments What 300 Builders Taught Us at BTS About the Future of App Building User Avatar 52 comments I built something that helps founders turn user clicks into real change 🌱✨ User Avatar 50 comments From a personal problem to a $1K MRR SaaS tool User Avatar 47 comments This Week in AI: The Gap Is Getting Clearer User Avatar 35 comments How An Accident Turned Into A Product We’re Launching Today User Avatar 29 comments