cube-js / cube-js/cube

Support subscriptions in the GraphQL API

Open
#3,882 3 comments 2 reactions 0 assignees View on GitHub
api:graphql
Dominant language
Rust
Stars
20.8k
Forks
2.1k
Avg merge
1d 2h
Merged PRs (30d)
181

Description

First of all big shout-out for the new GraphQL API support in Cube, with this we now have a single layer for both transactional and analytics APIs. (REST in peace).

But it would be really cool if we had a support for real-time queries with streaming results over GraphQL + websocket transport.

Possible solution would be to use:
[express graphql subscription support](https://github.com/graphql/express-graphql#setup-with-subscription-support)
as this dependencies is already provided.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.