e2core
e2core copied to clipboard
Add/Update a runnable dynamically to a running bundle
Hello 👋 Any plan to add or update dynamically a runnable?
Yes, and in fact this is already possible, just undocumented because we are still working on the API.
Atmo is able to connect to a 'control plane', which is a server that provides Atmo with all of its configuration, including Runnable binaries etc.
It's a dynamic version of the Directive file, which is static (the control plane server provides the exact same data as the Directive file, just via API instead)
I can't wait to test this out to make it a demo project.
@k33g yes, it's going to be really awesome!
Would you be interested in developing a control plane server? The one we've built is specific to our Compute product, and it wouldn't be useful for normal Atmo projects.
@cohix if you mean "me developing a control plane server" I'm not sure I have the appropriate skills (but I'm still interested to know more)
@k33g We can certainly guide you through it if you'd like! It'll be a really cool project, and in fact we may build it into constd (just added to the Sat repo)
@cohix if it hasn't already been built, then I would love to contribute to a atmo control plane 😄
@denopink take a peek at constd in the sat repo 🙂