From 1da1309a74a814f9f218209e5f389bcce827b913 Mon Sep 17 00:00:00 2001 From: Lancetnik Date: Sun, 28 May 2023 14:49:14 +0300 Subject: [PATCH] update README --- README.md | 1 + docs/docs/en/index.md | 1 + docs/docs/ru/index.md | 1 + 3 files changed, 3 insertions(+) diff --git a/README.md b/README.md index 3ca4506e..e3d24037 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,7 @@ It is a modern, high-level framework on top of popular specific Python brokers l * **Redis** (based on redis-py) * **RabbitMQ** (based on aio-pika) * **Kafka** (based on aiokafka) + * **SQS** (based on aiobotocore) * **Nats** (based on nats-py) * **RPC**: The framework supports RPC requests over MQ, which will allow performing long operations on remote services asynchronously. * [**Great to develop**](#cli-power): CLI tool provides great development experience: diff --git a/docs/docs/en/index.md b/docs/docs/en/index.md index cb8bfddb..2d7888e1 100644 --- a/docs/docs/en/index.md +++ b/docs/docs/en/index.md @@ -44,6 +44,7 @@ It is a modern, high-level framework on top of popular Python libraries for vari * **Redis** (based on [redis-py]("https://redis.readthedocs.io/en/stable/index.html"){target="_blank"}) * **RabbitMQ** (based on [aio-pika](https://aio-pika.readthedocs.io/en/latest/){target="_blank"}) * **Kafka** (based on [aiokafka](https://aiokafka.readthedocs.io/en/stable/){target="_blank"}) + * **SQS** (based on [aiobotocore](https://aiobotocore.readthedocs.io/en/latest/){target="_blank"}) * **Nats** (based on [nats-py](https://github.com/nats-io/nats.py){target="_blank"}) * [**RPC**](getting_started/4_broker/5_rpc/): The framework supports RPC requests on top of message brokers, which will allow performing long operations on remote services asynchronously. * [**Great to develop**](getting_started/2_cli/): CLI tool provides great development experience: diff --git a/docs/docs/ru/index.md b/docs/docs/ru/index.md index c5ea7f00..1bc3612d 100644 --- a/docs/docs/ru/index.md +++ b/docs/docs/ru/index.md @@ -44,6 +44,7 @@ * **Redis** (основан на [redis-py]("https://redis.readthedocs.io/en/stable/index.html"){target="_blank"}) * **RabbitMQ** (основан на [aio-pika](https://aio-pika.readthedocs.io/en/latest/){target="_blank"}) * **Kafka** (основан на [aiokafka](https://aiokafka.readthedocs.io/en/stable/){target="_blank"}) + * **SQS** (основан на [aiobotocore](https://aiobotocore.readthedocs.io/en/latest/){target="_blank"}) * **Nats** (основан на [nats-py](https://github.com/nats-io/nats.py){target="_blank"}) * [**RPC**](getting_started/4_broker/5_rpc/): Фреймворк поддерживает RPC запросы поверх брокеров сообщений, что позволит выполнять длительные операции на удаленных сервисах асинхронно. * [**Скорость разработки**](getting_started/2_cli/): собственный *CLI* инструмент предоставляет отличный опыт разработки: