Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jettify/pyconby2016
https://github.com/jettify/pyconby2016
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/jettify/pyconby2016
- Owner: jettify
- Created: 2016-01-24T12:03:31.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-08T22:13:06.000Z (almost 9 years ago)
- Last Synced: 2023-03-11T08:56:03.100Z (over 1 year ago)
- Language: CSS
- Size: 1.79 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Tips and Tricks Writing Database Clients With Asyncio
My talk at PyCon Belarus'16
### Abstract
Asyncio - is young library for asynchronous network programming. For almost
two years asyncio community have written a lot of drivers to different
databases. Nevertheless, there are still a lot of libraries that need to be
ported or written from scratch. Lack of information on proper use and writing
code in asyncio slows down asyncio adoption. Nikolay will talk about how to
write your own client for database or message queue using asyncio and protocol
pipelining, also he will give overview of internals for most popular database
libraries: aiopg, aiomysql, aioredis and aioodbc as well as bunch of asyncio
tips and tricks.