I have python django backend for webscarpping project. As input i give the website name and it scrapes data. But it takes too long time. How to scale?

29 views Asked by At

In my project for 10 websites on 20000 records. It takes too much time to scrape. I have introduced multi-threading for the same. But still i see lot of time consumption. Is there a way i can scale my servers and make it faster ? Currently using multi-threading. But want to know how to scale servers and resolve issue.

0

There are 0 answers