Scalable PostgreSQL connection pooler
Go to file
Dmitry Simonenko 8e4a087826 odissey: update soprano submodule 2017-01-30 18:20:21 +03:00
cmake odissey: fix soprano build 2017-01-18 15:13:59 +03:00
core odissey: include build version type 2017-01-27 15:55:32 +03:00
lib odissey: update soprano submodule 2017-01-30 18:20:21 +03:00
.gitignore odissey: include build version type 2017-01-27 15:55:32 +03:00
.gitmodules odissey: bring back soprano and machinarium using git-ssh 2016-11-29 15:45:33 +03:00
AUTHORS odissey: update AUTHORS file 2016-11-07 13:09:42 +03:00
CMakeLists.txt odissey: include build version type 2017-01-27 15:55:32 +03:00
LICENSE odissey: add AUTHORS and LICENSE files 2016-11-07 12:52:56 +03:00
README.md odissey: add build instructions to README.md 2017-01-18 16:07:41 +04:00
odissey.conf odissey: update odissey.conf 2017-01-30 15:44:27 +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 ..
make

WIP