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
Hmm, it seems like the crawler should be doing this. From a technical standpoint, other than the 3 RTT calls for each missing restaurant (Client -> Ask Toni, Client -> Yelp, Client -> Ask Toni), the comparison logic is going to be way too complex. Restaurant with same names, then compare address, what if we want to overwrite AskToni version?
Need feedback
So right now we are at about ~1000 restaurants, and we will need to get more data eventually.
I was thinking that each time we use the search to find new restaurants, we could query yelp and add that new restaurant to our database
Thoughts?
The text was updated successfully, but these errors were encountered: