[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-2019":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":16,"stars7d":17,"stars30d":18,"stars90d":16,"forks30d":16,"starsTrendScore":19,"compositeScore":20,"rankGlobal":10,"rankLanguage":10,"license":21,"archived":22,"fork":22,"defaultBranch":23,"hasWiki":24,"hasPages":24,"topics":25,"createdAt":10,"pushedAt":10,"updatedAt":40,"readmeContent":41,"aiSummary":42,"trendingCount":16,"starSnapshotCount":16,"syncStatus":19,"lastSyncTime":43,"discoverSource":44},2019,"graphql-engine","hasura\u002Fgraphql-engine","hasura","Blazing fast, instant realtime GraphQL APIs on all your data with fine grained access control, also trigger webhooks on database events.","https:\u002F\u002Fhasura.io",null,"TypeScript",32043,2867,347,2248,0,76,91,2,45,"Apache License 2.0",false,"master",true,[26,27,28,29,30,31,32,33,7,34,35,36,37,38,39],"access-control","api","automatic-api","bigquery","graphql","graphql-api","graphql-server","haskell","mongodb","postgres","rest-api","sql-server","subgraph","supergraph","2026-06-12 02:00:35","![Hasura logo](.\u002Fassets\u002Fhasura_logo_primary_darkbg.png#gh-dark-mode-only)\n![Hasura logo](.\u002Fassets\u002Fhasura_logo_primary_lightbg.png#gh-light-mode-only)\n\n# Hasura GraphQL Engine\n\nThe Hasura engine is an open source project which supercharges the building of modern applications by providing access\nto data via a single, composable, secure API endpoint.\n\n\u003Ca href=\"https:\u002F\u002Fhasura.io\u002F\">\u003Cimg src=\"https:\u002F\u002Fimg.shields.io\u002Fbadge\u002F🏠_Visit-Hasura_Homepage-blue.svg?style=flat\">\u003C\u002Fa>\n\u003Ca href=\"https:\u002F\u002Fhasura.io\u002Fcommunity\u002F\">\u003Cimg src=\"https:\u002F\u002Fimg.shields.io\u002Fbadge\u002F😊_Join-Community-blue.svg?style=flat\">\u003C\u002Fa>\n\n## Hasura V3\n\n[![Docs](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002Fdocs-v3-yellow.svg?style=flat)](https:\u002F\u002Fhasura.io\u002Fdocs\u002F3.0\u002Fgetting-started\u002Fquickstart\u002F)\n\nThe future of data delivery is GA: Supporting PostgreSQL (and its flavors), MongoDB, ClickHouse, and MS SQL Server. Also supports writing custom business logic using the Typescript, Python, and Go Connector SDKs. Here is the recommended [Getting Started](https:\u002F\u002Fhasura.io\u002Fdocs\u002F3.0\u002Fgetting-started\u002Fquickstart\u002F) guide on DDN.\n\nThe Hasura v3 engine code, which powers Hasura DDN, is in the `v3` folder of this repo. You can find more detailed\ninformation about in this [v3 README](\u002Fv3\u002FREADME.md).\n\nThe Hasura DDN architecture includes Data Connectors to connect to data sources. All Hasura connectors are also\navailable completely open source. Check out the [Connector Hub](https:\u002F\u002Fhasura.io\u002Fconnectors\u002F) which lists all\navailable connectors.\n\n## Hasura V2\n\n[![Latest release](https:\u002F\u002Fimg.shields.io\u002Fgithub\u002Fv\u002Frelease\u002Fhasura\u002Fgraphql-engine)](https:\u002F\u002Fgithub.com\u002Fhasura\u002Fgraphql-engine\u002Freleases\u002Flatest)\n[![Docs](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002Fdocs-v2.x-yellow.svg?style=flat)](https:\u002F\u002Fhasura.io\u002Fdocs)\n\nHasura V2 is the current stable version of the Hasura GraphQL Engine. Please find more\ndetailed information about the V2 Hasura Graphql Engine in the `v2` folder and this [README](V2-README.md).\n\n## Cloning repository\n\nThis repository is a large and active mono-repo containing many parts of the Hasura ecosystem and a long git\nhistory, that can make the first time cloning of the repository slow and consume a lot of disk space. We recommend\nfollowing if you are facing cloning issues.\n\n### Shallow clone\n\nThis will only clone the latest commit and ignore all historical commits.\n\n```\ngit clone https:\u002F\u002Fgithub.com\u002Fhasura\u002Fgraphql-engine.git --depth 1\n```\n\n### Git checkout with only Hasura V3 engine code\n\n```\ngit clone --no-checkout https:\u002F\u002Fgithub.com\u002Fhasura\u002Fgraphql-engine.git --depth 1\ncd graphql-engine\ngit sparse-checkout init --cone\ngit sparse-checkout set v3\ngit checkout @\n```\n\nThis checkouts the top level files and only the `v3` folder which contains the Hasura V3 Engine code.\n\n## Support & Troubleshooting\n\nTo troubleshoot most issues, check out our documentation and community resources. If you have encountered a bug or need\nto get in touch with us, you can contact us using one of the following channels:\n\n- Hasura DDN documentation: [DDN docs](https:\u002F\u002Fhasura.io\u002Fdocs\u002F3.0\u002F)\n- Hasura V2 documentation: [V2 docs](https:\u002F\u002Fhasura.io\u002Fdocs\u002F)\n- Support & feedback: [Discord](https:\u002F\u002Fdiscord.gg\u002Fhasura)\n- Issue & bug tracking: [GitHub issues](https:\u002F\u002Fgithub.com\u002Fhasura\u002Fgraphql-engine\u002Fissues)\n- Follow product updates: [@HasuraHQ](https:\u002F\u002Ftwitter.com\u002Fhasurahq)\n- Talk to us on our [website chat](https:\u002F\u002Fhasura.io)\n\n## Code of Conduct\n\nWe are committed to fostering an open and welcoming environment in the community. Please see the\n[Code of Conduct](code-of-conduct.md).\n\n## Security\n\nIf you want to report a security issue, please [read this](SECURITY.md).\n\n## Stay up to date\n\nJoin our communities to stay up to date on announcements, events, product updates, and technical blogs.\n[https:\u002F\u002Fhasura.io\u002Fcommunity\u002F](https:\u002F\u002Fhasura.io\u002Fcommunity\u002F)\n\n## Contributing\n\nCheck out our [contributing guide](CONTRIBUTING.md) for more details.\n\n## Brand assets\n\nHasura brand assets (logos, the Hasura mascot, powered by badges etc.) can be found in the\n[v2\u002Fassets\u002Fbrand](assets\u002Fbrand) folder. Feel free to use them in your application\u002Fwebsite etc. We'd be thrilled if you\nadd the \"Powered by Hasura\" badge to your applications built using Hasura. ❤️\n\n## Licenses\n\n### V3\n\nAll the [Data Connectors](https:\u002F\u002Fgithub.com\u002Fhasura\u002Fndc-hub) are available under\nthe [Apache License 2.0](https:\u002F\u002Fwww.apache.org\u002Flicenses\u002FLICENSE-2.0).\n\nThe core [V3 GraphQL Engine](v3\u002F) is intended to be licensed under the [Apache License 2.0](https:\u002F\u002Fwww.apache.org\u002Flicenses\u002FLICENSE-2.0) (Apache-2.0).\n\n### V2\n\nThe V2 core GraphQL Engine is available under the [Apache License 2.0](https:\u002F\u002Fwww.apache.org\u002Flicenses\u002FLICENSE-2.0) (Apache-2.0).\n\nAll **other contents** in the v2 folder (except those in [`server`](v2\u002Fserver), [`cli`](v2\u002Fcli) and\n[`console`](v2\u002Fconsole) directories) are available under the [MIT License](LICENSE-community).\nThis includes everything in the [`docs`](v2\u002Fdocs) and [`community`](v2\u002Fcommunity)\ndirectories.\n","Hasura GraphQL Engine 是一个开源项目，旨在通过提供单一、可组合且安全的API端点来加速现代应用开发。它支持即时创建高性能的实时GraphQL API，并对所有数据进行细粒度访问控制，同时还能在数据库事件上触发webhook。技术特点包括支持多种数据库（如PostgreSQL、MongoDB等）和自定义业务逻辑编写（使用TypeScript、Python或Go）。适用于需要快速构建复杂后端服务的应用场景，特别是那些依赖于灵活的数据访问与处理能力的项目。","2026-06-11 02:47:36","top_all"]