Scalable PostgreSQL connection pooler
Go to file
Dmitry Simonenko 6155681a93 odissey: set server->route to NULL on backend_new error 2017-06-15 16:29:30 +03:00
cmake odissey: update shapito submodule 2017-06-07 14:50:58 +03:00
lib odissey: log detailed server error messages 2017-06-15 16:16:44 +03:00
src odissey: set server->route to NULL on backend_new error 2017-06-15 16:29:30 +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: force to add -ldl for OpenSSL support 2017-06-15 12:44:11 +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