Contribute Media
A thank you to everyone who makes this possible: Read More

Fully asynchronous queue solution with Kafka

Description

Showcase: Let's say we want to have an API endpoint which saves data stream with very variable flow to Postgresql. We'll use Kafka queue and various async modules like asyncio, aiokafka and aiopg with Python 3.6 syntax sugar. Based on real-case scenario

Details

Improve this page