PA195 NoSQL Databases

Faculty of Informatics
Autumn 2023
Extent and Intensity
2/1/0. 3 credit(s) (plus extra credits for completion). Type of Completion: k (colloquium).
Taught in person.
Teacher(s)
doc. RNDr. Vlastislav Dohnal, Ph.D. (lecturer)
Mgr. Luděk Bártek, Ph.D. (seminar tutor)
Guaranteed by
doc. RNDr. Vlastislav Dohnal, Ph.D.
Department of Machine Learning and Data Processing – Faculty of Informatics
Supplier department: Department of Machine Learning and Data Processing – Faculty of Informatics
Timetable
Thu 10:00–11:50 D2, except Thu 23. 11.
  • Timetable of Seminar Groups:
PA195/01: Thu 21. 9. to Thu 14. 12. each even Thursday 12:00–13:50 B011, L. Bártek
PA195/02: Thu 12. 10. to Thu 7. 12. each odd Thursday 12:00–13:50 B011, L. Bártek
PA195/03: Fri 29. 9. to Fri 8. 12. each odd Friday 10:00–11:50 B011, L. Bártek
Prerequisites (in Czech)
PB154 Database Systems || PB168 Introduction to DB and IS
Course Enrolment Limitations
The course is also offered to the students of the fields other than those the course is directly associated with.
The capacity limit for the course is 40 student(s).
Current registration and enrolment status: enrolled: 28/40, only registered: 2/40, only registered with preference (fields directly associated with the programme): 0/40
fields of study / plans the course is directly associated with
there are 11 fields of study the course is directly associated with, display
Course objectives
The course covers: 1) the principles behind the NoSQL databases, such as chapters from modern distributed database theory, P2P indexing or the MapReduce programming model; 2) architectures and common features of the main types of NoSQL databases (key-value stores, document databases, column-family stores, graph databases); 3) detailed description of selected NoSQL database systems including practical experience; 4) other topics related to Big Data and non-relational databases (data analytics, DB in web browser, influence of NoSQL to relational databases, etc.)
Learning outcomes
After the course, students will:
- understand the principles behind the NoSQL databases;
- know architectures and common features of the main types of NoSQL databases (key-value stores, document databases, column-family stores, graph databases);
- know in detail several selected NoSQL database systems including practical experience;
- know about other topics related to Big Data and non-relational databases (data analytics, DB in web browser, influence of NoSQL to relational databases, etc.)
Syllabus
  • Why NoSQL, Principles, Taxonomy.
  • Distribution Models, Consistency in Distributed Databases.
  • MapReduce + Hadoop.
  • Key-Value Stores, practical experience with Riak & Infinispan.
  • Document Databases, practical experience with MongoDB & PostgreSQL.
  • Column-family Stores, practical experience with Cassandra.
  • Graph Databases, practical experience with Neo4J.
  • Other topics related to Big Data and non-relational databases (data analytics, DB in web browser, influence of NoSQL to relational databases, etc.).
Literature
    recommended literature
  • HOLUBOVÁ, Irena, Jiří KOSEK, Karel MINAŘÍK and David NOVÁK. Big Data a NoSQL databáze (Big Data and NoSQL Databases). Praha: Grada Publishing, a.s. 288 pp. Profesionál. ISBN 978-80-247-5466-6. 2015. stránka nakladatele info
  • SADALAGE, Pramod J. and Martin FOWLER. NoSQL distilled : a brief guide to the emerging world of polyglot persistence. Upper Saddle River: Addison-Wesley. xix, 164. ISBN 9780321826626. 2013. info
Teaching methods
Two-hour lectures every week + bi-weekly two-hour practices in the computer room. One or two lectures will be given by external experts about their experience with NoSQL database technologies. During the semester, students will work on their team projects and present the results during the final lectures. The course is given in English.
Assessment methods
Requirements for successful completion are attendance at the practices and successful completion of a team project.
Language of instruction
English
Further Comments
Study Materials
The course is taught annually.
Teacher's information
https://is.muni.cz/predmety/predmet.pl?kod=PA195&fakulta=1433&lang=en
The course is also listed under the following terms Autumn 2014, Spring 2016, Spring 2017, Spring 2018, Autumn 2019, Autumn 2020, Autumn 2021, Autumn 2022.

PA195 NoSQL Databases

