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/09 14:40]
gdejaege [Graph databases]
Line 31: Line 31:
  
 ==== Sessions 4, ... ? ==== ==== Sessions 4, ... ? ====
-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_db_solutions_1819.pdf|Corrections}} */ /*  * {{:​teaching:​infoh415:​graph_db_solutions_1819.pdf|Corrections}} */
  
 
teaching/infoh415/tp.txt · Last modified: 2024/02/15 11:03 by ezimanyi