You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the current solution (json files) we can't parallelize much, because if two crawlers happen to edit the same file at the same time, the file might end up corrupted.
Maybe we can find a database (relational or not) which is not too expensive?
The text was updated successfully, but these errors were encountered:
With the current solution (json files) we can't parallelize much, because if two crawlers happen to edit the same file at the same time, the file might end up corrupted.
Maybe we can find a database (relational or not) which is not too expensive?
The text was updated successfully, but these errors were encountered: