Scalable PostgreSQL connection pooler
Go to file
Dmitry Simonenko 1ec7527ea4 odissey: fix getaddrinfo rc check 2017-06-20 13:24:51 +03:00
cmake odissey: shapito: no need for -DBUILD_STATIC=ON 2017-06-15 16:34:25 +03:00
lib odissey: update machinarium 2017-06-19 17:38:45 +03:00
src odissey: fix getaddrinfo rc check 2017-06-20 13:24:51 +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: remove debug print from CMakeLists.txt 2017-06-15 12:49:47 +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: apply client_max limit only if it has been set 2017-06-19 13:55:49 +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