Faculty of Informatics
Autumn 2022
Extent and Intensity
2/1/0. 3 credit(s) (plus extra credits for completion). Type of Completion: k (colloquium).
Taught in person.
Teacher(s)
doc. RNDr. Vlastislav Dohnal, Ph.D. (lecturer)
Mgr. Luděk Bártek, Ph.D. (seminar tutor)
Guaranteed by
doc. RNDr. Vlastislav Dohnal, Ph.D.
Department of Machine Learning and Data Processing – Faculty of Informatics
Supplier department: Department of Machine Learning and Data Processing – Faculty of Informatics
Timetable
Wed 12:00–13:50 B204
  • Timetable of Seminar Groups:
PA195/01: Thu 15. 9. to Thu 8. 12. each odd Thursday 12:00–13:50 B130, L. Bártek
PA195/02: Thu 22. 9. to Thu 1. 12. each even Thursday 12:00–13:50 B130, L. Bártek
Prerequisites (in Czech)
PB154 Database Systems || PB168 Introduction to DB and IS
Course Enrolment Limitations
The course is also offered to the students of the fields other than those the course is directly associated with.
The capacity limit for the course is 40 student(s).
Current registration and enrolment status: enrolled: 19/40, only registered: 0/40, only registered with preference (fields directly associated with the programme): 0/40
fields of study / plans the course is directly associated with
there are 11 fields of study the course is directly associated with, display
Course objectives
The course covers: 1) the principles behind the NoSQL databases, such as chapters from modern distributed database theory, P2P indexing or the MapReduce programming model; 2) architectures and common features of the main types of NoSQL databases (key-value stores, document databases, column-family stores, graph databases); 3) detailed description of selected NoSQL database systems including practical experience; 4) other topics related to Big Data and non-relational databases (data analytics, DB in web browser, influence of NoSQL to relational databases, etc.)
Learning outcomes
After the course, students will:
- understand the principles behind the NoSQL databases;
- know architectures and common features of the main types of NoSQL databases (key-value stores, document databases, column-family stores, graph databases);
- know in detail several selected NoSQL database systems including practical experience;
- know about other topics related to Big Data and non-relational databases (data analytics, DB in web browser, influence of NoSQL to relational databases, etc.)
Syllabus
  • Why NoSQL, Principles, Taxonomy.
  • Distribution Models, Consistency in Distributed Databases.
  • MapReduce + Hadoop.
  • Key-Value Stores, practical experience with Riak & Infinispan.
  • Document Databases, practical experience with MongoDB & PostgreSQL.
  • Column-family Stores, practical experience with Cassandra.
  • Graph Databases, practical experience with Neo4J.
  • Other topics related to Big Data and non-relational databases (data analytics, DB in web browser, influence of NoSQL to relational databases, etc.).
Literature
    recommended literature
  • HOLUBOVÁ, Irena, Jiří KOSEK, Karel MINAŘÍK and David NOVÁK. Big Data a NoSQL databáze (Big Data and NoSQL Databases). Praha: Grada Publishing, a.s. 288 pp. Profesionál. ISBN 978-80-247-5466-6. 2015. stránka nakladatele info
  • SADALAGE, Pramod J. and Martin FOWLER. NoSQL distilled : a brief guide to the emerging world of polyglot persistence. Upper Saddle River: Addison-Wesley. xix, 164. ISBN 9780321826626. 2013. info
Teaching methods
Two-hour lectures every week + bi-weekly two-hour practices in the computer room. One or two lectures will be given by external experts about their experience with NoSQL database technologies. During the semester, students will work on their team projects and present the results during the final lectures. The course is given in English.
Assessment methods
Requirements for successful completion are attendance at the practices and successful completion of a team project.
Language of instruction
English
Further Comments
Study Materials
The course is taught annually.
Teacher's information
https://is.muni.cz/predmety/predmet.pl?kod=PA195&fakulta=1433&lang=en
The course is also listed under the following terms Autumn 2014, Spring 2016, Spring 2017, Spring 2018, Autumn 2019, Autumn 2020, Autumn 2021, Autumn 2023.

PA195 NoSQL Databases

Faculty of Informatics
Autumn 2021
Extent and Intensity
2/1/0. 3 credit(s) (plus extra credits for completion). Type of Completion: k (colloquium).
Taught in person.
Teacher(s)
doc. RNDr. Vlastislav Dohnal, Ph.D. (lecturer)
Guaranteed by
doc. RNDr. Vlastislav Dohnal, Ph.D.
Department of Machine Learning and Data Processing – Faculty of Informatics
Supplier department: Department of Machine Learning and Data Processing – Faculty of Informatics
Timetable
Mon 13. 9. to Mon 6. 12. Mon 16:00–17:50 B204
  • Timetable of Seminar Groups:
