nginx_upstream_module
nginx_upstream_module copied to clipboard
Tarantool NginX upstream module (REST, JSON API, websockets, load balancing)
Experiments have shown [1] that tarantool deals much better with transactions with batches of operations rather than lots of individual operations... and that's not even with the network layer playing...
``` [+] Post form - 0 param [+] OK [+] Post form - 1 param Traceback (most recent call last): File "./t/v25_features.py", line 31, in assert out['result'][0]['body'][0] == {"a": "b"},...
It becomes more and more hard to install Python 2 in different environments: distros are going to remove it. Maybe it would be convenient to port the testing code to...
I tried to run the tests `v24_features.py` and `v26_features.py`, but my attempt failed. ``` ┌─[✗]─[leonid@vasya-L460]─[~/work/mail/nginx_upstream_module] └──╼ ./test/v24_features.py [+] Post/Put body [+] Post body - error [+] Body sould not pass...
Please fix ubuntu 20 build
We have dynamic balancer which discovers inside ngx.timer (from lua-nginx-module) upstreams of tarantool and balances client requests according to some application logic. We would like to configure tarantool location in...
> # Limitations > > 2. This module does not support Tarantool 1.6.x starting with 2.4.0. > Since then it uses Tarantool 1.7 protocol features. It was edited the last...
Feature request. Though query string format is not specified in rfc3986 (URI syntax), some of web servers support arrays in query parameters. For example: PHP: `?array[]=1&array[]=2` => `[1,2]` Some of...
It would be great to have Tarantool Cartridge example for this module.