Scalable PostgreSQL connection pooler
Go to file
Dmitry Simonenko b5d5a9a3e7 odissey: remove unused on/off keywords 2017-07-13 15:34:10 +03:00
cmake odissey: major shapito api update 2017-07-06 16:36:14 +03:00
sources odissey: remove unused on/off keywords 2017-07-13 15:34:10 +03:00
third_party odissey: update shapito submodule 2017-07-10 17:00:50 +03:00
.gitignore odissey: rework file naming and include path 2017-07-05 15:15:17 +03:00
.gitmodules odissey: move submodules from lib/ to third_party/ 2017-07-04 16:36:32 +03:00
AUTHORS odissey: update AUTHORS file 2016-11-07 13:09:42 +03:00
CMakeLists.txt odissey: minor fixes 2017-07-06 16:56:17 +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: remove unused on/off keywords 2017-07-13 15:34:10 +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