Update README.md

GITHUB_PR_NUMBER: 9125
GITHUB_PR_URL: https://github.com/hasura/graphql-engine/pull/9125

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/6428
Co-authored-by: JensColman <19571117+JensColman@users.noreply.github.com>
GitOrigin-RevId: e577d1b6e4fdff2d8d870f2fb0d9715ae7dcfbec
This commit is contained in:
hasura-bot 2022-10-24 21:34:59 +05:30
parent 484e3c25e7
commit 18a9308a6a

View File

@ -7,7 +7,7 @@
<a href="https://twitter.com/intent/follow?screen_name=HasuraHQ"><img src="https://img.shields.io/badge/Follow-HasuraHQ-blue.svg?style=flat&logo=twitter"></a>
<a href="https://hasura.io/newsletter/"><img src="https://img.shields.io/badge/newsletter-subscribe-yellow.svg?style=flat"></a>
Hasura is an open source product that accelerates API development by 10x by giving you [GraphQL](https://hasura.io/graphql/) or REST APIs with built in authorization on your data, instantly.
Hasura is an open-source product that accelerates API development by 10x by giving you [GraphQL](https://hasura.io/graphql/) or REST APIs with built-in authorization on your data, instantly.
Read more at [hasura.io](https://hasura.io) and the [docs](https://hasura.io/docs/).
@ -32,7 +32,7 @@ Read more at [hasura.io](https://hasura.io) and the [docs](https://hasura.io/doc
* **Scheduled Triggers**: Execute custom business logic at specific points in time using a cron config or a one-off event.
* **Fine-grained access control**: Dynamic access control that integrates with your auth system (eg: auth0, firebase-auth)
* **Admin UI & Migrations**: Admin UI & Rails-inspired schema migrations
* **Supported Databases**: Supports PostgreSQL (and its flavours), MS SQL Server and Big Query. Support for more [databases](https://hasura.io/graphql/database/) coming soon.
* **Supported Databases**: Supports PostgreSQL (and its flavors), MS SQL Server and Big Query. Support for more [databases](https://hasura.io/graphql/database/) coming soon.
Read more at [hasura.io](https://hasura.io) and the [docs](https://hasura.io/docs/).
@ -141,12 +141,12 @@ Check out all the example applications in the [community/sample-apps](community/
- [Try it out](https://realtime-chat.demo.hasura.io/)
- [Tutorial](community/sample-apps/realtime-chat)
- Live location tracking app that shows a running vehicle changing current GPS
- Live location tracking app that shows a running vehicle changing the current GPS
coordinates moving on a map.
- [Try it out](https://realtime-location-tracking.demo.hasura.io/)
- [Tutorial](community/sample-apps/realtime-location-tracking)
- A realtime dashboard for data aggregations on continuously changing data.
- A real-time dashboard for data aggregations on continuously changing data.
- [Try it out](https://realtime-poll.demo.hasura.io/)
- [Tutorial](community/sample-apps/realtime-poll)