Skip to content

Commit

Permalink
streaming subscriptions architecture: update try it out instructions
Browse files Browse the repository at this point in the history
PR-URL: hasura/graphql-engine-mono#6128
GitOrigin-RevId: 7887ef9b95a0c3f002a62a54734c711e5c5cd71e
  • Loading branch information
praveenweb authored and hasura-bot committed Sep 29, 2022
1 parent 3cb9bab commit a21c66f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions architecture/streaming-subscriptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@

## Try it out in 60 seconds

1. Step 1: Deploy Hasura as a [docker image](https://hasura.io/docs/latest/getting-started/docker-simple/) or with nothing but your browser at [Hasura Cloud](https://cloud.hasura.io)
3. Step 2: Run [this SQL (gist)](https://gist.github.com/coco98/803b70ec3fdd48cbe388bd25fcbfcd0e) that creates a table and loads some sample data
4. Step 3: Run a GraphQL subscription to start streaming!
1. Step 1: Deploy with nothing but your browser at [Hasura Cloud](https://cloud.hasura.io) (or run with [Docker](https://hasura.io/docs/latest/getting-started/docker-simple/))
2. Step 2: Run [this SQL (gist)](https://gist.github.com/coco98/803b70ec3fdd48cbe388bd25fcbfcd0e) that creates a table and loads some sample data
3. Step 3: Run a GraphQL subscription to start streaming!
```graphql
subscription {
messages (cursor: {initial_value: {id: "0"}}, batch_size: 5) {
Expand Down

0 comments on commit a21c66f

Please sign in to comment.