7 ms·
Looks cool. Maybe I'm missing something though, but it's not really clear how you'd set this up? Is there a quick start or some examples of configs for differen
by Tomdarkness 7y ago
Looks cool. Maybe I'm missing something though, but it's not really clear how you'd set this up? Is there a quick start or some examples of configs for different situations?
- jey 7y agoI think it's a connection pooling proxy for postgres, and you talk to it using the regular postgres client protocol? https://github.com/yandex/odyssey/blob/master/test/odyssey/test_scram_frontend.sh https://github.com/yandex/odyssey/blob/master/test/odyssey/t...
- thedevelopnik 7y agoYeah there’s detailed info on the contents of the config file, but not where to put said file, or how to tell the binary where to find and reference it. This looks like an exciting project that needs more externally-facing docs. A lot of knowledge is assumed at the moment.