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
Currently, it creates a tweets table and stores there.
But if I switch to a new topic, it keeps on appending data in tweets.
Maybe we should make a separate table for each search query.
So I can actively have data on multiple topics.
The text was updated successfully, but these errors were encountered:
It does not make a new table. This is NoSQL database, it creates a collection. No point to create a different collection everytime. You can go through my this for help.
Currently, it creates a
tweets
table and stores there.But if I switch to a new topic, it keeps on appending data in
tweets
.Maybe we should make a separate table for each search query.
So I can actively have data on multiple topics.
The text was updated successfully, but these errors were encountered: