shveenkov / aiotarantool

tarantool asyncio connector

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tarantool connection driver for work with asyncio

Connector required tarantool version 1.6:

$ pip install aiotarantool

Try it example:

Under this scheme the aiotarantool driver makes a smaller number of read/write tarantool socket.

See benchmark results time for insert/select/delete 100K tuples on 1.5KBytes:

call tarantool aiotarantool
insert 35.938047 12.701088
select 24.389748 12.746204
delete 35.224515 13.905095

About

tarantool asyncio connector


Languages

Language:Python 97.1%Language:Lua 2.9%