ICT704 Task2 ICT704 Non-Relational Database Systems Task 2 NoSQL Database Assignment Using MongoDB Assessment and Submission Details Marks: 40% of the Total Assessment for the Course Due Date: Week 12...

1 answer below »
its non relational database report so have to make report on mongodb


ICT704 Task2 ICT704 Non-Relational Database Systems Task 2 NoSQL Database Assignment Using MongoDB Assessment and Submission Details Marks: 40% of the Total Assessment for the Course Due Date: Week 12 Submit your assignment in the link under Assessment->Task 2 on Blackboard. The submission link will be open a week before the due date. Please follow the submission instructions provided. The assignment will be marked out of a total of 100 marks and forms 40% of the total assessment for the course. ALL assignments will be checked for plagiarism by SafeAssign system provided by Blackboard automatically. Refer to your Course Outline or the Course Web Site for a copy of the “Student Misconduct, Plagiarism and Collusion” guidelines. Assignment submission extensions will only be made using the official Faculty of Arts & Business Guidelines. Requests for an extension to an assignment MUST be made to the course coordinator prior to the date of submission and requests made on the day of submission or after the submission date will only be considered in exceptional circumstances. ( ICT704 Non-Relational Database Systems ) ( Task 2 ) Background Movie Maniacs is a site which lists top charts of movies and have put an emphasis in follower engagement. They are active on Facebook and Twitter and share the latest updates and news to their followers. However, they have recently decided to create a page where viewers can rate the movies on the list and leave comments for others to see. They have asked you to come up with a database using MongoDB to be able to store their movie lists and allow viewers to easily rate and review the movies. Movie Details · Every movie has a unique identifier · Some movies have a series title · Every movie has at least one Director and a list of leading actors · Some movies have won Oscars · Movies can have multiple reviews, one review or no reviews made · Reviews are made by anyone, who only need to supply a name · Reviews consist of a rating out of 10 and any comments There are two parts to this assignment. Part A is the creation of the database in MongoDB and Part B is the report. Part B - Report For the report you are required to explain the structure of the database you created. This includes justifying the indexes 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 Movie Maniacs for any additional functionality for the database. 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. Submission The completed assignment is to be submitted to Blackboard by the due date. The assignment will be assessed according to the marking sheet. Late submission will be penalised according to the policy in the course outline. Please note Saturday and Sunday are included in the count of days late. Appendix A Marking Sheet for ICT704 Task 2 Student Name: Student ID: ( /40% 100 Total = 35 PART B: Report (35 marks made up of) Database description (10 marks) Alternative modeling discussed (10 marks) Justification of indexes chosen (10 marks) Recommendations (5 marks) 65 PART A: Database Implementation (65 marks made up of) Create a MongoDB database (5 marks) Insert data into MongoDB using the insert command (5 marks) Create indexes (5 marks) Create the queries and other actions (50 marks total) Marks Obtained Maximum Marks Items ) ( O VERALL C OMMENTS : )
Answered Same DaySep 27, 2020ICT704University of the Sunshine Coast

Answer To: ICT704 Task2 ICT704 Non-Relational Database Systems Task 2 NoSQL Database Assignment Using MongoDB...

Akansha answered on Oct 02 2020
144 Votes
Topic-
Student’s Name-
Class-
Student’s Number-
Unit Code-
Professor-
Date of Submission-
Word Count-
Referencing Style-
Non-Relational Database System
While dealing with Bid Data, major concern was limitation to use relational database. For t
hat reason, Non Relational Database came into picture to cope with major limitations found with relational database. Big Data is developing at a very great pace and also it is so different in its architecture and design to deal with varied types of technologies.
Databases generally made using NoSQL technologies possess far more difference than normal database system, it is so easy to use and very supple to implement. In this assignment we have so far discussed about the MongoDB, a non relational database management system. on relational database uses threes basic aspects from relational technology such as:
Data models: Like other counterpart relation models make use of predefined schema, well this is not the scenario with NoSQL databases it gives you freedom to make use of schema design as per your needs.
Data structure: Data available with NoSQL prefer to have unstructured data that won’t supports rows and columns.
Scaling: Also, it provides you very economical servers to measure your system regularly.
MongoDB it is one of the top used operational database management system, handles all the operations pertaining to relational and non-relational database systems. MongoDB because of its potent features stands first in a row in comparison to all other database products. It is an open-source document based database that has qualities such as giving best performance, and by default posses an quality of scaling your data. (CVA, 2017)
Structure of MongoDB
1. Every record in MongoDB is in form of document, which is made up of combination of field and value pairs.
2. Documents in MongoDB are somewhat same like objects found in JSON.
3. Value for fields can be anything such as documents, arrays and sometimes it may be possible it have arrays of documents too.
The database here used is movie database to which stores list of movies using MongoDB, helps viewers to rate movie and also review them.
As per the syntax of MongoDB,
· How to create Database on MongoDB
To create database in MongoDB, make use of keyword ‘use’ like as follows:
Syntax:Use database name
As per our requirement we can make use of database creation syntax such as:
Use Bhavika
Now my database is ready in MongoDB
· How to create collections in MongoDB
Syntax:
db.createCollection...
SOLUTION.PDF

Answer To This Question Is Available To Download

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here