Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mr-sunglasses/python-async-example

Create (somewhat) realistic scenarios for comparison to python sync and async.
https://github.com/mr-sunglasses/python-async-example

Last synced: 6 days ago
JSON representation

Create (somewhat) realistic scenarios for comparison to python sync and async.

Awesome Lists containing this project

README

        

# Python Async Scenarios 🐍🔀

I created this repository to be used to understand how async works.

## Scenarios

- [Slow API server](API/)
- [Slow Database (Postgres)](database/pgsql/)
- [Slow Database (SQLite)](database/sqlite/)