PA195/01: Thu 16. 9. to Thu 9. 12. each odd Thursday 12:00–13:50 B130, V. Dohnal
PA195/02: Thu 23. 9. to Thu 2. 12. each even Thursday 12:00–13:50 B130, V. Dohnal
Prerequisites (in Czech)
PB154 Database Systems
Course Enrolment Limitations
The course is also offered to the students of the fields other than those the course is directly associated with.
The capacity limit for the course is 40 student(s).
Current registration and enrolment status: enrolled: 1/40, only registered: 0/40, only registered with preference (fields directly associated with the programme): 0/40
fields of study / plans the course is directly associated with
there are 10 fields of study the course is directly associated with, display
Course objectives
The course covers: 1) the principles behind the NoSQL databases, such as chapters from modern distributed database theory, P2P indexing or the MapReduce programming model; 2) architectures and common features of the main types of NoSQL databases (key-value stores, document databases, column-family stores, graph databases); 3) detailed description of selected NoSQL database systems including practical experience; 4) other topics related to Big Data and non-relational databases (data analytics, DB in web browser, influence of NoSQL to relational databases, etc.)
Learning outcomes
After the course, students will:
- understand the principles behind the NoSQL databases;
- know architectures and common features of the main types of NoSQL databases (key-value stores, document databases, column-family stores, graph databases);
- know in detail several selected NoSQL database systems including practical experience;
- know about other topics related to Big Data and non-relational databases (data analytics, DB in web browser, influence of NoSQL to relational databases, etc.)
Syllabus
  • Why NoSQL, Principles, Taxonomy.
  • Distribution Models, Consistency in Distributed Databases.
  • MapReduce + Hadoop.
  • Key-Value Stores, practical experience with Riak & Infinispan.
  • Document Databases, practical experience with MongoDB & PostgreSQL.
  • Column-family Stores, practical experience with Cassandra.
  • Graph Databases, practical experience with Neo4J.
  • Other topics related to Big Data and non-relational databases (data analytics, DB in web browser, influence of NoSQL to relational databases, etc.).
Literature
    recommended literature
  • HOLUBOVÁ, Irena, Jiří KOSEK, Karel MINAŘÍK and David NOVÁK. Big Data a NoSQL databáze (Big Data and NoSQL Databases). Praha: Grada Publishing, a.s. 288 pp. Profesionál. ISBN 978-80-247-5466-6. 2015. stránka nakladatele info
  • SADALAGE, Pramod J. and Martin FOWLER. NoSQL distilled : a brief guide to the emerging world of polyglot persistence. Upper Saddle River: Addison-Wesley. xix, 164. ISBN 9780321826626. 2013. info
Teaching methods
Two-hour lectures every week + bi-weekly two-hour practices in computer room. One or two lectures will be given by external experts about their experience with NoSQL database technologies. During the semestr, students will work on their team projects and will present the results during the final lectures. The course is given in English.
Assessment methods
Requirements for successful completion are: attendance at the practices and successful completion of team projects.
Language of instruction
English
Further Comments
Study Materials
The course is taught annually.
Teacher's information
http://disa.fi.muni.cz/vlastislav-dohnal/teaching/nosql-databases-fall-2019/
The course is also listed under the following terms Autumn 2014, Spring 2016, Spring 2017, Spring 2018, Autumn 2019, Autumn 2020, Autumn 2022, Autumn 2023.

PA195 NoSQL Databases

Faculty of Informatics
Autumn 2020
Extent and Intensity
2/1/0. 3 credit(s) (plus extra credits for completion). Type of Completion: k (colloquium).
Taught online.
Teacher(s)
doc. RNDr. Vlastislav Dohnal, Ph.D. (lecturer)
Guaranteed by
doc. RNDr. Vlastislav Dohnal, Ph.D.
Department of Machine Learning and Data Processing – Faculty of Informatics
Supplier department: Department of Machine Learning and Data Processing – Faculty of Informatics
Timetable
Mon 12:00–13:50 A319
  • Timetable of Seminar Groups:
