Replies: 1 comment 2 replies
-
I’m neutral. I think the pro of deprecation here is less UI complexity and less code. The cons will be we don’t offer a CDN/links solution which I think has been used in the past (but don’t know how much recently @hulto 👀) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Based on the discussion in Design Deployment #18, Tomes will be able to contain all of their dependencies and therefore not need to download files from a CDN. This makes the CDN API seem a bit redundant, since most Tomes will just bundle in their dependencies. However, a potential use-case for the CDN API is for deploying large files to many targets at the same time. Although it will be possible to do this by bundling files into Tomes, it may be more performant in some cases for agents to download files from the CDN. Additionally, supporting a CDN API for file upload/downloads means that other tooling (that lacks support for Tomes) would be able to more easily use Realm as necessary. In the past, we've used the CDN API for simple scripts which we curl | bash.
Do these use-cases justify supporting the CDN API?
Beta Was this translation helpful? Give feedback.
All reactions