|
|
|
|
|
by fddhjjj
1787 days ago
|
|
It depends on your deployment setup? Or the frequency of dataset changes? I check-in a one-line change and CI/CD kicks off a docker build and push. A multi gigabyte binary is pushed to AWS ECR every time. I hardly notice. One benefit is the consistency. Small change. Pushed. Large change. Pushed. Dataset. Pushed. New OS, new code, new lib, new data all the same. Maybe it doesn’t scale to frequent updates? If you are streaming me data, I can’t update my image every second.. |
|
Just reference the data as a URL to static storage, problem solved.