PA195/01: each odd Thursday 12:00–13:50 B130, V. Dohnal
PA195/02: each even Thursday 12:00–13:50 B130, V. Dohnal
Prerequisites (in Czech)
PB154 Database Systems
Course Enrolment Limitations
The course is also offered to the students of the fields other than those the course is directly associated with.
The capacity limit for the course is 40 student(s).
Current registration and enrolment status: enrolled: 1/40, only registered: 0/40, only registered with preference (fields directly associated with the programme): 0/40
fields of study / plans the course is directly associated with
there are 46 fields of study the course is directly associated with, display
Course objectives
The course covers: 1) the principles behind the NoSQL databases, such as chapters from modern distributed database theory, P2P indexing or the MapReduce programming model; 2) architectures and common features of the main types of NoSQL databases (key-value stores, document databases, column-family stores, graph databases); 3) detailed description of selected NoSQL database systems including practical experience; 4) other topics related to Big Data and non-relational databases (data analytics, DB in web browser, influence of NoSQL to relational databases, etc.)
Learning outcomes
After the course, students will:
- understand the principles behind the NoSQL databases;
- know architectures and common features of the main types of NoSQL databases (key-value stores, document databases, column-family stores, graph databases);
- know in detail several selected NoSQL database systems including practical experience;
- know about other topics related to Big Data and non-relational databases (data analytics, DB in web browser, influence of NoSQL to relational databases, etc.)
Syllabus
  • Why NoSQL, Principles, Taxonomy.
  • Distribution Models, Consistency in Distributed Databases.
  • MapReduce + Hadoop.
  • Key-Value Stores, practical experience with Riak & Infinispan.
  • Document Databases, practical experience with MongoDB & PostgreSQL.
  • Column-family Stores, practical experience with Cassandra.
  • Graph Databases, practical experience with Neo4J.
  • Other topics related to Big Data and non-relational databases (data analytics, DB in web browser, influence of NoSQL to relational databases, etc.).
Literature
    recommended literature
  • HOLUBOVÁ, Irena, Jiří KOSEK, Karel MINAŘÍK and David NOVÁK. Big Data a NoSQL databáze (Big Data and NoSQL Databases). Praha: Grada Publishing, a.s. 288 pp. Profesionál. ISBN 978-80-247-5466-6. 2015. stránka nakladatele info
  • SADALAGE, Pramod J. and Martin FOWLER. NoSQL distilled : a brief guide to the emerging world of polyglot persistence. Upper Saddle River: Addison-Wesley. xix, 164. ISBN 9780321826626. 2013. info
Teaching methods
Two-hour lectures every week + bi-weekly two-hour practices in computer room. One or two lectures will be given by external experts about their experience with NoSQL database technologies. During the semestr, students will work on their team projects and will present the results during the final lectures. The course is given in English.
Assessment methods
Requirements for successful completion are: attendance at the practices and successful completion of team projects.
Language of instruction
English
Further Comments
Study Materials
The course is taught annually.
Teacher's information
http://disa.fi.muni.cz/vlastislav-dohnal/teaching/nosql-databases-fall-2019/
The course is also listed under the following terms Autumn 2014, Spring 2016, Spring 2017, Spring 2018, Autumn 2019, Autumn 2021, Autumn 2022, Autumn 2023.

PA195 NoSQL Databases

Faculty of Informatics
Autumn 2019
Extent and Intensity
2/1/0. 3 credit(s) (plus extra credits for completion). Type of Completion: k (colloquium).
Teacher(s)
doc. RNDr. Vlastislav Dohnal, Ph.D. (lecturer)
Guaranteed by
doc. RNDr. Vlastislav Dohnal, Ph.D.
Department of Machine Learning and Data Processing – Faculty of Informatics
Supplier department: Department of Machine Learning and Data Processing – Faculty of Informatics
Timetable
Thu 8:00–9:50 A217
  • Timetable of Seminar Groups:
PA195/01: each even Friday 10:00–11:50 A219, V. Dohnal
PA195/02: each odd Friday 10:00–11:50 A219, V. Dohnal
Prerequisites (in Czech)
PB154 Database Systems
Course Enrolment Limitations
The course is also offered to the students of the fields other than those the course is directly associated with.
The capacity limit for the course is 40 student(s).
Current registration and enrolment status: enrolled: 1/40, only registered: 0/40, only registered with preference (fields directly associated with the programme): 0/40
fields of study / plans the course is directly associated with
there are 46 fields of study the course is directly associated with, display
Course objectives
The course covers: 1) the principles behind the NoSQL databases, such as chapters from modern distributed database theory, P2P indexing or the MapReduce programming model; 2) architectures and common features of the main types of NoSQL databases (key-value stores, document databases, column-family stores, graph databases); 3) detailed description of selected NoSQL database systems including practical experience; 4) other topics related to Big Data and non-relational databases (data analytics, DB in web browser, influence of NoSQL to relational databases, etc.)
Learning outcomes
After the course, students will:
- understand the principles behind the NoSQL databases;
- know architectures and common features of the main types of NoSQL databases (key-value stores, document databases, column-family stores, graph databases);
- know in detail several selected NoSQL database systems including practical experience;
- know about other topics related to Big Data and non-relational databases (data analytics, DB in web browser, influence of NoSQL to relational databases, etc.)
Syllabus
  • Why NoSQL, Principles, Taxonomy.
  • Distribution Models, Consistency in Distributed Databases.
  • MapReduce + Hadoop.
  • Key-Value Stores, practical experience with Riak & Infinispan.
  • Document Databases, practical experience with MongoDB & PostgreSQL.
  • Column-family Stores, practical experience with Cassandra.
  • Graph Databases, practical experience with Neo4J.
  • Other topics related to Big Data and non-relational databases (data analytics, DB in web browser, influence of NoSQL to relational databases, etc.).
