remove deprecated folders from community (close #1399) (#2897)

This commit is contained in:
Praveen Durairaj 2019-09-24 18:20:52 +05:30 committed by Shahidh K Muhammed
parent 79414cb225
commit be57394ead
13 changed files with 0 additions and 54 deletions

View File

@ -1,17 +0,0 @@
# (MOVED) GraphQL Server Boilerplates
**The contents of this directory have been moved to [remote-schemas](../remote-schemas).**
Hasura GraphQL Engine can combine schemas from multiple remote GraphQL servers
and expose them at a single endpoint. You can write these GraphQL servers in any
language and Hasura takes care of stitching together the schema from these
servers ([read more](../../../remote-schemas.md)).
This directory contains boilerplates for writing GraphQL servers using various
languages and frameworks.
- [Docs on Remote Schemas](https://docs.hasura.io/1.0/graphql/manual/remote-schemas/index.html)
## Architecture
![Remote schema architecture diagram](../../../assets/remote-schemas-arch.png)

View File

@ -1,3 +0,0 @@
# (MOVED) GraphQL server using NodeJS and Apollo
**This folder has been moved to [remote-schemas/aws-lambda/nodejs](../../remote-schemas/aws-lambda/nodejs)**

View File

@ -1,3 +0,0 @@
# (MOVED) GraphQL server using NodeJS-Express
**This folder has been moved to [remote-schemas/aws-lambda/nodejs](../../remote-schemas/aws-lambda/nodejs)**

View File

@ -1,3 +0,0 @@
# (MOVED) GraphQL server using python-flask-graphene
**This folder has been moved to [remote-schemas/zeit-now/python/flask-graphene-sqlalchemy](../../remote-schemas/zeit-now/python/flask-graphene-sqlalchemy).**

View File

@ -1,3 +0,0 @@
# (MOVED) Examples
**The contents of this folder have been moved to [sample-apps](../sample-apps).**

View File

@ -1,3 +0,0 @@
# (MOVED) Firebase Auth + Hasura JWT
**This folder has been moved to [sample-apps/firebase-jwt](../../sample-apps/firebase-jwt).**

View File

@ -1,4 +0,0 @@
(MOVED) Live demo
---------
**This folder has been moved to [sample-apps/react-apollo-todo](../../sample-apps/react-apollo-todo)**

View File

@ -1,3 +0,0 @@
# (MOVED) Realtime Chat using GraphQL Subscriptions
**This folder has been moved to [sample-apps/realtime-chat](../../sample-apps/realtime-chat).**

View File

@ -1,3 +0,0 @@
# (MOVED) realtime-location-tracking
**This folder has been moved to [sample-apps/realtime-location-tracking](../../sample-apps/realtime-location-tracking)**

View File

@ -1,3 +0,0 @@
# (MOVED) hasura-realtime-poll
**This folder has been moved to [sample-apps/realtime-poll](../../sample-apps/realtime-poll)**

View File

@ -1,3 +0,0 @@
# (MOVED) Serverless ETL demo using Hasura GraphQL Engine Event Triggers and Algolia Search
**This folder has been moved to [sample-apps/serverless-etl](../../sample-apps/serverless-etl).**

View File

@ -1,3 +0,0 @@
# (MOVED) Web notifications using Hasura GraphQL Engine Event Triggers and FCM
**This folder has been moved to [sample-apps/serverless-push](../../sample-apps/serverless-push).**

View File

@ -1,3 +0,0 @@
# (MOVED) Integrating Todo app with Auth0 and JWT authorization with Hasura GraphQL Engine
**This folder has been moved to [sample-apps/todo-auth0-jwt](../../sample-apps/todo-auth0-jwt).**