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

Add serve() entrypoint #615

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Open

Add serve() entrypoint #615

wants to merge 9 commits into from

Commits on Apr 22, 2024

  1. Changes to readme

    - remove pulumi links which are 404
    - fix stream_events mention
    - run markdown formatter
    nfcampos committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    c875599 View commit details
    Browse the repository at this point in the history
  2. Add serve() entrypoint

    - creates a fastapi app
    - mounts one or more runnables
    - starts the server with uvicorn
    nfcampos committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    57a35ae View commit details
    Browse the repository at this point in the history
  3. Add docstring

    nfcampos committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    2c51c8e View commit details
    Browse the repository at this point in the history
  4. Enable running when there is already an event loop running

    - eg. in jupyter notebook
    nfcampos committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    2ee41b7 View commit details
    Browse the repository at this point in the history
  5. Update docstring

    nfcampos committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    1d73f0b View commit details
    Browse the repository at this point in the history
  6. Add port in use check

    nfcampos committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    2ea2230 View commit details
    Browse the repository at this point in the history
  7. Fix

    nfcampos committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    b106fb9 View commit details
    Browse the repository at this point in the history
  8. Fix

    nfcampos committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    f3dad90 View commit details
    Browse the repository at this point in the history
  9. Lock

    nfcampos committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    e3dab12 View commit details
    Browse the repository at this point in the history