Literature
    recommended literature
  • HOLUBOVÁ, Irena, Jiří KOSEK, Karel MINAŘÍK and David NOVÁK. Big Data a NoSQL databáze (Big Data and NoSQL Databases). Praha: Grada Publishing, a.s. 288 pp. Profesionál. ISBN 978-80-247-5466-6. 2015. stránka nakladatele info
  • SADALAGE, Pramod J. and Martin FOWLER. NoSQL distilled : a brief guide to the emerging world of polyglot persistence. Upper Saddle River: Addison-Wesley. xix, 164. ISBN 9780321826626. 2013. info
Teaching methods
Two-hour lectures every week + bi-weekly two-hour practices in computer room. One or two lectures will be given by external experts about their experience with NoSQL database technologies. During the semestr, students will work on their team projects and will present the results during the final lectures. The course is given in English.
Assessment methods
Requirements for successful completion are: attendance at the practices and successful completion of team projects.
Language of instruction
English
Further Comments
Study Materials
The course is taught annually.
Teacher's information
http://disa.fi.muni.cz/vlastislav-dohnal/teaching/nosql-databases-fall-2019/
The course is also listed under the following terms Autumn 2014, Spring 2016, Spring 2017, Spring 2018, Autumn 2020, Autumn 2021, Autumn 2022, Autumn 2023.

PA195 NoSQL Databases

Faculty of Informatics
Spring 2018
Extent and Intensity
2/1/0. 3 credit(s) (plus extra credits for completion). Type of Completion: k (colloquium).
Teacher(s)
RNDr. David Novák, Ph.D. (lecturer)
Guaranteed by
doc. RNDr. Eva Hladká, Ph.D.
Department of Computer Systems and Communications – Faculty of Informatics
Supplier department: Department of Computer Systems and Communications – Faculty of Informatics
Timetable
Mon 10:00–11:50 A217
  • Timetable of Seminar Groups:
PA195/01: each even Tuesday 14:00–15:50 B130, D. Novák
PA195/02: each odd Tuesday 14:00–15:50 B130, D. Novák
Prerequisites (in Czech)
PB154 Database Systems
Course Enrolment Limitations
The course is also offered to the students of the fields other than those the course is directly associated with.
The capacity limit for the course is 40 student(s).
Current registration and enrolment status: enrolled: 0/40, only registered: 0/40, only registered with preference (fields directly associated with the programme): 0/40
fields of study / plans the course is directly associated with
there are 17 fields of study the course is directly associated with, display
Course objectives
The course covers: 1) the principles behind the NoSQL databases, such as chapters from modern distributed database theory, P2P indexing or the MapReduce programming model; 2) architectures and common features of the main types of NoSQL databases (key-value stores, document databases, column-family stores, graph databases); 3) detailed description of selected NoSQL database systems including practical experience; 4) other topics related to Big Data and non-relational databases (data analytics, DB in web browser, influence of NoSQL to relational databases, etc.)
Syllabus
  • Why NoSQL, Principles, Taxonomy.
  • Distribution Models, Consistency in Distributed Databases.
  • MapReduce + Hadoop.
  • Key-Value Stores, practical experience with Riak & Infinispan.
  • Document Databases, practical experience with MongoDB & PostgreSQL.
  • Column-family Stores, practical experience with Cassandra.
  • Graph Databases, practical experience with Neo4J.
  • Other topics related to Big Data and non-relational databases (data analytics, DB in web browser, influence of NoSQL to relational databases, etc.).
Literature
    recommended literature
  • HOLUBOVÁ, Irena, Jiří KOSEK, Karel MINAŘÍK and David NOVÁK. Big Data a NoSQL databáze (Big Data and NoSQL Databases). Praha: Grada Publishing, a.s. 288 pp. Profesionál. ISBN 978-80-247-5466-6. 2015. stránka nakladatele info
  • SADALAGE, Pramod J. and Martin FOWLER. NoSQL distilled : a brief guide to the emerging world of polyglot persistence. Upper Saddle River: Addison-Wesley. xix, 164. ISBN 9780321826626. 2013. info
