https://github.com/cuongndc9/graphql-google-pubsub
GraphQL Subscription using Google PubSub
https://github.com/cuongndc9/graphql-google-pubsub
103cuong google-pubsub graphql graphql-subscription
Last synced: 3 months ago
JSON representation
GraphQL Subscription using Google PubSub
- Host: GitHub
- URL: https://github.com/cuongndc9/graphql-google-pubsub
- Owner: cuongndc9
- License: mit
- Created: 2020-10-06T03:12:23.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-03-07T19:25:06.000Z (3 months ago)
- Last Synced: 2025-03-07T20:28:28.367Z (3 months ago)
- Topics: 103cuong, google-pubsub, graphql, graphql-subscription
- Language: TypeScript
- Homepage:
- Size: 126 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Not using GitHub? Find me on [LinkedIn](https://www.linkedin.com/in/cuong9/)!
# graphql-google-pubsubGraphQL Subscription using Google PubSub
### Google Cloud PubSub emulator
```sh
docker run --rm -ti -p 8681:8681 -e PUBSUB_PROJECT1=graphql-subscription-291704,stuff:stuff-subscription messagebird/gcloud-pubsub-emulator:latest
```