How often are the tweets in your database retweeted


Problem

Query I: You are interested in the top 10 most active Twitter accounts by tweet_count. The example uses national parks; however, you may be using a different example. To create this query, you will need to do an aggregate with the following stages: group, sort, and limit use the TwitterHandle as the _id when you are grouping.

Query II: Let's delve into the users. The user object contains quite a bit of information about the user who created the tweets. We would like to see tweets from people with a high follower count. For example, are there any users with followers over 10000?

Query III: How often are the tweets in your database retweeted? Let's use the .count to find the number of tweets greater than or equal to 1.

Query IV: Let's analyze the text of the tweet. Depending on your example Twitter feed, there are a variety of keywords you may want to search for. If you are looking at sports Twitter feeds, you may want to look at injury reports or trading. If you are looking at government, you may want to review the legislation. For museums, you may be concerned about open admission. For this example, we will search for texts containing the word picture.

Query V: Develop your own query. Need help with this one only.

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: How often are the tweets in your database retweeted
Reference No:- TGS03277384

Expected delivery within 24 Hours