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 <https://github.com/JBKahn/django-sharding> and https://github.com/mmalone/django-multidb
On Sunday, April 2, 2017 at 2:54:46 PM UTC-4, Mihir Sevak wrote: > > 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. > That being the case cost effectiveness is a concern as well. > > Several years ago I used to work with LexisNexis on their super computer > with 6400 nodes. We had designed the system in a way that depending on > load, nodes will be turned on and off automatically saving us bandwidth > usage and electricity/power usage. I am envisioning similar architecture > using Django. However, I have no clue how to put multiple database back end > with same django frontend or what does middleware do or if we have 15 > different django applications running to create a whole functional website > how to distribute those 15 applications among nodes etc etc. > > I am really a newbee in django architecture and because I don't know > enough about django I don't know how to leverage distributed architecture > and make django work with it. > > If anyone can share any education material about how Django is > architectured in order to build distributed systems effectively and > reliably that would be absolutely wonderful. If there are any open source > projects which I can take a look at and learn that would be great as well. > > > Thanks. > Have a great day and wonderful weekend. > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/a7158af6-ebbd-45a5-8053-3b2fadf539f9%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

