Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

observeChanges on a grapher query #455

Open
Floriferous opened this issue Oct 15, 2021 · 0 comments
Open

observeChanges on a grapher query #455

Floriferous opened this issue Oct 15, 2021 · 0 comments

Comments

@Floriferous
Copy link
Contributor

We'd like to subscribe to data on the client, that is basically postprocessed mongo documents, in our case a PDF, made out of data from our DB.

We'd like the server to publish a live version of this PDF, as a string, so we can render it on the client, reactively, as we edit the data from the frontend.

A way to do this would be to create a custom publication function that uses the low-level added changed removed API, and send the PDF as a string to the client, but I'm not sure if that's doable?

The issue is I'd like to subscribe to a grapher query with nested, linked, documents.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant