subject

Prompt: after completing the text book reading and reviewing the mongoimport documentation in the module resources, complete the following tasks using the mongo db shell in codio:
1. using the mongo import tool, load the database "companies" with documents found in the "companies. json" file into the "research" collection. verify your load by issuing the following queries:
a. db. research. find({"name" : "adventnet"})
b. db. research. find({"founded_year" : 1996},{"name" : 1}).limit(10) provide screen shots of the results as evidence.
2. perform the following tasks using mongo db queries:
a. list alphabetically only the first 20 names of companies founded after the year 2010.
b. list only the first 20 names of companies with offices either in california or texas, ordered by the number of employees and sorted largest to smallest.
3. perform the following tasks using the mongo db aggregation pipeline:
a. design and implement a pipeline to show the total number of employees by state for all companies that have offices in the united states.
b. design and implement a pipeline to show the names, total number of funding rounds, and average amount of money raised from funding rounds for companies that have funding rounds data, excluding those that do not.
show only the top 10 by average amount raised.

ansver
Answers: 3

Other questions on the subject: Computers and Technology

image
Computers and Technology, 22.06.2019 18:30, lizz1228
Kto rozmawia z clamentain przez krótkofalówke w the walking dead w 4 epizodzie
Answers: 1
image
Computers and Technology, 24.06.2019 15:30, lizziesuks
What is the function of compilers and interpreters? how does a compiler differ from an interpreter?
Answers: 2
image
Computers and Technology, 24.06.2019 15:50, coralaguilar1702
Andy would like to create a bulleted list. how should he do this? andy should click on the bullet icon or select the bullet option from the menu and then type the list. andy should press the shift key and the 8 key at the beginning of each line of text. andy should type the text and then click on the bullet command. andy should press return and the bullets will automatically
Answers: 2
image
Computers and Technology, 24.06.2019 20:30, anonymous1813
⭐️⭐️⭐️ what network is larger in size? man or wan? you ⭐️⭐️⭐️
Answers: 2
You know the right answer?
Prompt: after completing the text book reading and reviewing the mongoimport documentation in the m...

Questions in other subjects: