Scalable PostgreSQL connection pooler
Go to file
Dmitry Simonenko b8ae45f9b0 odissey: fix error message prefix; put client to pending pool on tmout 2017-06-09 16:21:40 +03:00
cmake odissey: update shapito submodule 2017-06-07 14:50:58 +03:00
lib odissey: update machinarium 2017-06-09 15:15:04 +03:00
src odissey: fix error message prefix; put client to pending pool on tmout 2017-06-09 16:21:40 +03:00
.gitignore odissey: minor code-style changes 2017-05-24 15:13:44 +03:00
.gitmodules odissey: add shapito submodule 2017-06-07 14:24:18 +03:00
AUTHORS odissey: update AUTHORS file 2016-11-07 13:09:42 +03:00
CMakeLists.txt odissey: add shapito submodule 2017-06-07 14:24:18 +03:00
LICENSE odissey: add AUTHORS and LICENSE files 2016-11-07 12:52:56 +03:00
README.md odissey: update build instructions 2017-02-07 18:58:26 +03:00
odissey.conf odissey: implement router server pools attach-wait logic 2017-06-07 17:59:13 +03:00

README.md

odissey

PostgreSQL connection pooler and request router.

build instructions

git clone --recursive git://github.yandex-team.ru/pmwkaa/odissey.git
cd odissey
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make

WIP