aaronpowell / graphql-azure-subscriptions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GraphQL Azure Subscription libraries

CI build Release build npm - SignalR package npm - CosmosDB package

This repo contains the different libraries for working with the Apollo GraphQL Subscription model from Azure services.

SignalR

Azure SignalR Service provides real-time messaging via websockets without needing to setup your own service.

The package, @aaronpowell/graphql-signalr-subscriptions provides integration with GraphQL Subscriptions, underpinned by SignalR Service. Learn more at packages/graphql-signalr-subscriptions.

CosmosDB Change Feed

Azure CosmosDB provides a Change Feed of data that is changed within a collection.

The package, @aaronpowell/graphql-cosmosdb-subscriptions provides integration with GraphQL Subscriptions, exposing the CosmosDB Change Feed to consumers. Learn more at packages/graphql-cosmosdb-subscriptions.

License

MIT

About

License:MIT License


Languages

Language:TypeScript 86.5%Language:Dockerfile 7.0%Language:JavaScript 6.0%Language:Shell 0.5%