Reviews from AWS customer

3 AWS reviews

External reviews

32 reviews
from and

External reviews are not included in the AWS star rating for the product.


4-star reviews ( Show all reviews )

    Menard M.

Awesome developer experience on adding a modern solution to a traditional RDMS.

  • July 29, 2021
  • Review provided by G2

What do you like best about the product?
What I like about Hasura is that you can easily use any of your SQL Database like Postgres into building a GraphQL API. Commonly, devs uses a graph database or maybe a document-oriented batabase to build graphql API, and it would be more work if the database is SQL, so the fact that Hasura exists is a huge relief.
As a dev with a focus on the Front-end, GraphQL is really a game changer based on how easy it is to request data from the server. Unlike the traditional REST that takes us to many requests, GraphQL can do it once. That's why a GraphQL API is more attractive to Front-End. Now, since majority of the systems built out there are SQL based, it would be a huge hassle to migrate all those data to a more modern DB solution, and again, the dev community including me are so thankful to this awesome open source project for making the development experience more pleasant.
And oh, I just forgot, Hasura is fast, like really fast, and that's a huge plus!
What do you dislike about the product?
Hasura automatically generates the GQL schema based on the SQL model, or does all the API job for us, and that's superb. But I think it's also Hasura's downside, being abstracting away this process leaves us with less control over out GQL API, so I think they can get better with that aspect (like optionally auto-generate an API depending on the dev team's decision.
What problems is the product solving and how is that benefiting you?
I like building GQL API's but I often do that with a Graph API like D-graph and sometimes uses FaunaDB. Being on the JAMstack revolution, GraphQL is a big part of web developement, and the fact that Hasura brings the SQL based DB's in the innovation of web development makes it a bridge that connects SQL with the future. Building GQL api with a Postgres DB is now easier and it's fast.


    Arjun J.

A easy and high performance product to build applications on Postgres Database

  • July 27, 2021
  • Review provided by G2

What do you like best about the product?
Its easy to insert, fetch and update tables without building queries.
What do you dislike about the product?
Being a cloud service it crashes at times
What problems is the product solving and how is that benefiting you?
We use hasura to build application on postgresDB. Its easy to build queries and mutations to perform CRUD operations.


    Daniel (Dan) S.

Innovative GraphQL Solution!

  • July 27, 2021
  • Review provided by G2

What do you like best about the product?
Faster API Engineering
Blazing fast speed
Built-in Authorization
What do you dislike about the product?
Errors happen sometimes while performing integrations.
What problems is the product solving and how is that benefiting you?
Saving time
Saving money
Boosting productivity
Simplifying integrations
Recommendations to others considering the product:
Hasura is a new age IaaS solution that have a blend of creativity and tech to saving time and boost producitvity.


    Education Management

Great developer experience, enables rapid prototyping

  • July 26, 2021
  • Review provided by G2

What do you like best about the product?
The ability to create backend super quickly
What do you dislike about the product?
Adding custom business logic takes a while to setup
What problems is the product solving and how is that benefiting you?
My personal and freelancing projects, I love that I can save so much time by not reinventing the wheel


    Computer Software

Fast and efficient way to develop apis

  • July 25, 2021
  • Review provided by G2

What do you like best about the product?
It reduces developer effort to create basic crud apis, and it also beneficial for fixed cost type of project, it also reduces the client cost for backend guys.
What do you dislike about the product?
Using hasura there are lots of advantages, but personally I know only one disadvantage that new developers are forgetting the sql operation and complex query and it affects the logical ability of developers.
What problems is the product solving and how is that benefiting you?
I have worked on fixed cost project, this is very helpful for client as well for reducing the overall cost of the backend debs.


    Information Technology and Services

Saves time and resources involved

  • July 23, 2021
  • Review provided by G2

What do you like best about the product?
You don't have to write queries also you can call triggers very easily
What do you dislike about the product?
Nothing as such everything is helpful only
What problems is the product solving and how is that benefiting you?
Event trigger and cron triggers also writing queries and mutations are so easy to understand