Module Details
Module Code: |
COMP7037 |
Title: |
NoSQL Data Architectures
|
Long Title:
|
NoSQL Data Architectures
|
NFQ Level: |
Intermediate |
Valid From: |
Semester 1 - 2017/18 ( September 2017 ) |
Field of Study: |
4811 - Computer Science
|
Module Description: |
A NoSQL database provides a mechanism to store and retrieve data not modeled using tabular relations traditionally found in relational databases. In this module, the learner will survey the main data models used in NoSQL databases, with a special emphasis on models that support distributed data architectures. In addition, the learner will be equipped with the skills to store and query information in a NoSQL database.
|
Learning Outcomes |
On successful completion of this module the learner will be able to: |
# |
Learning Outcome Description |
LO1 |
Discuss how NoSQL data models and approaches can be applied to address challenges with Big Data. |
LO2 |
Compare and contrast the ACID vs. BASE approaches (used respectively by relational and NoSQL data models) to store and retrieve data. |
LO3 |
Survey the main key/value-based NoSQL families, identifying the uses cases most appealing to each of them. |
LO4 |
Apply replication and sharding with a document-oriented NoSQL database to scale-out in a cluster. |
LO5 |
Connect and synchronise a graph-based and a document-oriented NoSQL databases for a polyglot persistance-based solution. |
Dependencies |
Module Recommendations
This is prior learning (or a practical skill) that is strongly recommended before enrolment in this module. You may enrol in this module if you have not acquired the recommended learning but you will have considerable difficulty in passing (i.e. achieving the learning outcomes of) the module. While the prior learning is expressed as named MTU module(s) it also allows for learning (in another module or modules) which is equivalent to the learning specified in the named module(s).
|
|
Incompatible Modules
These are modules which have learning outcomes that are too similar to the learning outcomes of this module. You may not earn additional credit for the same learning and therefore you may not enrol in this module if you have successfully completed any modules in the incompatible list.
|
No incompatible modules listed |
Co-requisite Modules
|
No Co-requisite modules listed |
Requirements
This is prior learning (or a practical skill) that is mandatory before enrolment in this module is allowed. You may not enrol on this module if you have not acquired the learning specified in this section.
|
No requirements listed |
Indicative Content |
Introduction: Big Data.
New data storage and data processing context.
Data Classification: 3 Vs.
Scalability problem: Difficulties to capture, store, search, analyse and visualise the data.
Emerging big data paradigm: New infrastructure (storage+compute cloud), data models and data manipulation techniques.
|
Traditional Relational Model.
Relational Databases Management Systems (RDBMS): De facto standard.
Relational model: Transactional (ACID) properties, normalisation, expressive SQL language.
RDBMS limitations for big data: Impedance mismatch, rigid schema, inability to deal with distributed huge data volumes.
|
NoSQL Alternative.
Paradigm arising to tackle problems RDBMS is not good at: Schema-less, high level data representation, scale-out distributed-based infrastructure.
Wide range of data models: Pure key/value, colummn-based, document oriented and graph-based. Polyglot persistance.
Lost of transactional properties: BASE approach.
|
Key/value DBs.
Pure key/value pairs data model: Simple and neat interface. Survey of advantages and disadvantages with respect to RDBMS. Use cases.
Column-based DBs: More structured value pairs. Value gathering via supercolumns. Use cases.
|
Document-oriented DBs.
Most popular and flexible data model. JSON documents. Use cases.
Consistency: Replica set.
Scaling out: Sharding. Clusters, configuration nodes, shards, chunk of data, shard key range, balancing backgroud operators.
Complex querying: Aggregation framework, aggregation commands command pipelines.
|
Graph-based DBs.
Property graph data model: Nodes, relationships and properties.
Use cases.
Cypher query language.
Connection and synchronisation with other data models.
|
Module Content & Assessment
|
Assessment Breakdown | % |
Coursework | 100.00% |
Assessments
No End of Module Formal Examination |
Reassessment Requirement |
Coursework Only
This module is reassessed solely on the basis of re-submitted coursework. There is no repeat written examination.
|
The University reserves the right to alter the nature and timings of assessment
Module Workload
Workload: Full Time |
Workload Type |
Contact Type |
Workload Description |
Frequency |
Average Weekly Learner Workload |
Hours |
Lecture |
Contact |
Lecture delivering theory underpinning learning outcomes. |
Every Week |
2.00 |
2 |
Lab |
Contact |
Practical computer-based lab supporting learning outcomes. |
Every Week |
2.00 |
2 |
Independent Learning |
Non Contact |
Independent Study. |
Every Week |
3.00 |
3 |
Total Hours |
7.00 |
Total Weekly Learner Workload |
7.00 |
Total Weekly Contact Hours |
4.00 |
Workload: Part Time |
Workload Type |
Contact Type |
Workload Description |
Frequency |
Average Weekly Learner Workload |
Hours |
Lecture |
Contact |
Lecture delivering theory underpinning learning outcomes. |
Every Week |
2.00 |
2 |
Lab |
Contact |
Practical computer-based lab supporting learning outcomes. |
Every Week |
2.00 |
2 |
Independent Learning |
Non Contact |
Independent Study. |
Every Week |
3.00 |
3 |
Total Hours |
7.00 |
Total Weekly Learner Workload |
7.00 |
Total Weekly Contact Hours |
4.00 |
Module Resources
|
Recommended Book Resources |
---|
-
Pramod J. Sadalage and Martin Fowler. (2013), NoSQL Distilled: A Brief Guide to the Emerging World of Polyglot Persistence, Addison-Wesley, [ISBN: 9780321826626].
-
John Sharp et. al.. (2013), Data Access for Highly-Scalable Solutions: Using SQL, NoSQL, and Polyglot Persistence, Microsoft patterns & practices, [ISBN: 9781621140306].
| Supplementary Book Resources |
---|
-
Kristina Chodorow. (2013), MongoDB: The Definitive Guide, 2nd. O'Reilly Media, [ISBN: 9781449344689].
-
Kyle Banker. (2012), MongoDB in Action, Manning Publication, [ISBN: 9781935182870].
| This module does not have any article/paper resources |
---|
Other Resources |
---|
-
Website, MongoDB documentation,
-
Website, Neo4j documentation,
-
Website, Cassandra documentation,
|
|