Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mr-sunglasses/python-async-example
- Owner: Mr-Sunglasses
- Created: 2023-03-26T22:39:28.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-26T22:39:39.000Z (almost 2 years ago)
- Last Synced: 2024-11-18T07:46:53.909Z (2 months ago)
- Language: Python
- Homepage:
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)