Teaching methods
Two-hour lectures every week + bi-weekly two-hour practices in computer room. One or two lectures will be given by external experts about their experience with NoSQL database technologies. During the semestr, students will work on their team projects and will present the results during the final lectures. The course is given in English.
Assessment methods
Requirements for successful completion are: attendance at the practices and successful completion of team projects.
Language of instruction
English
Further Comments
Study Materials
The course is taught annually.
Teacher's information
http://disa.fi.muni.cz/david-novak/teaching/nosql-databases-2018/
The course is also listed under the following terms Autumn 2014, Spring 2016, Spring 2017, Autumn 2019, Autumn 2020, Autumn 2021, Autumn 2022, Autumn 2023.

PA195 NoSQL Databases

Faculty of Informatics
Spring 2017
Extent and Intensity
2/1/0. 3 credit(s) (plus extra credits for completion). Type of Completion: k (colloquium).
Teacher(s)
RNDr. David Novák, Ph.D. (lecturer)
Guaranteed by
doc. RNDr. Eva Hladká, Ph.D.
Department of Computer Systems and Communications – Faculty of Informatics
Supplier department: Department of Computer Systems and Communications – Faculty of Informatics
Timetable
Tue 14:00–15:50 A217
  • Timetable of Seminar Groups:
PA195/01: each even Wednesday 16:00–17:50 B130, D. Novák
PA195/02: each odd Wednesday 16:00–17:50 B130, D. Novák
Prerequisites (in Czech)
PB154 Database Systems
Course Enrolment Limitations
The course is also offered to the students of the fields other than those the course is directly associated with.
The capacity limit for the course is 40 student(s).
Current registration and enrolment status: enrolled: 0/40, only registered: 0/40, only registered with preference (fields directly associated with the programme): 0/40
fields of study / plans the course is directly associated with
there are 17 fields of study the course is directly associated with, display
Course objectives
The course covers: 1) the principles behind the NoSQL databases, such as chapters from modern distributed database theory, P2P indexing or the MapReduce programming model; 2) architectures and common features of the main types of NoSQL databases (key-value stores, document databases, column-family stores, graph databases); 3) detailed description of selected NoSQL database systems including practical experience; 4) other topics related to Big Data and non-relational databases (data analytics, DB in web browser, influence of NoSQL to relational databases, etc.)
Syllabus
  • Why NoSQL, Principles, Taxonomy.
  • Distribution Models, Consistency in Distributed Databases.
  • MapReduce + Hadoop.
  • Key-Value Stores, practical experience with Riak & Infinispan.
  • Document Databases, practical experience with MongoDB & PostgreSQL.
  • Column-family Stores, practical experience with Cassandra.
  • Graph Databases, practical experience with Neo4J.
  • Other topics related to Big Data and non-relational databases (data analytics, DB in web browser, influence of NoSQL to relational databases, etc.).
Literature
    recommended literature
  • HOLUBOVÁ, Irena, Jiří KOSEK, Karel MINAŘÍK and David NOVÁK. Big Data a NoSQL databáze (Big Data and NoSQL Databases). Praha: Grada Publishing, a.s. 288 pp. Profesionál. ISBN 978-80-247-5466-6. 2015. stránka nakladatele info
  • SADALAGE, Pramod J. and Martin FOWLER. NoSQL distilled : a brief guide to the emerging world of polyglot persistence. Upper Saddle River: Addison-Wesley. xix, 164. ISBN 9780321826626. 2013. info
Teaching methods
Two-hour lectures every week + bi-weekly two-hour practices in computer room. One or two lectures will be given by external experts about their experience with NoSQL database technologies. During the semestr, students will work on their team projects and will present the results during the final lectures. The course is given in English.
Assessment methods
Requirements for successful completion are: attendance at the practices and successful completion of team projects.
Language of instruction
English
Further Comments
Study Materials
The course is taught annually.
Teacher's information
http://disa.fi.muni.cz/david-novak/teaching/nosql-databases-2017/
The course is also listed under the following terms Autumn 2014, Spring 2016, Spring 2018, Autumn 2019, Autumn 2020, Autumn 2021, Autumn 2022, Autumn 2023.

PA195 NoSQL Databases

Faculty of Informatics
Spring 2016
Extent and Intensity
2/1/0. 3 credit(s) (plus extra credits for completion). Type of Completion: k (colloquium).
Teacher(s)
RNDr. David Novák, Ph.D. (lecturer)
Guaranteed by
doc. RNDr. Eva Hladká, Ph.D.
Department of Computer Systems and Communications – Faculty of Informatics
Supplier department: Department of Computer Systems and Communications – Faculty of Informatics
Timetable
Mon 8:00–9:50 A217
  • Timetable of Seminar Groups:
