Hey everyone :slightly_smiling_face: I have been ...
# general
g
Hey everyone 🙂 I have been learning a lot dissecting ory repos, but something im having time understanding its how ory is able to update the .yml configurations trough their dashboard. So far, i have understood that ory uses jsonpatch and has file watchers, what i dont get it, how is ory able to mutate those .yml files, without downtime and make it happen in every server instance. If there is someone to enlight me, i appriacte 😄 disclaimer: im not trying to copy anything, im a software engineer trying to learn with open source code. If this is not the right channel, let me know
h
there is a lot of dark magic and pipeline here. we're using a lot of infrastructure to roll out changes and have built a pretty neat library internally to manage this state across all continents and so on. unfortunately we don't have more guidance here and it's mostly proprietary 🙂 for open source the code is in ory/x watcherx
❤️ 1