FastAPI integration for eventiq
Project description
eventiq-fastapi
FastAPI integration for eventiq
Installation
pip install eventiq-fastapi
Usage
from fastapi import FastAPI
from eventiq import Service, CloudEvent
from eventiq_fastapi import ServiceDependency, get_service_lifespan
service = Service(...)
app = FastAPI(lifespan=get_service_lifespan(service))
# possibly in dirrerent file/router, service will be injected
@app.post("/send-email")
async def send_mail(service: ServiceDependency):
await service.send({"some": "data"}, topic="commands.send-email")
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
eventiq_fastapi-0.1.0.tar.gz
(9.9 kB
view hashes)
Built Distribution
Close
Hashes for eventiq_fastapi-0.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c74ee8509a9d4bbb2a4de7b2b037f2b71f3c8493b1d61227b11cd2c6728a2c02 |
|
MD5 | 05f472cc416b218986bb5b8d1fd12886 |
|
BLAKE2b-256 | 6d51f3e8885ba79701a0264031c8fef93628d471284564b8ce55fbcb7e8cb519 |