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

Another question on Computers and Technology

question
Computers and Technology, 24.06.2019 08:10
Where are american poets found in the dewey decimal system
Answers: 1
question
Computers and Technology, 24.06.2019 13:50
Write a program that performs a simple n-body simulation, called "jumping leprechauns." this simulation involves n leprechauns, numberd 1 to n. it maintains a gold value g_i for each leprechaun i, which begins with each leprechaun starting out with a million dollars worth of gold, that is, g_i = 1000000 for each i = 1,. in addition, the simulation also maintains, for each leprachaun,i, a place on the horizon, which is represented as a double-precision floating point number, x_i. in each iteration of the simulation, the simulation processes the leprachauns in order. processing a leprachaun i during its iteration begins by computing a new place on the horizon for i, which is determined by the assignment:
Answers: 3
question
Computers and Technology, 24.06.2019 14:00
Text or graphics that print at the bottom of every page are called footings footers headers headings
Answers: 1
question
Computers and Technology, 24.06.2019 20:30
Does the query hawaiian photographers fully meets results?
Answers: 1
You know the right answer?
Prompt: after completing the text book reading and reviewing the mongoimport documentation in the m...
Questions
question
Mathematics, 24.07.2019 16:10
question
Mathematics, 24.07.2019 16:10
Questions on the website: 13722367