Software Alternatives & Reviews

Hasura VS GraphQL Voyager

Compare Hasura VS GraphQL Voyager and see what are their differences

Hasura logo Hasura

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

GraphQL Voyager logo GraphQL Voyager

GraphQL Voyager – Represent Any GraphQL API as an Interactive Graph
  • Hasura Landing page
    Landing page //
    2023-10-21
  • GraphQL Voyager Landing page
    Landing page //
    2023-05-01

Hasura videos

Scott Tries Hasura - A Realtime GraphQL API Builder

More videos:

  • Review - Evaluating Hasura
  • Review - The founder of Hasura teaching me about Hasura - FUN!

GraphQL Voyager videos

No GraphQL Voyager videos yet. You could help us improve this page by suggesting one.

+ Add video

Category Popularity

0-100% (relative to Hasura and GraphQL Voyager)
GraphQL
87 87%
13% 13
Developer Tools
100 100%
0% 0
Realtime Backend / API
86 86%
14% 14
Application And Data
0 0%
100% 100

User comments

Share your experience with using Hasura and GraphQL Voyager. For example, how are they different and which one is better?
Log in or Post with

Social recommendations and mentions

Based on our record, Hasura seems to be a lot more popular than GraphQL Voyager. While we know about 116 links to Hasura, we've tracked only 4 mentions of GraphQL Voyager. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.

Hasura mentions (116)

  • 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
View more

GraphQL Voyager mentions (4)

  • While doing recon I found this '/graphql' endpoint. Did some introspection and found a few fields that seem not so sensitive. Would this still be considered as a security issue?
    Disclosure of the schema of a GraphQL API is at least informational. You can use a tool such as GraphQL Voyager to visualize what you got and see if there are any unprotected sensitive operations available. Source: about 2 years ago
  • Visualizing your Data Graph Using entviz | ent
    Very cool! We had been using various tools like [graphqlviz](https://github.com/sheerun/graphqlviz) [graphql-voyager](https://apis.guru/graphql-voyager/) but past a certain level of complexity they tended to be not great. I'm going to try this out on some pretty gnarly tables and see how it does! Source: over 2 years ago
  • GraphQL - Diving Deep
    Introspection is typically used by the tooling to understand your GraphQL types and schema. For instance, tools like GraphQL Voyager can introspect your schema and build amazing graphs, and almost all extensions built around GraphQL leverage this power to understand your schema, types and everything around it. - Source: dev.to / over 2 years ago
  • Favourite tool for schema exploration?
    Https://apis.guru/graphql-voyager/ you can visualize your schema as a graph. Source: about 3 years ago

What are some alternatives?

When comparing Hasura and GraphQL Voyager, you can also consider the following products

Supabase - An open source Firebase alternative

graphql-yoga - 🧘 Fully-featured GraphQL Server with focus on easy setup, performance & great developer experience - prisma-labs/graphql-yoga

GraphQL Playground - GraphQL IDE for better development workflows

GraphQl Editor - Editor for GraphQL that lets you draw GraphQL schemas using visual nodes

Firecamp - Firecamp is a modern client for Real-time, GraphQL, REST and other 15+ routine tech stacks and platforms.

How to GraphQL - Open-source tutorial website to learn GraphQL development