update demo app links (#1122)

This commit is contained in:
Shahidh K Muhammed 2018-11-27 16:01:56 +05:30 committed by GitHub
parent 6a2c4566b7
commit c985a6d1ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 29 additions and 23 deletions

View File

@ -123,20 +123,20 @@ Check out all the example applications in the
- Group Chat application built with React, includes a typing indicator, online users & new
message notifications.
- [Try it out](https://chat-example-trial-roar.herokuapp.com/)
- [Try it out](https://realtime-chat.demo.hasura.app/)
- [Tutorial](community/examples/realtime-chat)
- [Browse APIs](https://hasura-realtime-group-chat.herokuapp.com/)
- [Browse APIs](https://realtime-chat.demo.hasura.app/console)
- Live location tracking app that shows a running vehicle changing current GPS
coordinates moving on a map.
- [Try it out](https://hasura.github.io/realtime-location-app/)
- [Try it out](https://realtime-location-tracking.demo.hasura.app/)
- [Tutorial](community/examples/realtime-location-tracking)
- [Browse APIs](https://realtime-backend.herokuapp.com/)
- [Browse APIs](https://realtime-location-tracking.demo.hasura.app/console)
- A realtime dashboard for data aggregations on continuously changing data.
- [Try it out](https://shahidh.in/hasura-realtime-poll/)
- [Try it out](https://realtime-poll.demo.hasura.app/)
- [Tutorial](community/examples/realtime-poll)
- [Browse APIs](https://hasura-realtime-poll.herokuapp.com/)
- [Browse APIs](https://realtime-poll.demo.hasura.app/console)
### Videos

View File

@ -1,3 +1,9 @@
Live demo
---------
- [React App](https://react-apollo-todo.demo.hasura.app/)
- [Hasura Console](https://react-apollo-todo.demo.hasura.app/console)
Tech stack
----------

View File

@ -2,8 +2,8 @@
This is the source code for a fully working group chat app that uses subscriptions in Hasura GraphQL Engine. It is built using React and Apollo.
- [Fully working app](https://chat-example-trial-roar.herokuapp.com)
- [Backend](https://hasura-realtime-group-chat.herokuapp.com)
- [Fully working app](https://realtime-chat.demo.hasura.app/)
- [Backend](https://realtime-chat.demo.hasura.app/console)
For a complete tutorial about data modelling, [check out this blog](https://blog.hasura.io/building-a-realtime-chat-app-with-graphql-subscriptions-d68cd33e73f).

View File

@ -10,9 +10,9 @@ The application makes use of Hasura GraphQL Engine's real-time capabilities
using `subscription`. There is no backend code involved. The application is
hosted on GitHub pages and the Postgres+GraphQL Engine is running on Postgres.
- Checkout the [live app](https://hasura.github.io/realtime-location-app/).
- Explore the database using [Hasura
Console](https://realtime-backend.herokuapp.com/).
- Checkout the [live app](https://realtime-location-tracking.demo.hasura.app/).
- Explore the backend using [Hasura
Console](https://realtime-location-tracking.demo.hasura.app/console).
# Running the app yourself

View File

@ -11,9 +11,9 @@ The application makes use of Hasura GraphQL Engine's real-time capabilities
using `subscription`. There is no backend code involved. The application is
hosted on GitHub pages and the Postgres+GraphQL Engine is running on Postgres.
- Checkout the [live app](https://shahidh.in/hasura-realtime-poll/).
- Explore the database using [Hasura
Console](https://hasura-realtime-poll.herokuapp.com/console/data/schema/public).
- Checkout the [live app](https://realtime-poll.demo.hasura.app/).
- Explore the backend using [Hasura
Console](https://realtime-poll.demo.hasura.app/console).
# Running the app yourself

View File

@ -1,6 +1,6 @@
# Serverless ETL demo using Hasura GraphQL Engine Event Triggers and Algolia Search
Live demo at https://shahidh.in/hasura-serverless-etl
Live demo at https://serverless-etl.demo.hasura.app/
This application demonstrates an ETL process using event triggers on [Hasura
GraphQL Engine](https://github.com/hasura/graphql-engine).

View File

@ -1,6 +1,6 @@
# Web notifications using Hasura GraphQL Engine Event Triggers and FCM
Visit https://shahidhk.github.io/hasura-web-push-notifs for a live demo.
Visit https://serverless-push.demo.hasura.app/ for a live demo.
## Pre-requisites

View File

@ -6,7 +6,7 @@ Here are a few sample apps built using Hasura event triggers:
Push Notifications
^^^^^^^^^^^^^^^^^^
Here's a `notification demo app <https://shahidh.in/hasura-web-push-notifs/>`_ showcasing sending web
Here's a `notification demo app <https://serverless-push.demo.hasura.app/>`_ showcasing sending web
notifications using Hasura event triggers and FCM.
* Video: https://www.youtube.com/watch?v=nuSHkzE2-zo&feature=youtu.be
@ -14,7 +14,7 @@ notifications using Hasura event triggers and FCM.
Data Transformations (ETL)
^^^^^^^^^^^^^^^^^^^^^^^^^^
Here's a `serverless ETL demo app <https://shahidh.in/hasura-serverless-etl/>`_ built using Hasura event triggers and
Here's a `serverless ETL demo app <https://serverless-etl.demo.hasura.app/>`_ built using Hasura event triggers and
Algolia search.
* Video: https://youtu.be/kWVEBWdEVAA

View File

@ -72,7 +72,7 @@ Now we can use the following subscription to fetch the latest location of a vehi
}
Check this `sample app <https://hasura.github.io/realtime-location-app/>`__ for a working demo
Check this `sample app <https://realtime-location-tracking.demo.hasura.app/>`__ for a working demo
(`source code <https://github.com/hasura/graphql-engine/tree/master/community/examples/realtime-location-tracking>`__).
.. _subscribe_table:
@ -148,7 +148,7 @@ Now we can use the following subscription to display the latest messages in a ch
}
}
Check this `sample app <https://chat-example-trial-roar.herokuapp.com/>`__ for a working demo
Check this `sample app <https://realtime-chat.demo.hasura.app/>`__ for a working demo
(`source code <https://github.com/hasura/graphql-engine/tree/master/community/examples/realtime-chat>`__).
.. _subscribe_derived:
@ -280,5 +280,5 @@ Now we can use the following subscription to display the latest poll result:
}
}
Check this `sample app <https://shahidh.in/hasura-realtime-poll/>`__ for a working demo
Check this `sample app <https://realtime-poll.demo.hasura.app/>`__ for a working demo
(`source code <https://github.com/hasura/graphql-engine/tree/master/community/examples/realtime-poll>`__).

View File

@ -68,7 +68,7 @@ Serverless/cloud-function platforms covered by boilerplates:
Trigger push notifications and emails based on database events. Try the demo and tutorial below to see how browser push notifications are triggered when the user inserts some data:
* [Watch demo](https://www.youtube.com/watch?v=nuSHkzE2-zo)
* [Try it out](https://shahidh.in/hasura-web-push-notifs/)
* [Try it out](https://serverless-push.demo.hasura.app/)
* [Tutorial](community/examples/serverless-push)
@ -88,7 +88,7 @@ Convert complex, long-running business logic to be event-driven, asynchronous an
Transform and load data into external data-stores. Check out this demo and tutorial below to see how Postgres data is transformed to build and populate an Algolia index:
* [Watch demo](https://youtu.be/kWVEBWdEVAA)
* [Try it out](https://shahidh.in/hasura-serverless-etl)
* [Try it out](https://serverless-etl.demo.hasura.app/)
* [Tutorial](community/examples/serverless-etl)
### Building reactive UX for your async backend with realtime GraphQL