docs: fix sample-apps URLs

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

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/9725
Co-authored-by: LW <5601392+llllvvuu@users.noreply.github.com>
GitOrigin-RevId: 9f16b267e190c44bc17e77ca4db714d3aba4df47
This commit is contained in:
hasura-bot 2023-06-30 19:16:41 +05:30
parent e686963b24
commit fd5b61cda6
21 changed files with 85 additions and 85 deletions

View File

@ -95,7 +95,7 @@ Apart from the learn content, we have identified three other ways of contributin
- [Boilerplates](https://github.com/hasura/graphql-engine/tree/master/community/boilerplates)
- [Sample apps](https://github.com/hasura/graphql-engine/tree/master/community/sample-apps)
- [Sample apps](https://github.com/hasura/sample-apps/tree/main)
- [Tools](community/tools)

View File

@ -135,23 +135,23 @@ Transform data in Postgres or run business logic on it to derive another dataset
## Demos
Check out all the example applications in the [community/sample-apps](community/sample-apps) directory.
Check out all the example applications in the [hasura/sample-apps](https://github.com/hasura/sample-apps/tree/main) repository.
### Realtime applications
- Group Chat application built with React, includes a typing indicator, online users & new
message notifications.
- [Try it out](https://realtime-chat.demo.hasura.io/)
- [Tutorial](community/sample-apps/realtime-chat)
- [Tutorial](https://github.com/hasura/sample-apps/tree/main/realtime-chat)
- 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)
- [Tutorial](https://github.com/hasura/sample-apps/tree/main/realtime-location-tracking)
- 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)
- [Tutorial](https://github.com/hasura/sample-apps/tree/main/realtime-poll)
### Videos

View File

@ -827,7 +827,7 @@ to get started.
- [Custom JWT server with Hasura Actions](/actions/codegen/python-flask.mdx): A simple Python / Flask API that
implements `Signup` and `Login` methods as Actions returning JWTs
- [Auth0 JWT example](https://github.com/hasura/graphql-engine/tree/master/community/sample-apps/todo-auth0-jwt): A todo
- [Auth0 JWT example](https://github.com/hasura/sample-apps/tree/main/todo-auth0-jwt): A todo
app that uses Hasura GraphQL Engine and Auth0 JWT
- [Firebase JWT example](https://github.com/hasura/graphql-engine/tree/master/community/sample-apps/firebase-jwt):
- [Firebase JWT example](https://github.com/hasura/sample-apps/tree/main/firebase-jwt):
Barebones example to show how to have Firebase Auth integrated with Hasura JWT mode

View File

@ -35,7 +35,7 @@ notifications using Hasura Event Triggers and FCM.
- Video:
<https://www.youtube.com/watch?v=nuSHkzE2-zo&feature=youtu.be>
- Source code:
<https://github.com/hasura/graphql-engine/tree/master/community/sample-apps/serverless-push>
<https://github.com/hasura/sample-apps/tree/main/serverless-push>
## Data Transformations (ETL)
@ -44,4 +44,4 @@ triggers and Algolia search.
- Video: <https://youtu.be/kWVEBWdEVAA>
- Source code:
<https://github.com/hasura/graphql-engine/tree/master/community/sample-apps/serverless-etl>
<https://github.com/hasura/sample-apps/tree/main/serverless-etl>

View File

@ -27,28 +27,28 @@ sidebar_label: Sample apps & boilerplates
## Repositories
- [Firebase Auth + Hasura JWT](https://github.com/hasura/graphql-engine/tree/master/community/sample-apps/firebase-jwt)
- [Gatsby + Contenful + Auth0](https://github.com/hasura/graphql-engine/tree/master/community/sample-apps/gatsby-contentful-auth0)
- [Gatsby + Postgres + GraphQL](https://github.com/hasura/graphql-engine/tree/master/community/sample-apps/gatsby-postgres-graphql)
- [Gridsome + Postgres + GraphQL](https://github.com/hasura/graphql-engine/tree/master/community/sample-apps/gridsome-postgres-graphql)
- [NextJS 8 + Serverless](https://github.com/hasura/graphql-engine/tree/master/community/sample-apps/nextjs-8-serverless)
- [NextJS + Postgres + GraphQL](https://github.com/hasura/graphql-engine/tree/master/community/sample-apps/nextjs-postgres-graphql)
- [NuxtJS + Postgres + GraphQL](https://github.com/hasura/graphql-engine/tree/master/community/sample-apps/nuxtjs-postgres-graphql)
- [Quasar framework + Vue + GraphQL](https://github.com/hasura/graphql-engine/tree/master/community/sample-apps/quasar-framework-vue-graphql)
- [Todo app with React + Apollo](https://github.com/hasura/graphql-engine/tree/master/community/sample-apps/react-apollo-todo)
- [React-static + GraphQL](https://github.com/hasura/graphql-engine/tree/master/community/sample-apps/react-static-graphql)
- [Realtime chat with Vue using GraphQL Subscriptions](https://github.com/hasura/graphql-engine/tree/master/community/sample-apps/realtime-chat-vue)
- [Realtime chat with React using GraphQL Subscriptions](https://github.com/hasura/graphql-engine/tree/master/community/sample-apps/realtime-chat)
- [Realtime location tracking using GraphQL](https://github.com/hasura/graphql-engine/tree/master/community/sample-apps/realtime-location-tracking)
- [Hasura realtime poll](https://github.com/hasura/graphql-engine/tree/master/community/sample-apps/realtime-poll)
- [Serverless ETL demo using Hasura GraphQL Engine Event Triggers and Algolia Search](https://github.com/hasura/graphql-engine/tree/master/community/sample-apps/serverless-etl)
- [Web notifications using Hasura GraphQL Engine Event Triggers and FCM](https://github.com/hasura/graphql-engine/tree/master/community/sample-apps/serverless-push)
- [Svelte + GraphQL app](https://github.com/hasura/graphql-engine/tree/master/community/sample-apps/svelte-apollo)
- [Multiplayer Tic Tac Toe with React](https://github.com/hasura/graphql-engine/tree/master/community/sample-apps/tic-tac-toe-react)
- [Integrating Todo app with Auth0 and JWT authorization with Hasura GraphQL Engine](https://github.com/hasura/graphql-engine/tree/master/community/sample-apps/todo-auth0-jwt)
- [VueJS + Auth0 + GraphQL](https://github.com/hasura/graphql-engine/tree/master/community/sample-apps/vuejs-auth0-graphql)
- [Todo app with Vuetify + Vuex + GraphQL](https://github.com/hasura/graphql-engine/tree/master/community/sample-apps/vuetify-vuex-todo-graphql)
- [WhatsApp clone with Typescript + React + GraphQL](https://github.com/hasura/graphql-engine/tree/master/community/sample-apps/whatsapp-clone-typescript-react)
- [Firebase Auth + Hasura JWT](https://github.com/hasura/sample-apps/tree/main/firebase-jwt)
- [Gatsby + Contenful + Auth0](https://github.com/hasura/sample-apps/tree/main/gatsby-contentful-auth0)
- [Gatsby + Postgres + GraphQL](https://github.com/hasura/sample-apps/tree/main/gatsby-postgres-graphql)
- [Gridsome + Postgres + GraphQL](https://github.com/hasura/sample-apps/tree/main/gridsome-postgres-graphql)
- [NextJS 8 + Serverless](https://github.com/hasura/sample-apps/tree/main/nextjs-8-serverless)
- [NextJS + Postgres + GraphQL](https://github.com/hasura/sample-apps/tree/main/nextjs-postgres-graphql)
- [NuxtJS + Postgres + GraphQL](https://github.com/hasura/sample-apps/tree/main/nuxtjs-postgres-graphql)
- [Quasar framework + Vue + GraphQL](https://github.com/hasura/sample-apps/tree/main/quasar-framework-vue-graphql)
- [Todo app with React + Apollo](https://github.com/hasura/sample-apps/tree/main/react-apollo-todo)
- [React-static + GraphQL](https://github.com/hasura/sample-apps/tree/main/react-static-graphql)
- [Realtime chat with Vue using GraphQL Subscriptions](https://github.com/hasura/sample-apps/tree/main/realtime-chat-vue)
- [Realtime chat with React using GraphQL Subscriptions](https://github.com/hasura/sample-apps/tree/main/realtime-chat)
- [Realtime location tracking using GraphQL](https://github.com/hasura/sample-apps/tree/main/realtime-location-tracking)
- [Hasura realtime poll](https://github.com/hasura/sample-apps/tree/main/realtime-poll)
- [Serverless ETL demo using Hasura GraphQL Engine Event Triggers and Algolia Search](https://github.com/hasura/sample-apps/tree/main/serverless-etl)
- [Web notifications using Hasura GraphQL Engine Event Triggers and FCM](https://github.com/hasura/sample-apps/tree/main/serverless-push)
- [Svelte + GraphQL app](https://github.com/hasura/sample-apps/tree/main/svelte-apollo)
- [Multiplayer Tic Tac Toe with React](https://github.com/hasura/sample-apps/tree/main/tic-tac-toe-react)
- [Integrating Todo app with Auth0 and JWT authorization with Hasura GraphQL Engine](https://github.com/hasura/sample-apps/tree/main/todo-auth0-jwt)
- [VueJS + Auth0 + GraphQL](https://github.com/hasura/sample-apps/tree/main/vuejs-auth0-graphql)
- [Todo app with Vuetify + Vuex + GraphQL](https://github.com/hasura/sample-apps/tree/main/vuetify-vuex-todo-graphql)
- [WhatsApp clone with Typescript + React + GraphQL](https://github.com/hasura/sample-apps/tree/main/whatsapp-clone-typescript-react)
## Working apps

View File

@ -87,7 +87,7 @@ According to the spec, the server must provide:
:::info Note
Check out this [example repo](https://github.com/hasura/graphql-engine/tree/master/community/sample-apps/react-relay) to
Check out this [example repo](https://github.com/hasura/sample-apps/tree/main/react-relay) to
see how to set up pagination with Hasura and Relay.
:::

View File

@ -69,7 +69,7 @@ Trigger push notifications and emails based on database events. Try the demo and
* [Watch demo](https://www.youtube.com/watch?v=nuSHkzE2-zo)
* [Try it out](https://serverless-push.demo.hasura.io/)
* [Tutorial](community/sample-apps/serverless-push)
* [Tutorial](https://github.com/hasura/sample-apps/tree/main/serverless-push)
<!--
@ -89,7 +89,7 @@ Transform and load data into external data-stores. Check out this demo and tutor
* [Watch demo](https://youtu.be/kWVEBWdEVAA)
* [Try it out](https://serverless-etl.demo.hasura.io/)
* [Tutorial](community/sample-apps/serverless-etl)
* [Tutorial](https://github.com/hasura/sample-apps/tree/main/serverless-etl)
### Building reactive UX for your async backend with realtime GraphQL

View File

@ -80,7 +80,7 @@ Nous avons identifié :
- [boilerplates](../community/boilerplates)
- [sample-apps](../community/sample-apps)
- [sample-apps](https://github.com/hasura/sample-apps/tree/main)
- [outils](../community/tools)

View File

@ -126,23 +126,23 @@ Pretvorite podatke u Postgres ili pokrenite poslovnu logiku na njemu da biste do
## Demo
Pogledajte sve primjere dostupne u
[community/sample-apps](../community/sample-apps) mapi.
[hasura/sample-apps](https://github.com/hasura/sample-apps/tree/main) mapi.
### Stvarne aplikacije
- Aplikacija za grupno dopisivanje koja koristi React, uključuje pokazatelj tipkanja, online korisnike & obavijesti o novim porukama.
- [Isprobajte odmah](https://realtime-chat.demo.hasura.io/)
- [Tutorijal](../community/sample-apps/realtime-chat)
- [Tutorijal](https://github.com/hasura/sample-apps/tree/main/realtime-chat)
- [Pogledaj API](https://realtime-chat.demo.hasura.io/console)
- Aplikacija za praćenje lokacije vozila uživo koja prikazuje GPS koordinate dok se vozilo kreće po mapi..
- [Isprobajte odmah](https://realtime-location-tracking.demo.hasura.io/)
- [Tutorijal](../community/sample-apps/realtime-location-tracking)
- [Tutorijal](https://github.com/hasura/sample-apps/tree/main/realtime-location-tracking)
- [Pogledaj API](https://realtime-location-tracking.demo.hasura.io/console)
- Nadzorna ploča u stvarnom vremenu koja objedinjuje podatke o kontinuirano mijenjanim podacima.
- [Isprobajte odmah](https://realtime-poll.demo.hasura.io/)
- [Tutorijal](../community/sample-apps/realtime-poll)
- [Tutorijal](https://github.com/hasura/sample-apps/tree/main/realtime-poll)
- [Pogledaj API](https://realtime-poll.demo.hasura.io/console)
### Video

View File

@ -123,23 +123,23 @@ GraphQL Engine提供了易用可伸缩高性能的往后端插入自定义
## 演示
访问[community/sample-apps](../community/sample-apps) 目录查看所有的演示
访问[hasura/sample-apps](https://github.com/hasura/sample-apps/tree/main) 目录查看所有的演示
### 实时应用
- 使用React构建的群聊应用程序包括正在输入指示器在线用户和新消息通知
- [试试看](https://realtime-chat.demo.hasura.io/)
- [讲解](../community/sample-apps/realtime-chat)
- [讲解](https://github.com/hasura/sample-apps/tree/main/realtime-chat)
- [浏览API](https://realtime-chat.demo.hasura.io/console)
- 实时位置跟踪应用程序显示行驶中的车辆正在更改当前GPS坐标在地图上移动
- [试试看](https://realtime-location-tracking.demo.hasura.io/)
- [讲解](../community/sample-apps/realtime-location-tracking)
- [讲解](https://github.com/hasura/sample-apps/tree/main/realtime-location-tracking)
- [浏览API](https://realtime-location-tracking.demo.hasura.io/console)
- 实时仪表板,用于聚合不断变化的数据
- [试试看](https://realtime-poll.demo.hasura.io/)
- [讲解](../community/sample-apps/realtime-poll)
- [讲解](https://github.com/hasura/sample-apps/tree/main/realtime-poll)
- [浏览API](https://realtime-poll.demo.hasura.io/console)
### 视频

View File

@ -116,25 +116,25 @@ Transformez les données dans Postgres ou exécutez de la logique métier dessus
## Démos
Consultez toutes les applications d'example dans le répertoire
[community/sample-apps](../community/sample-apps).
[hasura/sample-apps](https://github.com/hasura/sample-apps/tree/main).
### Applications temps-réel
- Application de messagerie de groupe développée avec React, incluant un indicateur de frappe, les utilisateurs connectés & les
notifications de nouveaux messages.
- [Essayez la](https://realtime-chat.demo.hasura.io/)
- [Tutoriel](../community/sample-apps/realtime-chat)
- [Tutoriel](https://github.com/hasura/sample-apps/tree/main/realtime-chat)
- [Explorez les APIs](https://realtime-chat.demo.hasura.io/console)
- Application de localisation en temps-réel montrant un véhicule dont les coordonnées GPS évoluent
se déplacer sur une carte.
- [Essayez la](https://realtime-location-tracking.demo.hasura.io/)
- [Tutoriel](../community/sample-apps/realtime-location-tracking)
- [Tutoriel](https://github.com/hasura/sample-apps/tree/main/realtime-location-tracking)
- [Explorez les APIs](https://realtime-location-tracking.demo.hasura.io/console)
- Un tableau de bord temps-réel pour l'aggrégation de données en constante évolution.
- [Essayez la](https://realtime-poll.demo.hasura.io/)
- [Tutoriel](../community/sample-apps/realtime-poll)
- [Tutoriel](https://github.com/hasura/sample-apps/tree/main/realtime-poll)
- [Explorez les APIs](https://realtime-poll.demo.hasura.io/console)
### Vidéos

View File

@ -127,7 +127,7 @@ Transformiere Daten in Postgres oder lasse deine Businesslogik eigene Daten able
## Demos
Schaue dir die Beispiele in dem
[community/sample-apps](../community/sample-apps) Verzeichnis an.
[hasura/sample-apps](https://github.com/hasura/sample-apps/tree/main) Verzeichnis an.
### Realtime Applikationen
@ -135,19 +135,19 @@ Schaue dir die Beispiele in dem
neuen Nachrichten.
- [Probiere es aus](https://realtime-chat.demo.hasura.io/)
- [Tutorial](../community/sample-apps/realtime-chat)
- [Tutorial](https://github.com/hasura/sample-apps/tree/main/realtime-chat)
- [Durchsuche die APIs](https://realtime-chat.demo.hasura.io/console)
- Echtzeit Standort Tracking App, welche die Koordinaten von Fahrzeugen
verfolgt und auf einer Karte anzeigt.
- [Probiere es aus](https://realtime-location-tracking.demo.hasura.io/)
- [Tutorial](../community/sample-apps/realtime-location-tracking)
- [Tutorial](https://github.com/hasura/sample-apps/tree/main/realtime-location-tracking)
- [Durchsuche die APIs](https://realtime-location-tracking.demo.hasura.io/console)
- Echtzeit Dashboard für Datenaggregation von sich konstant ändernden Daten.
- [Probiere es aus](https://realtime-poll.demo.hasura.io/)
- [Tutorial](../community/sample-apps/realtime-poll)
- [Tutorial](https://github.com/hasura/sample-apps/tree/main/realtime-poll)
- [Durchsuche die APIs](https://realtime-poll.demo.hasura.io/console)
### Videos

View File

@ -124,23 +124,23 @@ Transformasi data di Postgres atau jalankan logika bisnis untuk menghasilkan set
## Demo
Coba lihat seluruh contoh aplikasi pada direktori [_community/sample-apps_](../community/sample-apps).
Coba lihat seluruh contoh aplikasi pada direktori [_hasura/sample-apps_](https://github.com/hasura/sample-apps/tree/main).
### Aplikasi _realtime_
- Aplikasi _chat_ untuk grup yang dibuat menggunakan React. Termasuk indikator pengetikan, pengguna _online_ & notifikasi pesan baru.
- [Coba aplikasinya](https://realtime-chat.demo.hasura.io/)
- [Tutorial](../community/sample-apps/realtime-chat)
- [Tutorial](https://github.com/hasura/sample-apps/tree/main/realtime-chat)
- [Lihat-lihat API](https://realtime-chat.demo.hasura.io/console)
- Aplikasi pelacak yang menyiarkan lokasi secara langsung dengan memperlihatkan kendaraan berjalan dengan posisi koordinat GPS yang berubah-ubah pada peta.
- [Coba aplikasinya](https://realtime-location-tracking.demo.hasura.io/)
- [Tutorial](../community/sample-apps/realtime-location-tracking)
- [Tutorial](https://github.com/hasura/sample-apps/tree/main/realtime-location-tracking)
- [Lihat-lihat API](https://realtime-location-tracking.demo.hasura.io/console)
- Sebuah dasbor _realtime_ untuk meng-agregasi data yang berubah secara terus menerus.
- [Coba aplikasinya](https://realtime-poll.demo.hasura.io/)
- [Tutorial](../community/sample-apps/realtime-poll)
- [Tutorial](https://github.com/hasura/sample-apps/tree/main/realtime-poll)
- [Lihat-lihat API](https://realtime-poll.demo.hasura.io/console)
### Video

View File

@ -131,23 +131,23 @@ Trasforma i dati in Postgres o esegui la business logic su di essi per derivare
## Demo
Guarda tutte le applicazioni d'esempio nella cartella [community/sample-apps](community/sample-apps).
Guarda tutte le applicazioni d'esempio nella cartella [hasura/sample-apps](https://github.com/hasura/sample-apps/tree/main).
### Applicazioni in tempo reale
- Applicazione di chat di gruppo realizzata con React. Include un indicatore di digitazione,
utenti online e notifiche per i nuovi messaggi.
- [Prova](https://realtime-chat.demo.hasura.io/)
- [Tutorial](community/sample-apps/realtime-chat)
- [Tutorial](https://github.com/hasura/sample-apps/tree/main/realtime-chat)
- App di localizzazione in tempo reale che mostra un veicolo in corsa che cambia le
coordinate GPS correnti in movimento su una mappa.
- [Prova](https://realtime-location-tracking.demo.hasura.io/)
- [Tutorial](community/sample-apps/realtime-location-tracking)
- [Tutorial](https://github.com/hasura/sample-apps/tree/main/realtime-location-tracking)
- Una dashboard in tempo reale per aggregazioni di dati in continua evoluzione.
- [Prova](https://realtime-poll.demo.hasura.io/)
- [Tutorial](community/sample-apps/realtime-poll)
- [Tutorial](https://github.com/hasura/sample-apps/tree/main/realtime-poll)
### Video

View File

@ -122,23 +122,23 @@ PostgreSQLのデータを変換するか、あるいはその上でビジネス
## デモ
[コミュニティ・サンプル](../community/sample-apps) ディレクトリにあるサンプルアプリケーションをチェックできます。
[コミュニティ・サンプル](https://github.com/hasura/sample-apps/tree/main) ディレクトリにあるサンプルアプリケーションをチェックできます。
### リアルタイムアプリケーション
- Reactを使用して構築されたグループチャットアプリケーション。タイピングインジケーター、オンラインユーザー、新しいメッセージ通知が含まれます。
- [試してみよう](https://realtime-chat.demo.hasura.io/)
- [チュートリアル](../community/sample-apps/realtime-chat)
- [チュートリアル](https://github.com/hasura/sample-apps/tree/main/realtime-chat)
- [APIの参照](https://realtime-chat.demo.hasura.io/console)
- 現在の場所を追跡できるアプリ。地図上を移動する乗り物の現在のGPS座標を表示します。
- [試してみよう](https://realtime-location-tracking.demo.hasura.io/)
- [チュートリアル](../community/sample-apps/realtime-location-tracking)
- [チュートリアル](https://github.com/hasura/sample-apps/tree/main/realtime-location-tracking)
- [APIの参照](https://realtime-location-tracking.demo.hasura.io/console)
- 常にに変化するデータを集約するリアルタイムダッシュボード。
- [試してみよう](https://realtime-poll.demo.hasura.io/)
- [チュートリアル](../community/sample-apps/realtime-poll)
- [チュートリアル](https://github.com/hasura/sample-apps/tree/main/realtime-poll)
- [APIの参照](https://realtime-poll.demo.hasura.io/console)
### 動画

View File

@ -123,24 +123,24 @@ Postrgres에서 데이터를 변환하거나 GraphQL Engine 에 쿼리를 요청
## 데모
모든 예시 어플리케이션 보고싶으시다면 [community/sample-apps](../community/sample-apps) 디렉토리에서 확인하세요.
모든 예시 어플리케이션 보고싶으시다면 [hasura/sample-apps](https://github.com/hasura/sample-apps/tree/main) 디렉토리에서 확인하세요.
### 리얼타임_어플리케이션
- React 기반으로 만든 그룹챗 어플리케이션, typing indicator를 포함한, 온라인 유저 & 메세지 수신 알람
- [Try it out](https://realtime-chat.demo.hasura.io/)
- [Tutorial](../community/sample-apps/realtime-chat)
- [Tutorial](https://github.com/hasura/sample-apps/tree/main/realtime-chat)
- [Browse APIs](https://realtime-chat.demo.hasura.io/console)
- 달리는 차량 에서 현재 GPS 위치를 지도에 실시간으로 보여주는 위치 트래킹 앱
- [Try it out](https://realtime-location-tracking.demo.hasura.io/)
- [Tutorial](../community/sample-apps/realtime-location-tracking)
- [Tutorial](https://github.com/hasura/sample-apps/tree/main/realtime-location-tracking)
- [Browse APIs](https://realtime-location-tracking.demo.hasura.io/console)
- 지속적으로 변화되는 데이터를 집계하는 리얼타임 대시보드
- [Try it out](https://realtime-poll.demo.hasura.io/)
- [Tutorial](../community/sample-apps/realtime-poll)
- [Tutorial](https://github.com/hasura/sample-apps/tree/main/realtime-poll)
- [Browse APIs](https://realtime-poll.demo.hasura.io/console)
### 영상

View File

@ -124,23 +124,23 @@ Transforma datos en Postgres o ejecuta la lógica de negocio en ellos para deriv
## Demos
Revisa todos los ejemplos de aplicaciones en la carpeta de [community/sample-apps](../community/sample-apps).
Revisa todos los ejemplos de aplicaciones en la carpeta de [hasura/sample-apps](https://github.com/hasura/sample-apps/tree/main).
### Aplicaciones en tiempo real
- Aplicación de Chat Grupal creada con React, incluye un indicador de escribiendo, usuarios en línea y notificaciones para nuevos mensajes.
- [Pruébala](https://realtime-chat.demo.hasura.io/)
- [Tutorial](../community/sample-apps/realtime-chat)
- [Tutorial](https://github.com/hasura/sample-apps/tree/main/realtime-chat)
- [Buscar APIs](https://realtime-chat.demo.hasura.io/console)
- Aplicación de rastreo de ubicación en tiempo real, que muestra a un vehículo en movimiento cambiando sus coordenadas en el GPS mientras se mueve en un mapa.
- [Pruébala](https://realtime-location-tracking.demo.hasura.io/)
- [Tutorial](../community/sample-apps/realtime-location-tracking)
- [Tutorial](https://github.com/hasura/sample-apps/tree/main/realtime-location-tracking)
- [Buscar APIs](https://realtime-location-tracking.demo.hasura.io/console)
- Un panel en tiempo real para agregar datos que estan cambio constante.
- [Pruébala](https://realtime-poll.demo.hasura.io/)
- [Tutorial](../community/sample-apps/realtime-poll)
- [Tutorial](https://github.com/hasura/sample-apps/tree/main/realtime-poll)
- [Buscar APIs](https://realtime-poll.demo.hasura.io/console)
### Videos

View File

@ -125,25 +125,25 @@ Transforme dados no Postgres ou execute a lógica de negócios para obter outro
## Demos
Confira todos os aplicativos de exemplo no diretório
[community/examples](../community/sample-apps).
[community/examples](https://github.com/hasura/sample-apps/tree/main).
### Aplicações em tempo real
- O aplicativo de bate-papo em grupo criado com o React inclui um indicador de digitação, usuários online e notificações de novas mensagens.
- [Experimente](https://realtime-chat.demo.hasura.io/)
- [Tutorial](../community/sample-apps/realtime-chat)
- [Tutorial](https://github.com/hasura/sample-apps/tree/main/realtime-chat)
- [Browse APIs](https://realtime-chat.demo.hasura.io/console)
- Aplicativo de rastreamento de localização ao vivo que mostra um veículo em movimento alterando as coordenadas atuais do GPS em movimento no mapa.
- [Experimente](https://realtime-location-tracking.demo.hasura.io/)
- [Tutorial](../community/sample-apps/realtime-location-tracking)
- [Tutorial](https://github.com/hasura/sample-apps/tree/main/realtime-location-tracking)
- [Browse APIs](https://realtime-location-tracking.demo.hasura.io/console)
- Um painel em tempo real para agregações de dados em constante mudança de dados.
- [Experimente](https://realtime-poll.demo.hasura.io/)
- [Tutorial](../community/sample-apps/realtime-poll)
- [Tutorial](https://github.com/hasura/sample-apps/tree/main/realtime-poll)
- [Browse APIs](https://realtime-poll.demo.hasura.io/console)
### Vídeos

View File

@ -124,23 +124,23 @@ GraphQL Engine предоставляет простые в обосновани
## Demos
Ознакомьтесь со всеми примерами приложений в
[community/examples](../community/sample-apps) папке.
[community/examples](https://github.com/hasura/sample-apps/tree/main) папке.
### Приложения в режиме реального времени
- Приложение группового чата, построенное с помощью React, включает в себя индикатор набора текста, онлайн пользователей и уведомления о сообщениях.
- [Попробуйте это](https://realtime-chat.demo.hasura.io/)
- [Руководство](../community/sample-apps/realtime-chat)
- [Руководство](https://github.com/hasura/sample-apps/tree/main/realtime-chat)
- [Просмотреть API](https://realtime-chat.demo.hasura.io/console)
- Приложение для отслеживания местоположения в реальном времени, показывающее движущееся транспортное средство, изменяющее текущие GPS-координаты, движущееся по карте.
- [Попробуйте это](https://realtime-location-tracking.demo.hasura.io/)
- [Руководство](../community/sample-apps/realtime-location-tracking)
- [Руководство](https://github.com/hasura/sample-apps/tree/main/realtime-location-tracking)
- [Просмотреть API](https://realtime-location-tracking.demo.hasura.io/console)
- Информационная панель в режиме реального времени для агрегирования данных по постоянно меняющимся данным.
- [Попробуйте это](https://realtime-poll.demo.hasura.io/)
- [Руководство](../community/sample-apps/realtime-poll)
- [Руководство](https://github.com/hasura/sample-apps/tree/main/realtime-poll)
- [Просмотреть API](https://realtime-poll.demo.hasura.io/console)
### Видео

View File

@ -125,23 +125,23 @@ Postgres'te verileri dönüştürün veya GraphQL Engine kullanılarak sorgulana
## Demolar
[community/sample-apps](../community/sample-apps) dizinindeki örnek uygulamalara göz atın.
[hasura/sample-apps](https://github.com/hasura/sample-apps/tree/main) dizinindeki örnek uygulamalara göz atın.
### Gerçek zamanlı uygulamalar
- React ile oluşturulmuş grup sohbet uygulaması. Yazma belirteci, çevrimiçi kullanıcılar ve yeni mesaj bildirimleri içerir.
- [Deneyin](https://realtime-chat.demo.hasura.io/)
- [Rehber](../community/sample-apps/realtime-chat)
- [Rehber](https://github.com/hasura/sample-apps/tree/main/realtime-chat)
- [APİ'lere göz atın](https://realtime-chat.demo.hasura.io/console)
- Bir harita üzerinde hareket eden mevcut GPS koordinatlarını değiştiren, çalışan bir aracı gösteren canlı konum izleme uygulaması.
- [Deneyin](https://realtime-location-tracking.demo.hasura.io/)
- [Rehber](../community/sample-apps/realtime-location-tracking)
- [Rehber](https://github.com/hasura/sample-apps/tree/main/realtime-location-tracking)
- [APİ'lere göz ayın](https://realtime-location-tracking.demo.hasura.io/console)
- Sürekli değişen veriler üzerinde veri toplama için gerçek zamanlı bir kontrol paneli.
- [Deneyin](https://realtime-poll.demo.hasura.io/)
- [Rehber](../community/sample-apps/realtime-poll)
- [Rehber](https://github.com/hasura/sample-apps/tree/main/realtime-poll)
- [APİ'lere göz atın](https://realtime-poll.demo.hasura.io/console)
### Videolar

View File

@ -68,7 +68,7 @@ Déclenchez des notifications push et des emails à partir d'évènements de la
* [Regardez la démo](https://www.youtube.com/watch?v=nuSHkzE2-zo)
* [Essayez la](https://serverless-push.demo.hasura.io/)
* [Tutoriel](../community/sample-apps/serverless-push)
* [Tutoriel](https://github.com/hasura/sample-apps/tree/main/serverless-push)
<!--
@ -88,7 +88,7 @@ Transformez et chargez de la donnée dans des data-stores externes. Allez voir c
* [Regardez la démo](https://youtu.be/kWVEBWdEVAA)
* [Essayez la](https://serverless-etl.demo.hasura.io/)
* [Tutoriel](../community/sample-apps/serverless-etl)
* [Tutoriel](https://github.com/hasura/sample-apps/tree/main/serverless-etl)
### Construction d'UX réactive pour votre backend asynchrone avec une API GraphQL temps-réel