Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Placeholder for new format of graphql-engine with V3

Notifications You must be signed in to change notification settings

hasura/graphql-engine-new-v3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hasura GraphQL Engine

V2: Latest release Docs

DDN: <>

Hasura is an open-source product that accelerates API development by 10x by giving you GraphQL or REST APIs with built-in authorization on your data, instantly.

Read more at hasura.io and the docs.


Hasura V3

Hasura DDN is the new offering by Hasura, built over new V3 Graphql Engine. The V3 engine code is at the v3 folder of this repo. Please find more detailed information about the V3 Hasura Graphql Engine (which powers Hasura DDN) in this README.

Hasura V3 architecture includes Data Connectors. All Hasura connectors are available open sourced. [NDC Hub] (https://github.com/hasura/ndc-hub/) lists all the available connectors.

Hasura V2

Please find more detailed information about the V2 Hasura Graphql Engine in this README.

Support & Troubleshooting

The documentation and community will help you troubleshoot most issues. If you have encountered a bug or need to get in touch with us, you can contact us using one of the following channels:

We are committed to fostering an open and welcoming environment in the community. Please see the Code of Conduct.

If you want to report a security issue, please read this.

Stay up to date

We release new features every month. Sign up for our newsletter by using the link below. We send newsletters only once a month. https://hasura.io/newsletter/

Contributing

Check out our contributing guide for more details.

Brand assets

Hasura brand assets (logos, the Hasura mascot, powered by badges etc.) can be found in the v2/assets/brand folder. Feel free to use them in your application/website etc. We'd be thrilled if you add the "Powered by Hasura" badge to your applications built using Hasura. ❤️

<!-- For light backgrounds -->
<a href="https://hasura.io">
  <img width="150px" src="https://graphql-engine-cdn.hasura.io/img/powered_by_hasura_primary_darkbg.svg" />
</a>

<!-- For dark backgrounds -->
<a href="https://hasura.io">
  <img width="150px" src="https://graphql-engine-cdn.hasura.io/img/powered_by_hasura_primary_lightbg.svg" />
</a>

License

V2

The V2 core GraphQL Engine is available under the Apache License 2.0 (Apache-2.0).

All other contents in the v2 folder (except those in server, cli and console directories) are available under the MIT License. This includes everything in the docs and community directories.

V3

The core V3 GraphQL Engine, the NDC connectors are available under the Apache License 2.0 (Apache-2.0).

About

Placeholder for new format of graphql-engine with V3

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 43.5%
  • Haskell 27.2%
  • MDX 12.1%
  • JavaScript 6.5%
  • Go 3.8%
  • Python 2.7%
  • Other 4.2%