Software Alternatives & Reviews
Table of contents
  1. Videos
  2. Social Mentions
  3. Comments

Hasura

Hasura is an open platform to build scalable app backends, offering a built-in database, search, user-management and more. subtitle

Hasura Reviews and details

Screenshots and images

  • Hasura Landing page
    Landing page //
    2023-10-21

Badges

Promote Hasura. You can add any of these badges on your website.
SaaSHub badge
Show embed code

Videos

Scott Tries Hasura - A Realtime GraphQL API Builder

Evaluating Hasura

The founder of Hasura teaching me about Hasura - FUN!

Social recommendations and mentions

We have tracked the following product recommendations or mentions on various public social media platforms and blogs. They can help you see what people think about Hasura and what they use it for.
  • The Many Ways Not to Build an API
    Another strategy is to model access control declaratively and enforce it in the application layer. ZenStack (built above Prisma ORM) and Hasura are good examples of this approach. The following code shows how access policies are defined with ZenStack and how a secured CRUD API can be derived automatically. - Source: dev.to / 22 days ago
  • The 2024 Web Hosting Report
    Today, this ecosystem is going strong with new providers like Hasura, AppWrite and Supabase powering millions of projects. There are a few reasons people choose this style of hosting, especially if they are more comfortable with frontend development. BaaS lets them set up a database in a secure way, expose some business logic on top of the data, and connect via a dev-friendly SDK from their app or website code to... - Source: dev.to / 2 months ago
  • Ask HN: Is There a Zapier for APIs?
    Hi! If you’ve ever thought about something like using GraphQL for something like this.. You might like Hasura. (Obligatory I work for Hasura) We’ve got an OpenAPI import and you can setup cron-jobs or one-off jobs and do things like load in headers from the environment variables to pass through. There isn’t currently an easy journey for chaining multiple calls together without writing any code at all, but you can... - Source: Hacker News / 2 months ago
  • A list of SaaS, PaaS and IaaS offerings that have free tiers of interest to devops and infradev
    Hasura.io — Hasura extends your existing databases wherever it is hosted and provides an instant GraphQL API that can be securely accessed for web, mobile, and data integration workloads. Free for 1GB/month of data pass-through. - Source: dev.to / 3 months ago
  • Hasura and Keycloak integration with NestJS server
    Hasura is an open-source real-time GraphQL API server with a strong authorization layer on your database. You can subscribe to database events via webhooks. It can combine multiple API servers into one unified graphQL API. Hasura is a great tool to build any CRUD GraphQL API. Hasura does not have any authentication mechanisms; e.g., you need an auth server to handle sign-up and sign-in. - Source: dev.to / 5 months ago
  • Writing filters, sorting and pagination for all my queries is exhausting and repetitive. Is there a better way?
    I built that repo to share some techniques behind the Hasura engine. Do check that out if you'd like to branch out a bit from your initial requirements; everything is declaratively defined in metadata, it is not a node/golang solution. https://hasura.io/. Source: 7 months ago
  • Migrating Netflix to GraphQL Safely
    Postgraphile https://postgraphile.org/ Hasura https://hasura.io/ Examples of "batteries included" GraphQL. Combine with a type generator for the language of your choice (eg. https://the-guild.dev/graphql/codegen), and you've got your client interface to avoid any type errors. Each comes with a GraphiQL UI for access out of the box as well. It's more turnkey than any REST solutions I've seen, that's for sure. For... - Source: Hacker News / 8 months ago
  • I reviewed 1,000s of GraphQL vs. REST perspectives
    Https://hasura.io/ Stop writing GraphQL resolvers by hand, especially if you're working off of a relational database model. - Source: Hacker News / 9 months ago
  • Instant APIs (GraphQL and REST) for MariaDB
    For those, who are new to Hasura - Hasura is a Data API platform that gives instant GraphQL and REST APIs for all your data sources including MariaDB. It also comes with built-in Authorization. Source: 10 months ago
  • Sketch of a Post-ORM
    - Hasura Remote Schema (https://hasura.io/blog/tagged/remote-schemas/) If you want more control over the web API and you were going to fetch the data within your Python back-end and process it there, for some use-cases (not all, but some), there are options: - pg_http (https://github.com/pramsey/pgsql-http) Life is about trade-offs. Doing the work in SQL is not... - Source: Hacker News / 11 months ago
  • Ask HN: How would you CRUD in 2023?
    Https://hasura.io/ is pretty good, it offers more than CRUD, but does CRUD very well by default. I use it as a backend in one of my side hustles. - Source: Hacker News / 11 months ago
  • Hated writing repetitive crud APIs, so I'm building a library to use Prisma on the frontend
    > but nobody does it for a reason Not quite accurate, theres a whole class of products that do this: Https://firebase.google.com/ Https://supabase.com/ Https://hasura.io/. Source: 12 months ago
  • Open Source Stream/SendBird Alternative?
    Performant Chat Server - Hasura (you don't need to code, so it's super quick to get a basic chat up and running). Source: about 1 year ago
  • is it a good idea to develop a database with direct rest API access??
    There's https://hasura.io/ that's supposed to be getting MongoDB support Soon(tm). Source: about 1 year ago
  • Trying to understand graphql
    You can find a great many packages which implement the functionality defined in the spec, but none of them are going to write your code for you. And they all work differently in some ways. What they do for you is parse the incoming requests, and format the outgoing responses. You can look at things like Hasura and PostGraphile if you want a tool that will inspect your existing database and "automagically" do all... Source: about 1 year ago
  • Hasura: Building Scalable and Real-Time Applications - An Extensive Guide
    Hasura is an open-source platform for building, deploying, and managing GraphQL APIs. It provides a range of tools and features that simplify the process of building APIs, including data modeling, real-time subscriptions, automated scaling and security, and team collaboration tools. - Source: dev.to / about 1 year ago
  • Comparing the best headless CMS solutions
    Hasura is an open-source GraphQL engine. You can use Hasura to connect to a database and third-party REST and GraphQL API endpoints. It then uses a GraphQL API to expose your data. Though Hasura primarily exposes your data via a GraphQL API, you can create REST API endpoints from GraphQL queries and mutations. - Source: dev.to / about 1 year ago
  • No code with Python
    You could use something like PostgresT or Hausra for the database, and they will handle auth. Now you've reduced the problem to generating a crud app from a database, which things like appsmith claim to be able to do. I've never used any of them though, so I can't speak to how well they work. Source: about 1 year ago
  • Why did the new GraphQL API for WordPress take 1.5 years to be released?
    False. Take a look at https://hasura.io/ for an example of the complex queries you can do with graphql. Source: about 1 year ago
  • Ask HN: What would be your stack if you are building an MVP today?
    I've been pretty deep in backend engineering a while, but despite that I strongly try to use Hasura [0] whenever I can. IME backend engineering isn't a differentiator, and I've written enough REST/GraphQL endpoints/tests/blahblahblah. I think Django and Rails are amazing, but if I ever have to use them again I'll probably sigh deep and resign myself to sadness. On top it's probably Tailwind, and if it's just me... - Source: Hacker News / about 1 year ago
  • Simple CQRS in NodeJS with Typescript
    Another solution I often use is to use a service like Hasura (https://hasura.io) which will generate a GraphQL endpoint from our database. This service can be scaled independently. - Source: dev.to / about 1 year ago

Do you know an article comparing Hasura to other products?
Suggest a link to a post with product alternatives.

Suggest an article

Generic Hasura discussion

Log in or Post with

This is an informative page about Hasura. You can review and discuss the product here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.