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

Adding example showing real-time event handling from API requests #735

Merged
merged 1 commit into from
Sep 5, 2023

Conversation

kerinin
Copy link
Collaborator

@kerinin kerinin commented Sep 5, 2023

No description provided.

@cla-bot cla-bot bot added the cla-signed Set when all authors of a PR have signed our CLA label Sep 5, 2023
@kerinin kerinin merged commit 5b13b5e into main Sep 5, 2023
20 checks passed
@kerinin kerinin deleted the rm/example-api branch September 5, 2023 13:40
import kaskada as kd
from aiohttp import web

async def main():
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder if we should make a page in the docs for this? We can either put it in a notebook and have it show up that way, or we can use literalinclude to pull in the code and document it in a page on the docs.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We could pull this into the docs. I just needed to get it accessible quickly, but we can definitely tweak now that it's available.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed Set when all authors of a PR have signed our CLA
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants