Scalable PostgreSQL connection pooler
Go to file
Dmitry Simonenko 179af10c05 odissey: remove soprano submodule 2017-06-07 14:19:45 +03:00
cmake odissey: update machinarium submodule 2017-05-15 15:34:08 +03:00
lib odissey: remove soprano submodule 2017-06-07 14:19:45 +03:00
src odissey: move readahead out of listen 2017-06-06 17:55:43 +03:00
.gitignore odissey: minor code-style changes 2017-05-24 15:13:44 +03:00
.gitmodules odissey: remove soprano submodule 2017-06-07 14:19:45 +03:00
AUTHORS odissey: update AUTHORS file 2016-11-07 13:09:42 +03:00
CMakeLists.txt odissey: begin reconstruction for new arch 2017-05-24 14:57:15 +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: move readahead out of listen 2017-06-06 17:55:43 +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