PA195/01: each odd Wednesday 12:00–13:50 B130, D. Novák
PA195/02: Wed 9. 3. 12:00–13:50 B130, Wed 23. 3. 12:00–13:50 B130, Wed 6. 4. 12:00–13:50 B130, Wed 20. 4. 12:00–13:50 B130, Wed 4. 5. 12:00–13:50 B130, Wed 18. 5. 12:00–13:50 B130, D. Novák
Prerequisites (in Czech)
PB154 Database Systems
Course Enrolment Limitations
The course is also offered to the students of the fields other than those the course is directly associated with.
The capacity limit for the course is 40 student(s).
Current registration and enrolment status: enrolled: 0/40, only registered: 0/40, only registered with preference (fields directly associated with the programme): 0/40
fields of study / plans the course is directly associated with
there are 17 fields of study the course is directly associated with, display
Course objectives
The course covers: 1) the principles behind the NoSQL databases, such as chapters from modern distributed database theory, P2P indexing or the MapReduce programming model; 2) architectures and common features of the main types of NoSQL databases (key-value stores, document databases, column-family stores, graph databases); 3) detailed description of selected NoSQL database systems including practical experience; 4) other topics related to Big Data and non-relational databases (data analytics, DB in web browser, influence of NoSQL to relational databases, etc.)
Syllabus
  • Why NoSQL, Principles, Taxonomy.
  • Distribution Models, Consistency in Distributed Databases.
  • MapReduce + Hadoop.
  • Key-Value Stores, practical experience with Riak & Infinispan.
  • Document Databases, practical experience with MongoDB & PostgreSQL.
  • Column-family Stores, practical experience with Cassandra.
  • Graph Databases, practical experience with Neo4J.
  • Other topics related to Big Data and non-relational databases (data analytics, DB in web browser, influence of NoSQL to relational databases, etc.).
Literature
    recommended literature
  • HOLUBOVÁ, Irena, Jiří KOSEK, Karel MINAŘÍK and David NOVÁK. Big Data a NoSQL databáze (Big Data and NoSQL Databases). Praha: Grada Publishing, a.s. 288 pp. Profesionál. ISBN 978-80-247-5466-6. 2015. stránka nakladatele info
  • SADALAGE, Pramod J. and Martin FOWLER. NoSQL distilled : a brief guide to the emerging world of polyglot persistence. Upper Saddle River: Addison-Wesley. xix, 164. ISBN 9780321826626. 2013. info
Teaching methods
Two-hour lectures every week + bi-weekly two-hour practices in computer room. One or two lectures will be given by external experts about their experience with NoSQL database technologies. During the semestr, students will work on their team projects and will present the results during the final lectures. The course is given in English.
Assessment methods
Requirements for successful completion are: attendance at the practices and successful completion of team projects.
Language of instruction
English
Further Comments
Study Materials
The course is taught annually.
Teacher's information
http://disa.fi.muni.cz/david-novak/teaching/nosql-databases-2016/
The course is also listed under the following terms Autumn 2014, Spring 2017, Spring 2018, Autumn 2019, Autumn 2020, Autumn 2021, Autumn 2022, Autumn 2023.

PA195 NoSQL Databases

Faculty of Informatics
Autumn 2014
Extent and Intensity
0/2/0. 2 credit(s) (plus extra credits for completion). Type of Completion: k (colloquium).
Teacher(s)
RNDr. David Novák, Ph.D. (lecturer)
Guaranteed by
doc. RNDr. Eva Hladká, Ph.D.
Department of Computer Systems and Communications – Faculty of Informatics
Contact Person: prof. Ing. Pavel Zezula, CSc.
Supplier department: Department of Computer Systems and Communications – Faculty of Informatics
Timetable
Wed 14:00–15:50 B410
Prerequisites (in Czech)
PB154 Database Systems
Course Enrolment Limitations
The course is also offered to the students of the fields other than those the course is directly associated with.
The capacity limit for the course is 20 student(s).
Current registration and enrolment status: enrolled: 0/20, only registered: 0/20, only registered with preference (fields directly associated with the programme): 0/20
fields of study / plans the course is directly associated with
there are 16 fields of study the course is directly associated with, display
Course objectives
The course covers: 1) the principles behind the NoSQL databases, such as chapters from modern distributed database theory, P2P indexing or the MapReduce programming model; 2) architectures and common features of the main types of NoSQL databases (key-value stores, document databases, column-family stores, graph databases); 3) detailed description of selected NoSQL database systems including practical experience.
Syllabus
  • Why NoSQL, Principles, Taxonomy.
  • Distribution Models, Consistency in Distributed Databases.
  • MapReduce + Hadoop.
  • Key-Value Stores, practical experience with Riak.
  • Document Databases, practical experience with MongoDB.
  • Column-family Stores, practical experience with Cassandra/HBase.
  • Graph Databases, practical experience with Neo4J.
