Neo4j: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
* http://fr.wikipedia.org/wiki/Neo4j |
* http://fr.wikipedia.org/wiki/Neo4j |
||
* http://neo4j.com |
* http://neo4j.com |
||
* Refcard Querying Graphs with Neo4j http://refcardz.dzone.com/refcardz/querying-graphs-neo4j |
|||
=Premiers pas= |
=Premiers pas= |
Revision as of 09:29, 5 November 2014
Neo4J est une implémentation open-source d'un système de bases de données orientées graphe (Graph Databases). Neo4J est écrit en Java 7.
- http://fr.wikipedia.org/wiki/Neo4j
- http://neo4j.com
- Refcard Querying Graphs with Neo4j http://refcardz.dzone.com/refcardz/querying-graphs-neo4j
Premiers pas
Installation
cd neo4j bin/neo4j start
Naviguez sur http://localhost:7474
Arretez le serveur
bin/neo4j stop
Modifiez la configuration
more conf/neo4j-server.properties nano conf/neo4j-server.properties
Redémarrez le serveur
bin/neo4j start