1
0
Fork 0
mirror of https://github.com/benbusby/farside.git synced 2025-05-02 16:40:03 +00:00
A smart redirecting gateway for various frontend services
Find a file
Ben Busby 4949ae22bb
Output available instances and fallback URL to redis
Once a list of available URLs has been determined for a particular
service, the list is written as "service -> [list of instances]" to a
local redis connection. These can then be used in the greater routing
logic to pick a random instance from the list, or use a fallback
instance if none are determined to be available.
2021-10-22 17:15:40 -06:00
.gitignore Initial commit 2021-10-21 15:50:04 -06:00
LICENSE Initial commit 2021-10-21 15:50:04 -06:00
mix.exs Output available instances and fallback URL to redis 2021-10-22 17:15:40 -06:00
mix.lock Output available instances and fallback URL to redis 2021-10-22 17:15:40 -06:00
README.md Initial commit 2021-10-21 15:50:04 -06:00
services.json Output available instances and fallback URL to redis 2021-10-22 17:15:40 -06:00
update.exs Output available instances and fallback URL to redis 2021-10-22 17:15:40 -06:00

privacy-revolver

A tool for evenly distributing traffic across various privacy-oriented frontends