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:tp [2019/10/08 16:30]
gdejaege
teaching:infoh415:tp [2019/10/24 17:46]
gdejaege [Temporal databases]
Line 30: Line 30:
 ===== Graph databases ===== ===== Graph databases =====
  
-==== Sessions 4, ... ? ==== +==== Sessions 4, 5, 6 ====
-In Linux, login, then open a terminal window, and the following should work:+
  
-cd /tmp +The commands needed to start the server are written here underDo not forget to first select the correct databasa as written in the assignment.
-tar xJf /​serveur/​neo4j.tar.xz +
-cd neo4j +
-./bin/neo4j console+
  
 +In Linux, login, then open a terminal window and type the following commands:
 +
 +$ cd /tmp
 +
 +$ tar xJf /​serveur/​neo4j.tar.xz
 +
 +$ cd neo4j
 +
 +$ ./bin/neo4j console
 +
 +
 +This will launch the server. The address where you can execute your queries should appear in the terminal.
  
   * {{:​teaching:​infoh415:​assigment_graph.pdf|Exercices on Graph Databases}}   * {{:​teaching:​infoh415:​assigment_graph.pdf|Exercices on Graph Databases}}
 +/*  * {{:​teaching:​infoh415:​data.zip| databases used}} ​ */
 +  * {{:​teaching:​infoh415:​graph_databases_updated.zip| databases used UPDATED}}
 +  * {{:​teaching:​infoh415:​part_3_-_neo4j-practice.pdf| introductory slides }}
 /*  * {{:​teaching:​infoh415:​graph_db_solutions_1819.pdf|Corrections}} */ /*  * {{:​teaching:​infoh415:​graph_db_solutions_1819.pdf|Corrections}} */
  
Line 46: Line 57:
  
 ==== Sessions 7, 8 and 9 ==== ==== Sessions 7, 8 and 9 ====
 +
   * {{:​teaching:​infoh415:​infoh415_tp04_05_06_slides1.pdf|Recap}}   * {{:​teaching:​infoh415:​infoh415_tp04_05_06_slides1.pdf|Recap}}
 +  * {{:​teaching:​infoh415:​temporal_difference_explained_example.pdf| Drawing temporal difference}}
 +  * {{:​teaching:​infoh415:​temporal_join_example.pdf| Drawing temporal join}}
 +  * {{:​teaching:​infoh415:​traduction_ea.pdf| Traduction of EA schemas}}
   * {{:​teaching:​infoh415:​infoh415_tp04_05_06_exercices.pdf|Exercises and solutions}}   * {{:​teaching:​infoh415:​infoh415_tp04_05_06_exercices.pdf|Exercises and solutions}}
   * {{:​teaching:​infoh415:​infoh415_1415_tp04_05_06_scripts.zip|SQL Server Scripts}}   * {{:​teaching:​infoh415:​infoh415_1415_tp04_05_06_scripts.zip|SQL Server Scripts}}
 
teaching/infoh415/tp.txt · Last modified: 2024/02/15 11:03 by ezimanyi