Scalable PostgreSQL connection pooler
Go to file
Dmitry Simonenko fde44a5de4 odissey: add copy support for transaction pooling 2017-02-17 12:36:06 +03:00
cmake odissey: pass cmake build type to soprano submodule 2017-02-07 18:50:36 +03:00
core odissey: add copy support for transaction pooling 2017-02-17 12:36:06 +03:00
lib odissey: set -std=gnu99 2017-02-10 13:51:02 +03:00
.gitignore odissey: include build version type 2017-01-27 15:55:32 +03:00
.gitmodules odissey: set submodules auth-less git path 2017-02-06 16:40:45 +03:00
AUTHORS odissey: update AUTHORS file 2016-11-07 13:09:42 +03:00
CMakeLists.txt odissey: set -std=gnu99 2017-02-10 13:51:02 +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: update config file 2017-02-16 13:21:16 +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