https://github.com/anthonycorletti/modal-async-pubsub-example
A proof-of-concept, pubsub-esque service that runs on Modal.
https://github.com/anthonycorletti/modal-async-pubsub-example
fastapi modal pubsub python
Last synced: about 1 month ago
JSON representation
A proof-of-concept, pubsub-esque service that runs on Modal.
- Host: GitHub
- URL: https://github.com/anthonycorletti/modal-async-pubsub-example
- Owner: anthonycorletti
- License: mit
- Created: 2022-11-21T00:32:14.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-15T05:39:14.000Z (over 3 years ago)
- Last Synced: 2025-01-21T17:50:03.536Z (over 1 year ago)
- Topics: fastapi, modal, pubsub, python
- Language: Python
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# modal-async-pubsub-example
A proof-of-concept, pubsub-esque service that runs on [Modal](https://modal.com).
To get started, first clone this repo
```bash
git clone https://github.com/anthonycorletti/modal-async-pubsub-example.git
```
Then, follow the [contributing guide](./CONTRIBUTING.md) to install the app.
Once the app is installed, you can run it locally with
```sh
./scripts/run-uvicorn.sh
```
When you're ready to deploy to modal you can run
```sh
./scripts/modal-deploy.sh
```