|
|
|
|
|
by dewey
3341 days ago
|
|
I'd argue that this is highly dependent on the type of data you scrape and the what you want to do with the data. If you have a good data model the categorizing, storing and searching of the final result the isn't a big problem and the scraping is the complicated part. If you don't have a specific kind of resource you are scraping and just dump everything into some storage solution with no structure that's going to be the hard part while scraping is the easy part. |
|