Create a mongodb database


Assignment Background:

World of Words (WoW) is a site which lists top charts of iTunes word games. They have asked you to come up with a database using MongoDB to be able to store the top word game apps to allow viewers to easily search for top word games.

Some game details:

1) Every game has a unique identifier

2) Every game has at least 1 genre identified, but can have up to 4

3) Some games support all platforms, while others don't

4) Every game has at least 1 language identified, but can have up to 8

5) Developer details include ID, Name and URL

6) Latest version details are stored, which include Version No, Release date, Notes, and user ratings.

7) Games also have an overall rating (which includes the latest version ratings)

8) Ratings are out of 5. Comments are not stored.

Assignment Part A: Database

1) Create a MongoDB database using the data provided to you in the GameData_Task3.xls spreadsheet. (There should only be one collection).

2) Insert data from the provided .xlsx file into MongoDB using the insert command. NOTE: the gameId should be the identifier (_id)

3) Create the following queries (all output should be easily read):

a) List all the games in the collection (including all fields)

b) List only the game titles for all games.

c) List only the game titles that are free.

d) List only the game title and developer name for every game

e) List only the distinct names of every developer

f) Count the number of games in the collection

g) List only the game title and price for games that are less than $4

h) List only the game title, release date for the games that were released before 2016

i) Return the average price each advisory rating (i.e. 4+ and 12+)

j) Return the game titles that do not support the Apple Watch device

k) Return the game title and the number of days/months since the latest update

l) Return the game title and the file size in MB

4) Update the following game:

a) Word Warp - A Word Puzzle Game has a new update:

b) Version: 3.3.5

c) Version notes: Bug fixes and stability improvements

d) Release date: 2019-08-16T10:08:56Z

e) Avg user rating: 4

f) User rating count: 14

g) Add a new field called developerCountry to the developer PeopleFun, Inc. and update to US

Assignment Part B: Report

For the report you are required to explain the structure of the database you created. You need to describe how the relationships were handled in the database. In your report, discuss potential alternatives to how the relationships could have been modeled and implemented in MongoDB and the benefits/issues of each. Provide recommendations to World of Words for any additional future functionality for the database. You should write approx. 750 words for the report

Specific Instructions:

For Part A you are to submit a single plain text file, named

_mongoDB.txt.

In this file you are to include all the commands for your implementation. For Part B you are to submit a report in a word document or PDF.

Referencing -Harvard

With our Non-Relational Database Systems Assignment Help service, you would be able to score top-notch grades by impressing your university professors.

Tags: Non-Relational Database Systems Assignment Help, Non-Relational Database Systems Homework Help, Non-Relational Database Systems Coursework, Non-Relational Database Systems Solved Assignments

Attachment:- Non-Relational Database Systems.rar

Request for Solution File

Ask an Expert for Answer!!
Database Management System: Create a mongodb database
Reference No:- TGS03028861

Expected delivery within 24 Hours