Re: How to design High Scalability architecture with Django in cost effective fashion

2017-04-04 Thread Joe Landrigan
Disclaimer: I've never even made a site in Django. That said, I was looking at some of the same issues because of a project I'd like to do, and these looked interesting: https://github.com/JBKahn/django-sharding and https://github.com/mmalone/django-

Re: How to design High Scalability architecture with Django in cost effective fashion

2017-04-03 Thread Nate Granatir
I am also not even close to being an expert on this topic, but I do know that it's super easy to deploy a Django app on Heroku, which will get you scalable app deployment and Postgres dbs with very little upfront effort. https://devcenter.heroku.com/articles/deploying-python Nate On Sunday, Apr

RE: How to design High Scalability architecture with Django in cost effective fashion

2017-04-03 Thread Matthew Pava
] On Behalf Of Mihir Sevak Sent: Sunday, April 2, 2017 12:28 PM To: Django users Subject: How to design High Scalability architecture with Django in cost effective fashion Hi All, I am wondering if there are any books, articles or any other resources from where I can learn about how to

How to design High Scalability architecture with Django in cost effective fashion

2017-04-02 Thread Mihir Sevak
Hi All, I am wondering if there are any books, articles or any other resources from where I can learn about how to create a highly scalable architecture using Django. We are talking about distributed systems and most likely one which is hosted on a third party cloud solution like AWS. Tha