There's https://hasura.io/ that's supposed to be getting MongoDB support Soon(tm). - Source: Reddit / 7 days ago
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: Reddit / 22 days ago
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 / 25 days ago
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 2 months ago
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: Reddit / about 2 months ago
False. Take a look at https://hasura.io/ for an example of the complex queries you can do with graphql. - Source: Reddit / about 2 months ago
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 / 2 months ago
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 / 2 months ago
In the end, I developed a stack that I liked and re-used across multiple projects, which consisted (mostly) of Postgres, Hasura, Nest.js, Keycloak, and Next.js or Expo. More recently I've started moving away from Keycloak towards Ory Kratos/Oathkeeper. In certain cases, I also deployed AppSmith and Metabase and I considered tools like Meilisearch in a couple instances. - Source: dev.to / 2 months ago
Serverless all the way. There are a lot of good options out there, with AWS being quite flexible. The onboarding for other developers is also painless. I've recently experiment with AWS Amplify and even if is not quite there yet, is pretty close. Lambda, cloudfunctions, https://supabase.com/, AWS Amplify, https://aws.amazon.com/serverless/. For frontend, I would go with either React or Vue, both with a huge... - Source: Hacker News / 3 months ago
Personally, I think NextJS and Hasura are a perfect match. Hasura turns a database into a GraphQL API (or REST if you prefer), so you can use your Next API functions to call an API instead of talking to the DB directly. - Source: Reddit / 3 months ago
Something like Hasura might be a low cost/effort approach. Depends how you want your users to interact. - Source: Reddit / 3 months ago
Check out Hasura and use that with Auth0. It serves as a layer between the frontend and database and provides graphql to postgres. - Source: Reddit / 3 months ago
We all want a super simple login and sign up system, so that our customers can become our members in a second and keep logging in without any hassle. Today we're going to talk about how to do it in the projects when we're using Hasura and Auth0. - Source: dev.to / 3 months ago
I consider that to be misleading selective editing. Here's a more faithful representation of that missive: > For the back-end, Apollo Server absolutely can be beat by tools that don't require you to write any code: > https://supabase.com/blog/pg-graphql > https://hasura.io/ The careful reader will note that I presented three alternatives, with the one provided by my company last. Moreover, what I wrote is in... - Source: Hacker News / 3 months ago
> Apollo Server absolutely can be beat by … https://hasura.io/ > Have I tried to persuade people to use Hasura? No. > Have I tried to persuade people that it's good or better than the competition? No. - Source: Hacker News / 3 months ago
Rubbish. For the backend, Apollo Server absolutely can be beat by tools that don't require you to write any code: https://supabase.com/blog/pg-graphql https://hasura.io/. - Source: Hacker News / 3 months ago
This will generate code that you can easily extend and pass data from your API. We covered how to do this by building a full stack app with GraphQL and React, with help of tools like Locofy.ai and Hasura at a developer event in San Francisco in September 2022, and documented it in our recent guide. - Source: dev.to / 4 months ago
Check out https://hasura.io/ and https://debezium.io/. - Source: Reddit / 5 months ago
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 / 5 months ago
Hi, I'm the founder of Cloudplane, a service where you can launch fully managed web apps in under a minute. Hasura and NocoDB let you easily turn any database into a GraphQL API. We provide a database out of the box, but you can also connect your own. - Source: Reddit / 5 months ago
Do you know an article comparing Hasura to other products?
Suggest a link to a post with product alternatives.