Re: Which Cloud Service Provider should be chosen to host Django Application

2019-12-03 Thread Bill Freeman
That sounds like a good choice. Do pay attention to any security procedures that they suggest in their documentation. And do keep backups of at least the basic system and configuration files, if not occasional database dumps, that are local to you. Good luck, and have fun. Bill On Tue, Dec 3,

Re: Which Cloud Service Provider should be chosen to host Django Application

2019-12-02 Thread Debabrata Chakraborty
Many thanks Bill, I am starting to see the bigger picture now. My site is just a basic blog for a non-profit. It's gonna be low traffic with no payment method attached. I checked out AWS and it's a bit overwhelming for a beginner like me. Guess I'll do a test run with Heroku's free account to get

Re: Which Cloud Service Provider should be chosen to host Django Application

2019-12-02 Thread Mike Dewhirst
On 3/12/2019 2:10 am, Bill Freeman wrote: You don't want sensitive customer financial (or medical) records on your site.  (You would need full time security staff, and probably private physical servers to do that safely.) That is a very good point. All the major CPU manufacturers use

Re: Which Cloud Service Provider should be chosen to host Django Application

2019-12-02 Thread Bill Freeman
Deployment for a production environment is never without complications. And that is affected by how much you choose to configure yourself. I can't speak for Heroku, Digital Ocean, or Python Anywhere, because I haven't used them. Perhaps some of their users will comment. Even with virtual

Re: Which Cloud Service Provider should be chosen to host Django Application

2019-11-30 Thread Debabrata Chakraborty
Thanks a million ke1g! That was really helpful. I am definitely going to use PostgreSQL now. Only one question remains. I'm willing to deploy my site in any reasonably priced virtual server hosting. You mentioned using VPS means I can install what I want. So does that mean - it doesn't

Re: Which Cloud Service Provider should be chosen to host Django Application

2019-11-30 Thread Bill Freeman
SQLite is fine for development, but, unless things have changed, it is single threaded, and unsuitable for a production environment. Most folks seem to go for MySQL, though the fork MariaDB is usually preferred no that Oracle owns MySQL. I prefer PostgreSQL (or just Postgres) because I think

Re: Which Cloud Service Provider should be chosen to host Django Application

2019-11-30 Thread Debabrata Chakraborty
Hi everyone, I'm a beginner Django developer. So my apologies in advance for newbie like questions. I am building my site with *" *Django version 2.2.5 *"* and *" *SQLite 3.30 *" *in back-end. My question is - *#* Do services like "Heroku", "Digital Ocean", "Python Anywhere" and "AWS" -

Re: Which Cloud Service Provider should be chosen to host Django Application

2019-05-03 Thread Balaji Shetty
Dear Lucas G. Navarro Thank You very much. On Thu, May 2, 2019 at 11:02 PM Lucas G. Navarro wrote: > webfaction is good too! > > Regards! > > El jue., 2 may. 2019 a las 12:40, escribió: > >> This seems related to my question on how to do Blue/Green deployments.

Re: Which Cloud Service Provider should be chosen to host Django Application

2019-05-02 Thread Lucas G. Navarro
webfaction is good too! Regards! El jue., 2 may. 2019 a las 12:40, escribió: > This seems related to my question on how to do Blue/Green deployments. > If you want to build a real CI/CD stack for it and you want the previous > version to be safe and the cut-over

Re: Which Cloud Service Provider should be chosen to host Django Application

2019-05-02 Thread dansmood
This seems related to my question on how to do Blue/Green deployments. If you want to build a real CI/CD stack for it and you want the previous version to be safe and the cut-over to the new version to be consistent, durable, and reasonably atomic, then you have some work to do. -- You

Re: Which Cloud Service Provider should be chosen to host Django Application

2019-05-02 Thread Balaji Shetty
*Thanks Aldian Fazrihady * On Thu, May 2, 2019 at 5:26 PM Aldian Fazrihady wrote: > Use AWS or GCP. You can automate the scaling. > > Regards, > > Aldian Fazrihady > > > On Thu, 2 May 2019, 16:51 Balaji Shetty, wrote: > >> Hi >> >> I do not have any experience for cloud hosting. Can you

