awesome-python
awesome-python copied to clipboard
Add taskiq
What is this Python project?
This is an async task queue, similar to celery or dramatiq. But this library is capable of executing async funcions.
Also it has replaceable brokers for different queue implementations:
- Redis pub\sub
- RabbitMQ
- Kafka
- Nats
- Memphis
and more to come.
Also, it supports integrations with async frameworks like:
- FastAPI
- AioHTTP
- LiteStar
- AioGram for building telegram bots
What's the difference between this Python project and similar ones?
I've created a comparison table in docs. Please take a look at this table.
Anyone who agrees with this pull request could submit an Approve review to it.