Hasura GraphQL Adds REST Support
Written by Kay Ewbank   
Tuesday, 02 March 2021

The open source Hasura GraphQL Engine has been updated with improvements including support for using REST and a GraphQL API gateway.

Hasura’s GraphQL Engine automates the implementation and linking of databases to the graph. The APIs can be used to choose tables from new or existing databases for use with GraphQL and link those existing tables into a graph.

hasura

The engine has built-in authorization and authentication with granular authentication and a dynamic access control system that integrates with existing authentication systems such as Auth0 or custom implementations.

The Hasura team says there area number of areas of improvement, starting with the ability to connect multiple databases simultaneously and make database support more general. Hasura was originally launched with exclusive support for Postgres, but Hasura 2.0 allows developers to use multiple databases simultaneously to a single instance of Hasura GraphQL engine (or a scaled up cluster of Hasura instances). The new version also adds support for SQL Server and the BiqQuery OLAP database.

hasura rest

The next improvement is support for REST endpoints. This has been added in recognition that GraphQL fragments and Relay style GraphQL are not as popular as they ought to be, and the team acknowledges that the cost of maintaining a GraphQL API and simultaneously a REST API is ridiculous. Hasura 2.0 allows users to create idiomatic REST endpoints based on GraphQL templates. Hasura uses GraphQL as an intermediate representation and converts a RESTful request with its parameters to a parametrized GraphQL query and then executes it, with minimal overhead.

Elsewhere, the authorization engine has been improved and features authorization on remote GraphQL services including role-based schemas and preset-arguments.

hasura

 

More Information

Hasura Website

Hasura On GitHub

Related Articles

Open Source GraphQL Engine Launched  

Hasura's Guide to GraphQL

GraphQL Foundation Gets Bigger

Facebook GraphQL Gets Own Foundation

Graphcool Eases Your Way Into GraphQL

GraphQL Leaves Tech Preview

To be informed about new articles on I Programmer, sign up for our weekly newsletter, subscribe to the RSS feed and follow us on Twitter, Facebook or Linkedin.

Banner


Avi Wigderson Gains Turing Award
16/04/2024

Israeli mathematician and computer scientist, Avi Wigderson, is the recipient of the 2023 ACM A.M Turing Award which carries a $1 million prize with financial support from Google.



Two New Resources Tailored To Spring Developers
25/04/2024

Spring Academy Pro is now freely available and Spring Builders is a new meeting point to discuss everything Spring related.


More News

raspberry pi books

 

Comments




or email your comment to: comments@i-programmer.info

Last Updated ( Tuesday, 02 March 2021 )