]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:memo: Add new external link (#1112)
authorBen <iwpnd@users.noreply.github.com>
Fri, 27 Mar 2020 16:02:18 +0000 (17:02 +0100)
committerGitHub <noreply@github.com>
Fri, 27 Mar 2020 16:02:18 +0000 (17:02 +0100)
* Added new external link

I added an article in which I briefly explain how to build an Apache Kafka producer / consumer with FastAPI and aiokafka.

* :memo: Update format

Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
docs/en/docs/external-links.md

index 4546befd042c5b05101e420940d7779c08aae5c2..6b63ee349640a2bec769611912b102c194144457 100644 (file)
@@ -59,6 +59,8 @@ Here's an incomplete list of some of them.
 
 * <a href="https://www.tutlinks.com/create-and-deploy-fastapi-app-to-heroku/" class="external-link" target="_blank">Create and Deploy FastAPI app to Heroku without using Docker</a> by <a href="https://www.linkedin.com/in/navule/" class="external-link" target="_blank">Navule Pavan Kumar Rao</a>.
 
+* <a href="https://iwpnd.pw/articles/2020-03/apache-kafka-fastapi-geostream" class="external-link" target="_blank">Apache Kafka producer and consumer with FastAPI and aiokafka</a> by <a href="https://iwpnd.pw" class="external-link" target="_blank">Benjamin Ramser</a>.
+
 ### Japanese
 
 * <a href="https://qiita.com/mtitg/items/47770e9a562dd150631d" class="external-link" target="_blank">FastAPI|DB接続してCRUDするPython製APIサーバーを構築</a> by <a href="https://qiita.com/mtitg" class="external-link" target="_blank">@mtitg</a>.