Scalable PostgreSQL connection pooler
Go to file
Dmitry Simonenko 08c22a085d odissey: rename tls_mode into tls 2017-06-24 16:04:20 +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: rename tls_mode into tls 2017-06-24 16:04:20 +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: rename tls_mode into tls 2017-06-24 16:04:20 +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