0% found this document useful (0 votes)
151 views1 page

NOsql Assignment

This document outlines a compulsory NoSQL assignment for students. Students are expected to develop a graph database using the Neo4j platform and a provided English Premier League dataset. The assignment requires students to design the graph database schema, load the dataset, and write queries to answer 5 questions about the data. Students must submit a single MS Word report containing a short description of NoSQL databases, the Neo4j installation procedure, the data model code, each query and its output, and a brief explanation of how each query works.

Uploaded by

Bino
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
151 views1 page

NOsql Assignment

This document outlines a compulsory NoSQL assignment for students. Students are expected to develop a graph database using the Neo4j platform and a provided English Premier League dataset. The assignment requires students to design the graph database schema, load the dataset, and write queries to answer 5 questions about the data. Students must submit a single MS Word report containing a short description of NoSQL databases, the Neo4j installation procedure, the data model code, each query and its output, and a brief explanation of how each query works.

Uploaded by

Bino
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

NoSQL Assignment

This assignment is compulsory as it is a major part of the formal assessment. Read this document
carefully and make sure that you are clear about what you have to do, and what you have to
hand in, before you attempt the assignment.

Develop of a graph database for a given dataset, which can be found in the Moodle section under
evaluation topics. The dataset contains information about the English Premier League (EPL)
matches. Students are expected to design and create a graph database to visualise the dataset and
to answer the following queries:

1) Show all the EPL teams involved in the season.


2) How many matches were played on Mondays?
3) Display all the matches that “Man United” lost.
4) Display all matches that “Liverpool” won but were down in the first half.
5) Write a query to display the final ranking of all the teams based on their total points.

What to Submit??
ONE single report in the format of MS word for both parts needs to be submitted to Moodle. The
report should contain:
Description of NoSQL database and its importance within 15 to 20 lines.
Installation Procedure of Neo4j (how you do it).
Code for creating nodes and relationships for the given data set.
Query and its output (screenshot).
1 to 5 lines of description how your answer works in each query.

You might also like