Outils pour utilisateurs

Outils du site


informatique:graphdb

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
informatique:graphdb [15/06/2016 12:59] – [Neo4J] cyrilleinformatique:graphdb [26/03/2022 09:20] (Version actuelle) – [Graph Databases] cyrille
Ligne 5: Ligne 5:
  
   * [[wp>Graph_database]], [[wpfr>Base_de_données_orientée_graphe]]   * [[wp>Graph_database]], [[wpfr>Base_de_données_orientée_graphe]]
 +
 +Voir aussi [[/informatique/web_semantique|web semantique]] pour les base de données RDF.
  
 Articles: Articles:
Ligne 11: Ligne 13:
   * [[https://www.quora.com/What-are-the-differences-between-a-Graph-database-and-a-Triple-store|What are the differences between a Graph database and a Triple store ?]]   * [[https://www.quora.com/What-are-the-differences-between-a-Graph-database-and-a-Triple-store|What are the differences between a Graph database and a Triple store ?]]
   * [[http://www.snee.com/bobdc.blog/2014/01/storing-and-querying-rdf-in-ne.html|Storing and querying RDF in Neo4j]]   * [[http://www.snee.com/bobdc.blog/2014/01/storing-and-querying-rdf-in-ne.html|Storing and querying RDF in Neo4j]]
 +  * [[https://neo4j.com/developer/guide-data-visualization/|guide-data-visualization]] this article reviews the different tools available for visualizing graph-based data
  
  
Ligne 20: Ligne 23:
  
 examples: examples:
-  * [[http://network.graphdemos.com/|Graph your Network]] (Twitter) - avec les queries utilisées.+  * [[http://network.graphdemos.com/|Graph your Network]] (Twitter) - avec les queries utilisées (et le [[https://github.com/neo4j-contrib/twitter-neo4j|source]]) 
 +  * [[http://neo4j.com/blog/oscon-twitter-graph/|OSCON Twitter Graph]] - Using the UNWIND clause we are able to pivot a collection 
 +  * [[https://github.com/mneedham/neo4j-twitter|mneedham/neo4j-twitter]] example en Python. Avec la structure des données (twitter). 
 +  * A CRM with Neo4j and REST https://www.sitepoint.com/crm-neo4j-rest/ 
 + 
 +Neo4j Browser 
 +  * https://neo4j.com/developer/guide-neo4j-browser/ 
 +  * https://neo4j.com/developer/guide-data-visualization/ 
 +Javascript in Browser: 
 +  * [[https://github.com/neo4j/neo4j-javascript-driver|neo4j-javascript-driver]] with a special browser version of the driver, which supports connecting to Neo4j over WebSockets. 
 +  * https://neo4j.com/developer/javascript/ 
 ===== Apache Titan ===== ===== Apache Titan =====
  
 http://titan.thinkaurelius.com/ http://titan.thinkaurelius.com/
 +
 +===== OrientDB =====
 +
 +**Community Edition**
 +
 +http://orientdb.com/orientdb/
  
 ===== Elastic Graph ===== ===== Elastic Graph =====
Ligne 36: Ligne 56:
 === Cypher === === Cypher ===
  
-[[wpfr>Cypher_(langage)]] 
  
 OpenCypher, une initiative de Neo4j et d'autres contributeurs vise à étendre l'emploi de Cypher à d'autres base de données orientées graphe3 OpenCypher, une initiative de Neo4j et d'autres contributeurs vise à étendre l'emploi de Cypher à d'autres base de données orientées graphe3
  
-http://www.opencypher.org/+  * http://www.opencypher.org/ 
 +  * [[wpfr>Cypher_(langage)]] 
 + 
 +Docs: 
 +  * [[http://neo4j.com/docs/developer-manual/current/cypher/|Cypher query language]] on Neo4J documentation 
 +  * [[http://www.quackit.com/neo4j/tutorial/neo4j_create_a_node_using_cypher.cfm|create a node]] 
 +  * [[http://www.quackit.com/neo4j/tutorial/neo4j_create_a_relationship_using_cypher.cfm|create a relationship]] 
 +  * ... 
 +  * [[https://gist.github.com/DaniSancas/1d5265fc159a95ff457b940fc5046887|Cypher queries cheatsheet]]
  
 === Gremlin === === Gremlin ===
Ligne 46: Ligne 73:
  
 === SPARQL === === SPARQL ===
 +
 +[[/glossaire/SPARQL]]
  
 Autre langage déclaratif pour les requêtes sur des données orientées graphe Autre langage déclaratif pour les requêtes sur des données orientées graphe
Ligne 51: Ligne 80:
  
 ==== Spark Graphx ==== ==== Spark Graphx ====
 +
 +GraphX is Apache Spark's API for graphs and graph-parallel computation.
  
 https://spark.apache.org/graphx/ https://spark.apache.org/graphx/
  
 +GraphX is a new component in Spark for graphs and graph-parallel computation. At a high level, GraphX extends the Spark RDD by introducing a new Graph abstraction: a directed multigraph with properties attached to each vertex and edge. To support graph computation, GraphX exposes a set of fundamental operators (e.g., subgraph, joinVertices, and aggregateMessages) as well as an optimized variant of the Pregel API. In addition, GraphX includes a growing collection of graph algorithms and builders to simplify graph analytics tasks.
 ==== Apache Giraph ==== ==== Apache Giraph ====
  
Ligne 60: Ligne 92:
 Apache Giraph is an iterative graph processing system built for high scalability. For example, it is currently used at Facebook to analyze the social graph formed by users and their connections. Giraph originated as the open-source counterpart to Pregel, the graph processing architecture developed at Google and described in a 2010 paper Apache Giraph is an iterative graph processing system built for high scalability. For example, it is currently used at Facebook to analyze the social graph formed by users and their connections. Giraph originated as the open-source counterpart to Pregel, the graph processing architecture developed at Google and described in a 2010 paper
  
-==== SigmaJS ====+==== Gephi ==== 
 + 
 +Gephi is an interactive visualization and exploration platform for all kinds of networks and complex systems, dynamic and hierarchical graphs.  
 + 
 +[[informatique/gephi|Gephi]] 
 + 
 + 
 +==== Sigma.js ==== 
 + 
 +A graph visualization application for the web
  
 [[/informatique/javascript/sigmajs|/informatique/javascript/sigmajs]] [[/informatique/javascript/sigmajs|/informatique/javascript/sigmajs]]
  
 http://sigmajs.org/ http://sigmajs.org/
 +
 +==== Linkurio.js ====
 +
 +A Javascript library to add fast and interactive graph visualization into web-based products.
 +
 +Linkurious.js is an **active fork of Sigma.js**. It's dual-licensed under both GPLv3 and a commercial license for proprietary projects.
 +
 +http://linkurio.us/toolkit/
 +
 +==== Alchemy.js ====
 +
 +A graph visualization application for the web
 +
 +http://graphalchemist.github.io/Alchemy/
 +
 +
 +==== popotojs ====
 +
 +Javascript generates an interactive graph query builder into any website or web based application to create advanced queries on Neo4j databases and display the results.
 +
 +http://popotojs.com/
  
 === Plugins === === Plugins ===
informatique/graphdb.1465988371.txt.gz · Dernière modification : 15/06/2016 12:59 de cyrille

Sauf mention contraire, le contenu de ce wiki est placé sous les termes de la licence suivante : CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki