-
-
Notifications
You must be signed in to change notification settings - Fork 33
Subscriptions #150
Copy link
Copy link
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
I was wondering if Pathom 3 supports live subscriptions. I have a Manifold Stream that receives updates at around 0.25s. I'd love to expose an API that allows users to subscribe with the shape of data they want and receive only that data via a websocket. Ideally this wouldn't be done using a batch delay query as users should receive the data as quickly as it's available.
I was wondering if Pathom supports this or if not, whether it is thought to be useful and what the steps might be to add it.
Thank you