Scalable PostgreSQL connection pooler
Go to file
Dmitry Simonenko 9da4569537 odissey: use od_read() to append data 2017-04-21 13:59:22 +03:00
cmake odissey: set io readahead; update machinarium 2017-04-18 16:28:43 +03:00
core odissey: use od_read() to append data 2017-04-21 13:59:22 +03:00
lib odissey: update machinarium; set default io timeout to INT_MAX 2017-04-20 15:26:13 +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: update machinarium; switch to new api 2017-03-31 17:17: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: support listen host '*' 2017-04-05 14:48:26 +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