Scalable PostgreSQL connection pooler
Go to file
Dmitry Simonenko c818746cdf odissey: rename auth function 2017-01-24 13:47:19 +03:00
cmake odissey: fix soprano build 2017-01-18 15:13:59 +03:00
core odissey: rename auth function 2017-01-24 13:47:19 +03:00
lib odissey: update machinarium submodule 2017-01-17 17:42:32 +03:00
.gitignore odissey: untrack binary file 2016-11-08 14:24:26 +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: always use bundled static libraries 2017-01-18 15:00:33 +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: add none authentication type 2017-01-24 13:28: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 ..
make

WIP