I have an app that I would like to deploy but it needs to be able to read 12GB worth of files, and so I can’t upload it to github.
How can I deploy it so that anyone with internet access can use it?
I have an app that I would like to deploy but it needs to be able to read 12GB worth of files, and so I can’t upload it to github.
How can I deploy it so that anyone with internet access can use it?
You can explore hosting options in the docs.
Depending on exactly what your scenario is, you might be able to host your large data/media files elsewhere, but still use GitHub for the body of your code. To host large files like media or models, you might use and S3 bucket (Amazon), or some other cloud storage solution from Azure or GCP. Your app would then point to this cloud storage to access your large files instead of having a local or relative path to them.
As for your actual app, you might look at a container service so you can increase the disk space and or memory as needed. The docs linked above have some options. The tutorials will generally assume your code is on GitHub, though, which is why you might consider manually hosting the large files elsewhere, but still using GitHub for your code.
If you provide some further context, it may help get a more specific suggestion from the community.
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.
These cookies are necessary for the website to function and cannot be switched off. They are usually only set in response to actions made by you which amount to a request for services, such as setting your privacy preferences, logging in or filling in forms.
These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us understand how visitors move around the site and which pages are most frequently visited.
These cookies are used to record your choices and settings, maintain your preferences over time and recognize you when you return to our website. These cookies help us to personalize our content for you and remember your preferences.
These cookies may be deployed to our site by our advertising partners to build a profile of your interest and provide you with content that is relevant to you, including showing you relevant ads on other websites.