cube-js / cube

📊 Cube — The Semantic Layer for Building Data Applications
https://cube.dev
Other
17.91k stars 1.77k forks source link

Support subscriptions in the GraphQL API #3882

Open FJancsi opened 2 years ago

FJancsi commented 2 years ago

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 as this dependencies is already provided.

ivan-vdovin commented 2 years ago

Hi @FJancsi! The dev team confirmed that it may be one of the upcoming features. Added to the backlog to keep it easier for them to track. Thank you!

FJancsi commented 2 years ago

Thank you @ivan-vdovin