Literature
    recommended literature
  • SADALAGE, Pramod J. and Martin FOWLER. NoSQL distilled : a brief guide to the emerging world of polyglot persistence. Upper Saddle River: Addison-Wesley. xix, 164. ISBN 9780321826626. 2013. info
  • Professional NoSQL. Edited by Shashank Tiwari. Indianapolis, Ind.: John Wiley & Sons, Inc. xxi, 361 p. ISBN 9781118167816. 2011. info
Teaching methods
Lectures with slides + practical demonstrations. One invited talk given by an external expert. The course is given in English.
Assessment methods
Requirements for successful completion are: attendance at the lectures (max 3 unexcused absences), and successful completion of homeworks (practical experience with several NoSQL database systems).
Language of instruction
English
Further Comments
Study Materials
The course is taught annually.
Teacher's information
http://disa.fi.muni.cz/david-novak/teaching/pa195-nosql-databases/
The course is also listed under the following terms Spring 2016, Spring 2017, Spring 2018, Autumn 2019, Autumn 2020, Autumn 2021, Autumn 2022, Autumn 2023.

PA195 NoSQL Databases

Faculty of Informatics
Spring 2019

The course is not taught in Spring 2019

Extent and Intensity
2/1/0. 3 credit(s) (plus extra credits for completion). Type of Completion: k (colloquium).
Teacher(s)
RNDr. David Novák, Ph.D. (lecturer)
Guaranteed by
doc. RNDr. Eva Hladká, Ph.D.
Department of Computer Systems and Communications – Faculty of Informatics
Supplier department: Department of Computer Systems and Communications – Faculty of Informatics
Prerequisites (in Czech)
PB154 Database Systems
Course Enrolment Limitations
The course is also offered to the students of the fields other than those the course is directly associated with.
The capacity limit for the course is 40 student(s).
Current registration and enrolment status: enrolled: 0/40, only registered: 0/40, only registered with preference (fields directly associated with the programme): 0/40
fields of study / plans the course is directly associated with
there are 17 fields of study the course is directly associated with, display
Course objectives
The course covers: 1) the principles behind the NoSQL databases, such as chapters from modern distributed database theory, P2P indexing or the MapReduce programming model; 2) architectures and common features of the main types of NoSQL databases (key-value stores, document databases, column-family stores, graph databases); 3) detailed description of selected NoSQL database systems including practical experience; 4) other topics related to Big Data and non-relational databases (data analytics, DB in web browser, influence of NoSQL to relational databases, etc.)
Syllabus
  • Why NoSQL, Principles, Taxonomy.
  • Distribution Models, Consistency in Distributed Databases.
  • MapReduce + Hadoop.
  • Key-Value Stores, practical experience with Riak & Infinispan.
  • Document Databases, practical experience with MongoDB & PostgreSQL.
  • Column-family Stores, practical experience with Cassandra.
  • Graph Databases, practical experience with Neo4J.
  • Other topics related to Big Data and non-relational databases (data analytics, DB in web browser, influence of NoSQL to relational databases, etc.).
Literature
    recommended literature
  • HOLUBOVÁ, Irena, Jiří KOSEK, Karel MINAŘÍK and David NOVÁK. Big Data a NoSQL databáze (Big Data and NoSQL Databases). Praha: Grada Publishing, a.s. 288 pp. Profesionál. ISBN 978-80-247-5466-6. 2015. stránka nakladatele info
  • SADALAGE, Pramod J. and Martin FOWLER. NoSQL distilled : a brief guide to the emerging world of polyglot persistence. Upper Saddle River: Addison-Wesley. xix, 164. ISBN 9780321826626. 2013. info
Teaching methods
Two-hour lectures every week + bi-weekly two-hour practices in computer room. One or two lectures will be given by external experts about their experience with NoSQL database technologies. During the semestr, students will work on their team projects and will present the results during the final lectures. The course is given in English.
Assessment methods
Requirements for successful completion are: attendance at the practices and successful completion of team projects.
Language of instruction
English
Further Comments
Study Materials
The course is taught annually.
The course is taught: every week.
Teacher's information
http://disa.fi.muni.cz/david-novak/teaching/nosql-databases-2018/
The course is also listed under the following terms Autumn 2014, Spring 2016, Spring 2017, Spring 2018, Autumn 2019, Autumn 2020, Autumn 2021, Autumn 2022, Autumn 2023.
  • Enrolment Statistics (recent)