Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
teaching:infoh415 [2021/08/20 17:33]
ezimanyi [Project]
teaching:infoh415 [2021/10/01 15:47]
gdejaege [Last important announcment]
Line 1: Line 1:
 ====== INFO-H-415: Advanced Databases ====== ====== INFO-H-415: Advanced Databases ======
 +
 +
 +===== Last important announcment ====
 +All VUB student registered to the course which are not on the Teams of the course should take contact with gilles.dejaegere@ulb.be
  
  
Line 32: Line 36:
  
 The course is given during the first semester ​ The course is given during the first semester ​
-  * Lectures on Mondays from 4 pm to 6 pm+  * Lectures on Mondays from 4 pm to 6 pm in the K.4.601 (Solbosch campus)
   * Exercises on Thursdays from 2 pm to 4 pm   * Exercises on Thursdays from 2 pm to 4 pm
  
Line 97: Line 101:
   * IBM, A Matter of Time: Temporal Data Management in DB2 for z/OS. ({{teaching:​infoh415:​a_matter_of_time.pdf|version pdf}})   * IBM, A Matter of Time: Temporal Data Management in DB2 for z/OS. ({{teaching:​infoh415:​a_matter_of_time.pdf|version pdf}})
 ===== Links ===== ===== Links =====
-  * Temporal ​databases  +  * Spatial ​databases 
-    * [[http://timecenter.cs.aau.dk/|TimeCenter]], an international research centre for temporal databases. +    * [[https://postgis.net/​workshops/​postgis-intro/​|Introduction to PostGIS]] 
-    * [[http://www.timeconsult.com/Software/​Software.html|TimeDB]], a temporal relational database+    * [[https://​learn.crunchydata.com/postgis|Crunchy Data Interactive PostGIS Learning Portal]] 
 +  * Spatio-temporal ​(or mobility) ​databases 
 +    * [[https://mobilitydb.com/|MobilityDB]]  
   * Object databases   * Object databases
     * [[http://​www.odbms.org/​|ODBMS.ORG]],​ portal of ressources about object databases.     * [[http://​www.odbms.org/​|ODBMS.ORG]],​ portal of ressources about object databases.
-    * [[http://​www.db4o.com/​|db4o]],​ an open source object database. 
     * [[http://​www.objectstore.com/​datasheet/​index.ssp|ObjectStore]],​ an object database     * [[http://​www.objectstore.com/​datasheet/​index.ssp|ObjectStore]],​ an object database
     * [[http://​www.objectivity.com|Objectivity]],​ an object database     * [[http://​www.objectivity.com|Objectivity]],​ an object database
-    * [[http://​www.versant.com/​|Versant]],​ an object database 
-    * [[http://​www.jade.co.nz/​jade/​|Jade]],​ an object database 
-    * [[http://​sourceforge.net/​projects/​ozone/​|Ozone]],​ an object database 
   * Post-relationnal databases   * Post-relationnal databases
-    * [[http://​www.fresher.com/​|Matisse]] 
     * [[http://​www.intersystems.com/​cache/​index.html|Caché]]     * [[http://​www.intersystems.com/​cache/​index.html|Caché]]
-  * Spatial databases 
-    * [[https://​postgis.net/​workshops/​postgis-intro/​|Introduction to PostGIS]]  ​ 
  
 ===== Course Slides ===== ===== Course Slides =====
Line 134: Line 133:
 */ */
  
-Students, in groups of two, will realize a project in a topic relevant to advanced databases. Examples of topics are given in the next section of this document. Please notice that the template for these topics is "<​Technology>​ and <​Tool>"​.+Students, in groups of two or four students, will realize a project in a topic relevant to advanced databases. Examples of topics are given in the next section of this document. Please notice that the template for these topics is "<​Technology>​ and <​Tool>" ​for groups of 2 students and "<​Technology>​ with <​Tool1>​ and <​Tool2>"​ for groups of 4 students.
  
 Each group will study a database technology and illustrate it with an application developed ​​in a database management system to be chosen (e.g., SQL Server, PostgreSQL, MongoDB, etc.). The topic should be addressed in a technical way, to explain the foundations of the underlying technology. The application must use the chosen technology. Each group will study a database technology and illustrate it with an application developed ​​in a database management system to be chosen (e.g., SQL Server, PostgreSQL, MongoDB, etc.). The topic should be addressed in a technical way, to explain the foundations of the underlying technology. The application must use the chosen technology.
Line 141: Line 140:
  
 The choice of topic and the application must be made ​​in agreement with the lecturer. The topic should not be included in the program of the Master in Computer Science and Engineering. The project will be presented to the lecturer and the fellow students at the end of the semester. This presentation will be supported by a slideshow. A written report containing the contents of the presentation is also required. The presentation and the report will (1) explain the foundations of the technology chosen, (2) explain how these foundations are implemented by the database management system chosen and (3) illustrate all these concepts with the application implemented. The choice of topic and the application must be made ​​in agreement with the lecturer. The topic should not be included in the program of the Master in Computer Science and Engineering. The project will be presented to the lecturer and the fellow students at the end of the semester. This presentation will be supported by a slideshow. A written report containing the contents of the presentation is also required. The presentation and the report will (1) explain the foundations of the technology chosen, (2) explain how these foundations are implemented by the database management system chosen and (3) illustrate all these concepts with the application implemented.
 +
 +For 2-student group, the duration of the presentation is 30 minutes. It will structured in two parts of similar length
 +   * An introduction to the technology
 +   * An introduction to the tool illustrated with an example application assessing its advantages and disadvantages.
 +
 +For 4-student group, the duration of the presentation is 45 minutes. It will structured in three parts of similar length
 +   * An introduction to technologies presented jointly by the two groups
 +   * An introduction to the two tools, each presented by each group
 +   * A common assessment of the advantages and disadvantages of both tools tested in a common example application.
  
 The evaluation of the project focuses on the following criteria: The evaluation of the project focuses on the following criteria:
Line 150: Line 158:
  
 The project must be submitted by **Monday, December 13, 2021**. The project must be submitted by **Monday, December 13, 2021**.
- 
-===== Examples of topics from the previous academic year ===== 
- 
-You can take a look at the [[https://​db-engines.com/​en/​|DB-Engines]] web site to get an idea of the currently available technologies and tools. Examples of previous topics are given next: 
  
   * Analytical databases and Endeca   * Analytical databases and Endeca
Line 164: Line 168:
   * Embedded databases and BerkeleyDB   * Embedded databases and BerkeleyDB
   * In-memory databases and Kdb+, MemSQL, Oracle TimesTen, Memcached, ....   * In-memory databases and Kdb+, MemSQL, Oracle TimesTen, Memcached, ....
-  * Key-value stores and Redis, Voldermort, ...+  * Key-value stores and BerkeleyDB, DynamoDB, ​Redis, Voldermort, ...
   * Multimedia databases and Oracle   * Multimedia databases and Oracle
   * Multi-model databases and MarkLogic   * Multi-model databases and MarkLogic
   * NewSQL databases and VoltDB   * NewSQL databases and VoltDB
-  * Object-oriented databases and db4o+  * Object-oriented databases and ObjectBox, Perst
   * Real-time databases and Firebase   * Real-time databases and Firebase
   * Search engines and Solr, ElasticSearch,​ Sphinx ...   * Search engines and Solr, ElasticSearch,​ Sphinx ...
   * Spatial raster databases and Rasdaman   * Spatial raster databases and Rasdaman
-  * Stream databases and Apache Kafka+  * Stream databases and Apache Kafka, Event Stores
   * Time series databases and Influx DB, Kdb+, ...   * Time series databases and Influx DB, Kdb+, ...
   * XML databases and BaseX   * XML databases and BaseX
- 
  
 ===== Topics for the current academic year ===== ===== Topics for the current academic year =====
  
-  * Analytical databases and Endeca: ​Ndele-A-Mulenghe Mashini +  * Analytical databases and Endeca: ​David Silberwasser,​ Sami Abdul Sater 
-  * Cloud databases and Microsoft Azure: ​Michel Nguyen-Khan and Soufian El Bakkali Tamara +  * Cloud databases and Microsoft Azure SQLDavide Rendina, Margarita Hernandez 
-  * Column stores and Cassandra: ​Wassil Choujaa ​and Ismaila Abdoulahi Adamou +  * Column stores and Cassandra: ​Md Jamiur Rahman Rifat, Khushnur Binte Jahangir 
-  * Distributed databases and SQL Server: ​Yasmina El Oudghiri +  * Datawarehouses ​and Apache Hive: Nicole Zafalón, Andrés Espinal 
-  * Document stores and MongoDBBeata Janiak and Astrid Asoumoy +  * Distributed databases and SQL Server: ​Asha Seif, Kainaat Amjid 
-  * Key-value databases ​and BerkeleyDBMohamed Amchemer ​and Frank Jordan Kuete Kamta +  * Distributed Databases with DynamoDB: Loïc Caudron, Matteo Snellings 
-  * Key-value databases and DynamoDBAbdeslam Bakkali Taheri ​and <TBD> +  * Document stores ​with CouchBase ​and CouchDBMohammadreza Amini, Ossoama Benaissa, Zheng Ren, Adriana Sirbu 
-  * Key-value databases and Redis: ​Yahya Bakkali ​and Maxime Hauwaert +  * Document stores ​and FirestoreLuca De Santos, Sacha Keserovic  
-  * Multimedia databases and Oracle: ​Fan Chen and Noëmie Muller +  * Document stores ​and MongoDB: Hang Yu, Zhiyang Guo 
-  * NewSQL databases ​and VoltDB: Sid Ahmed Bouzouidja ​and Louis-Maxime Piton +  * In-memory ​databases and MemcachedDiogo Repas and Sandra Hillergren 
-  * Object-oriented databases and Perst: ​Nicolas Boucher and Romain Perret +  * Key-value databases ​with Cloud bigtable ​and Redis: ​Luiz Fonseca, Zyrako Musaj, Yanjian Zhang and Zhicheng Luo 
-  * Object-oriented databases and ObjectBox: Ajouaou Soufiane and El Achouchi Iliass +  * Multimedia databases and Oracle: ​Wassim Belgada, Imestir Ibrahim 
-  * Real-time databases and Firebase: ​Ali Dhanani and Cleis Kounalis +  * NewSQL databases ​with VoltDB and CockroachDB:​ Ali Imam Manzer, Maciej Piekarski, Johan Gjini, Nabil Souissi, ​ 
-  * Search engines ​and SolrElasticSearch:​ Tatiana Millan Poveda and Erick Escobar Gallardo +  * Object-oriented databases ​with ObjectBox ​and Perst: ​Filip Sotiroski, Niccolo Morabito, Andrea Gonzato, Pietro Ferrazi 
-  * Stream databases and Apache Kafka, Event StoresAlexandre Libert and Antoine De Selys +  * Real-time databases and Firebase: ​Himanshu Choudhary, Sergio Postigo, Tejaswini dhuppad 
-  * Time series databases and InfluxDBNada Elghazouani ​and Jean-Charles Nsangolo +  * Spatial raster databases ​and Rasdaman: Adam BroniewskiVictor Divi 
-  * XML databases ​and BaseX: ​Sara Bouglam+  * Stream databases and Apache Kafka: ​Vlada Kylynnyk, Mahmut Asım Onat 
 +  * Time series databases ​with Influx DB and Kdb+Mohammad Zain Abbas, Muhammad Ismail, Yi Wu, Chonghan Li 
 +  * Search engines with Apache Solr and ElasticSearch:​ Pap Sanou, Szymon Swirydowicz,​ Alexandre Chapelle, Nicolas Dardenne 
 +  * XML Databases ​and BaseX: ​Maxime Renversez, Mael Touret
  
  
 
teaching/infoh415.txt · Last modified: 2023/12/04 18:14 by ezimanyi