Re: Which Cloud Service Provider should be chosen to host Django Application

2019-05-02 Thread Balaji Shetty
Really Nice Reply Halldarrell ... We must do analysis for our requirement. Thank You very much On Thu, May 2, 2019 at 5:20 PM LIGHTNING OMEGA 2 636 < halldarrell...@gmail.com> wrote: > Without much experience and a desire for scalability, security and > reliability your choices are actually

Re: Which Cloud Service Provider should be chosen to host Django Application

2019-05-02 Thread Aldian Fazrihady
Use AWS or GCP. You can automate the scaling. Regards, Aldian Fazrihady On Thu, 2 May 2019, 16:51 Balaji Shetty, wrote: > Hi > > I do not have any experience for cloud hosting. Can you please suggest > Cloud Service Provider to host Django Application. > > My Application need Security and

Re: Which Cloud Service Provider should be chosen to host Django Application

2019-05-02 Thread LIGHTNING OMEGA 2 636
Without much experience and a desire for scalability, security and reliability your choices are actually narrowed down pretty quickly. Because it boils down to who's going to give you the most "bang for the buck" without stripping your budget. Start at the high end, e.g. AWS, then ask yourself,

Re: Which Cloud Service Provider should be chosen to host Django Application

2019-05-02 Thread Balaji Shetty
*Thank You Very Much Davide for your Nice Reply.* On Thu, May 2, 2019 at 3:53 PM Daviddd wrote: > it strictly depends on your requirements and budget, but certainly I can > say I'm getting in love with DigitalOcean (Spaces with CDN for static > files), Kubernetes (LTD) and Helm. > > > Il giorno

Re: Which Cloud Service Provider should be chosen to host Django Application

2019-05-02 Thread Balaji Shetty
Thank You Very Much Hari for your Nice Reply. I will definitely try. On Thu, May 2, 2019 at 4:15 PM Hari wrote: > If it is a small application then you can try Vultr..Pricing is really > good. > > On Thu, May 2, 2019, 3:53 PM Daviddd wrote: > >> it strictly depends on your requirements and

Re: Which Cloud Service Provider should be chosen to host Django Application

2019-05-02 Thread Balaji Shetty
Thank You Very Much Nick for your Nice Reply. On Thu, May 2, 2019 at 3:40 PM Nick Sarbicki wrote: > Hi Balaji, > > I've used many cloud providers to host Django applications, they all work > fine. > > They all have varying feature sets, pricing, levels of ease and > documentation. > > So it

Re: Which Cloud Service Provider should be chosen to host Django Application

2019-05-02 Thread Hari
If it is a small application then you can try Vultr..Pricing is really good. On Thu, May 2, 2019, 3:53 PM Daviddd wrote: > it strictly depends on your requirements and budget, but certainly I can > say I'm getting in love with DigitalOcean (Spaces with CDN for static > files), Kubernetes (LTD)

Re: Which Cloud Service Provider should be chosen to host Django Application

2019-05-02 Thread Daviddd
it strictly depends on your requirements and budget, but certainly I can say I'm getting in love with DigitalOcean (Spaces with CDN for static files), Kubernetes (LTD) and Helm. Il giorno giovedì 2 maggio 2019 11:51:57 UTC+2, Balaji Shetty ha scritto: > > Hi > > I do not have any experience

Re: Which Cloud Service Provider should be chosen to host Django Application

2019-05-02 Thread Nick Sarbicki
Hi Balaji, I've used many cloud providers to host Django applications, they all work fine. They all have varying feature sets, pricing, levels of ease and documentation. So it really isn't for any of us to tell you which provider to use. They all work, you just have to research them and find

Which Cloud Service Provider should be chosen to host Django Application

2019-05-02 Thread Balaji Shetty
Hi I do not have any experience for cloud hosting. Can you please suggest Cloud Service Provider to host Django Application. My Application need Security and Salability. Many options are there like - PythonAnywhere. .. - *Heroku*. ... - A2 Hosting. ... - *AWS*. ... -