Archived
1
0
Fork 0

Update documentation to add new routes

This commit is contained in:
Julien Riou 2019-08-16 19:14:26 +02:00
parent ccf95c6f86
commit cb4e5a19e7
No known key found for this signature in database
GPG key ID: 5061AE6DCA7C6B50

View file

@ -41,10 +41,10 @@ See [config.yml.example](config.yml.example) file for an example.
## Internals
* Frontend handles HTTP or HTTPS requests on "/master" and "/replica" routes available on Patroni API
* Frontend handles HTTP or HTTPS requests on "/primary", "/master", "/replica", "/read-write" and "/read-only" routes available on Patroni API
* Backend requests Patroni API using HTTP or HTTPS protocol and exposes state to frontend
* Cache implements an in-memory key-value store to cache backend responses for some time
## Build
Run `./build.sh` script and enjoy!
Run `./build.sh` script and enjoy!