Skip to content

Commit

Permalink
docs: fix sample-apps URLs
Browse files Browse the repository at this point in the history
GITHUB_PR_NUMBER: 9742
GITHUB_PR_URL: #9742

PR-URL: hasura/graphql-engine-mono#9725
Co-authored-by: LW <[email protected]>
GitOrigin-RevId: 9f16b267e190c44bc17e77ca4db714d3aba4df47
  • Loading branch information
hasura-bot and llllvvuu committed Jun 30, 2023
1 parent e686963 commit fd5b61c
Show file tree
Hide file tree
Showing 21 changed files with 85 additions and 85 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions docs/docs/auth/authentication/jwt.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions docs/docs/event-triggers/samples.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand All @@ -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>
44 changes: 22 additions & 22 deletions docs/docs/resources/sample-apps.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/schema/postgres/relay-schema.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

:::
Expand Down
4 changes: 2 additions & 2 deletions event-triggers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


<!--
Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion translations/CONTRIBUTING.french.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
8 changes: 4 additions & 4 deletions translations/README.bosnian.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions translations/README.chinese.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

### 视频
Expand Down
8 changes: 4 additions & 4 deletions translations/README.french.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions translations/README.german.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,27 +127,27 @@ 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

- Gruppenchat entwickelt mit React, beinhaltet einen Typenanzeiger, Online Users und Benachrichtigungen bei
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
Expand Down
8 changes: 4 additions & 4 deletions translations/README.indonesian.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions translations/README.italian.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading

0 comments on commit fd5b61c

Please sign in to comment.