awesome-python icon indicating copy to clipboard operation
awesome-python copied to clipboard

Add taskiq

Open s3rius opened this issue 2 years ago • 0 comments

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.

s3rius avatar Mar 27 '23 00:03 s3rius