SlideShare a Scribd company logo
SAS founded in 2013 in Paris | http://linkurio.us | @linkurious
Introduction to the
graph
technologies
landscape.
Introduction.
“At Linkurious we believe graph technologies can
have a powerful impact in the way we think about
data and turn it into new products. This small
report is meant to give you a glimpse into the
emerging graph ecosystem. May it inspire you to
join, use or launch graph projects.”
Sébastien Heymann
CEO of Linkurious
Father Of
Father Of
Siblings
What is a graph ?
This is a graph.
Father Of
Father Of
Siblings
This is a node
This is a
relationship
What is a graph ? / Nodes & relationshipsWhat is a graph : nodes and relationships.
A graph is a set of nodes
linked by relationships.
People, objects, movies,
restaurants, music...
Antennas, servers, phones,
people...
Supplier, roads, warehouses,
products...
Supply chains Social networks Communications
Differents domains where graphs are important.
Graphs can be used to
model many domains.
Connect people to potential
friends or to new interests.
Graphs technologies
turn data into insights.
Supply chains Social networks Communications
The impact of graphs.
Faster delivery, more robust
distribution network.
Recover from a power outage
faster.
A growing interest in
graphs.
Graphs are gaining traction.
In 2014, graph databases were the most popular database technology.
Do you know the graph
landscape?
The graph technologies landscape.
The three layers of graph technologies.
Graph visualization
Common tools : Cytoscape, Gephi, Keylines, Linkurious, Tom Sawyer
Software
Other solutions : D3.js, Sigma.js, Vivagraph.js
Graph analysis
Common tools : Faunus, Giraph, GraphLab, Graphx
Other solutions : Pregel
Graph databases
Common tools : InfiniteGraph, Neo4j, OrientDB, Sparksee, Titan
Other solutions : Accumulo, Cayley, HBase, HypergraphDB, Sqrrl, YarcData
Store
Three layers of graph
technologies.
Backend
VisualizeAnalyse
Frontend
First layer : the graph databases.
InfiniteGraph Neo4j OrientDB Sparksee Titan
License commercial commercial/op
en-source
apache 2.0
license
commercial apache 2.0
license
Website http://www.
objectivity.
com/infinitegraph
http://www.
neo4j.org/
http://www.
orientechnologi
es.
com/orientdb/
http://www.
sparsity-
technologies.
com/
http:
//thinkaurelius.
github.io/titan/
InfiniteGraph
Graph database
Website : http://www.objectivity.com/infinitegraph
License : commercial
InfiniteGraph.
Description
InfiniteGraph, brought by Objectivity, is a distributed graph databases that can
handle very large datasets. It was first released in 2010 and has a commercial
license.
Neo4j
Graph database
Website : http://www.neo4j.org/
License : commercial/open-source
Neo4j.
Description
Neo4j, the graph database developed by Neo Technology made it easier to
work with graphs. Since the launch of the V1 in 2010, Neo4j garnered a lot of
interest. Its open-source edition makes it very easy for developers to start
experimenting with graph databases. Today, Neo Technology is the leading
graph database with a long list of customer references. It remains focused on
usability with recent releases bringing changes in the ETL process and data
visualization.
Description
OrientDB is an Open Source database with the features of both Document and
Graph databases. OrientDB is written completely in Java and can run on any
platform without configuration and installation.
OrientDB
Graph database
Website : http://www.orientechnologies.com/orientdb/
License : Apache 2.0 license
OrientDB.
Description
Sparksee (formerly known as DEX) is a proprietary graph database built for
performance. It has a small footprint, is natively available for .Net, C++, Python
and Java. Sparksee mobile is the first graph database available for iOS and
Android.
Sparksee
Graph database
Website : http://www.sparsity-technologies.com/
License : commercial
Sparksee.
Description
Titan, an other open-source project has been gaining a lot of attention lately.
Though still in early stage, Titan is an ambitious project. It is a distributed graph
database built to store and query graphs in the hundreds of billions of vertices
and edges.
Titan
Graph database
Website : http://thinkaurelius.github.io/titan/
License : Apache 2.0 license
Titan.
A growing need to store
large graphs.
Key tendencies for graph databases.
Here are a few key tendencies for graph databases :
● graph databases are still a small niche within the NoSQL space but they are coming into
their own ;
● choose the right graph database for your particular use case ;
● other big data solutions are sometimes used to store large graphs : Accumulo, HBase ;
● there exist a few integrated products that mix storage capabilities and advanced
functionalities : Sqrrl, YarcData ;
Faunus Giraph GraphLab GraphX
License apache 2.0 license apache 2.0 license commercial/open-
source
apache 2.0 license
Website http://thinkaurelius.
github.io/faunus/
http://giraph.
apache.org/
http://graphlab.
com/
https://spark.
apache.org/graphx/
Second layer : the graph analysis frameworks.
Description
The team behind the Titan graph database has also released Faunus. Faunus is
a Hadoop-based graph analytics engine for analyzing graphs represented
across a multi-machine compute cluster. It is compatible with HBase,
Cassandra or Hadoop.
Faunus.
Faunus
Graph analysis
Website : http://thinkaurelius.github.io/faunus/
License : Apache 2.0 license
Description
Giraph, the Apache project, is an iterative graph processing system built for high
scalability. It is currently used at Facebook to power its famous Graph Search.
At Facebook, Giraph can process a graph with trillions of connections between
people, places, likes and interests in minutes. It is compatible with Hadoop.
Giraph.
Giraph
Graph analysis
Website : http://giraph.apache.org/
License : Apache 2.0 license
Description
People interested in Machine Learning can turn to GraphLab to analyse their
graph data. GraphLab was started as an open-source project by Prof. Carlos
Guestrin of Carnegie Mellon University in 2009. Recently it has evolved in a
data science toolbox but remains very useful for graph analytics.
GaphLab.
GraphLab
Graph analysis
Website : http://graphlab.com/
License : Commercial/Open-source
Description
Another popular solution for graph computing is Graphx. It is integrated to
Apache Spark, an open-source data analytics cluster computing framework.
GraphX has a built in library of algorithms and include ETL functionalities. It
doesn’t offer the same performances as Giraph but is easier to use.
GraphX.
GraphX
Graph analysis
Website : https://spark.apache.org/graphx/
License : Apache 2.0 license
Graph computation is part
of the big data toolset.
Here are a few key tendencies for the graph analysis frameworks :
● most graph databases have their own query language (ex : Cypher for Neo4j and Faunus
for Titan ) ;
● GraphX and Giraph are bringing graph paradigms to HBase, Cassandra and Hadoop ;
● GraphBuilder, an Intel project can help transform tabular data into graphs ;
Key tendencies for graph analysis frameworks.
Third layer : the graph visualization solutions.
Cytoscape Gephi Keylines Linkurious Tom Sawyer
Software
License GPL License CDDL,
GPLv3
commercial commercial commercial
Website http://www.
cytoscape.org/
https:
//gephi.
github.io/
http://keylines.
com/
http://linkurio.us https://www.
tomsawyer.
com/home/
Description
Another graph visualization solution is Cytoscape. Mostly used by biologists at
first, it has progressively evolved in a general platform for complex network
analysis and visualization. It is desktop-based and is supported by a large
community.
Cytoscape.
Cytoscape
Graph visualization
Website : http://www.cytoscape.org/
License : GPL License
Gephi.
Gephi
Graph visualization
Website : https://gephi.github.io/
License : CDDL, GPLv3
Description
Gephi has played a key role in this process. It is an open-source graph
visualization solution. It packs a powerful set of SNA algorithms and
visualization options. Used by a wide community of scientists and data
scientists, it is akin to a “Photoshop for graphs”.
Description
KeyLines is a software library for graph visualization. Developed by Cambridge
Intelligence, it is designed to help developers create interactive web applications
around graphs.
Keylines.
Keylines
Graph visualization
Website : http://keylines.com/
License : commercial
Description
Graph visualization is going beyond the world of scientists. Linkurious is a
commercial graph visualization solution that aims to democratize graph
visualization. Its interface is designed for the interactive exploration of large
graphs and comes directly with features common in traditional business
intelligence applications (security, user management, etc).
Linkurious.
Linkurious
Graph visualization
Website : http://linkurio.us
License : commercial
Description
Tom Sawyer Software sells a collection of software development kits for graph
visualization and analysis. Its products are used by established companies like
NASA and Oracle. It is compatible with ActiveX, C++, Java, and .NET.
Tom Sawyer Software.
Tom Sawyer Software
Graph visualization
Website : https://www.tomsawyer.com/home/
License : commercial
Here are a few key tendencies for graph databases :
● traditional graph visualization solutions were targeted at developers and data scientists :
Cytoscape, Gephi ;
● companies like Cambridge Intelligence and Linkurious are making graphs easier to
understand for business people, not just data scientists ;
● a few projects try to integrate the different layers of the graph technologies into complete
products : Dendrite, Linkurious, Tom Sawyer Software ;
Graph visualization
moving to the enterprise.
Key tendencies for graph visualization solutions.
Other notable players.
Full stack graph
startups
Data science
platforms
Contact us to discuss your projects
at contact@linkurio.us
Conclusion

More Related Content

PPTX
The years of the graph: The future of the future is here
Connected Data World
 
PDF
Neo4j Graph Data Science - Webinar
Neo4j
 
PDF
RAPIDS cuGraph – Accelerating all your Graph needs
Connected Data World
 
PPTX
Graph Data: a New Data Management Frontier
Demai Ni
 
PDF
Scalability and Graph Analytics with Neo4j - Stefan Kolmar, Neo4j
Neo4j
 
PDF
Graph Realities
Connected Data World
 
PDF
3. Relationships Matter: Using Connected Data for Better Machine Learning
Neo4j
 
PPTX
The Five Graphs of Government: How Federal Agencies can Utilize Graph Technology
Greta Workman
 
The years of the graph: The future of the future is here
Connected Data World
 
Neo4j Graph Data Science - Webinar
Neo4j
 
RAPIDS cuGraph – Accelerating all your Graph needs
Connected Data World
 
Graph Data: a New Data Management Frontier
Demai Ni
 
Scalability and Graph Analytics with Neo4j - Stefan Kolmar, Neo4j
Neo4j
 
Graph Realities
Connected Data World
 
3. Relationships Matter: Using Connected Data for Better Machine Learning
Neo4j
 
The Five Graphs of Government: How Federal Agencies can Utilize Graph Technology
Greta Workman
 

What's hot (20)

PDF
AI, ML and Graph Algorithms: Real Life Use Cases with Neo4j
Ivan Zoratti
 
PDF
Introduction to Neo4j
Neo4j
 
PDF
Relationships Matter: Using Connected Data for Better Machine Learning
Neo4j
 
PDF
Graphs for Enterprise Architects
Neo4j
 
PDF
The Future is Big Graphs: A Community View on Graph Processing Systems
Neo4j
 
PDF
Experiments With Knowledge Graphs in Fisheries & Oceans Canada
Neo4j
 
ODP
How do You Graph
Ben Krug
 
PDF
Neo4j GraphDay - Graphs in the Real World: Tope Use Cases for Graph Databases...
Neo4j
 
PDF
Introduction to Neo4j
Neo4j
 
PDF
RDBMS to Graph Webinar
Neo4j
 
PDF
Digital Graph tour Rome: "Connect the Dots, Lorenzo Speranzoni
Neo4j
 
PDF
Big Data Analytics
Sreedhar Chowdam
 
PPTX
Neo4j GraphTalk Florence - Introduction to the Neo4j Graph Platform
Neo4j
 
PDF
Graph technology meetup slides
Sean Mulvehill
 
PPTX
Knowledge Architecture: Graphing Your Knowledge
Neo4j
 
PPTX
Neo4j Graph Use Cases, Bruno Ungermann, Neo4j
Neo4j
 
PPTX
Neo4j GraphTalks Oslo - Graph Your Business - Rik Van Bruggen, Neo4j
Neo4j
 
PDF
Intro to Graphs and Neo4j
jexp
 
PDF
Intro to Neo4j Webinar
Neo4j
 
PDF
Democratizing Data at Airbnb
Neo4j
 
AI, ML and Graph Algorithms: Real Life Use Cases with Neo4j
Ivan Zoratti
 
Introduction to Neo4j
Neo4j
 
Relationships Matter: Using Connected Data for Better Machine Learning
Neo4j
 
Graphs for Enterprise Architects
Neo4j
 
The Future is Big Graphs: A Community View on Graph Processing Systems
Neo4j
 
Experiments With Knowledge Graphs in Fisheries & Oceans Canada
Neo4j
 
How do You Graph
Ben Krug
 
Neo4j GraphDay - Graphs in the Real World: Tope Use Cases for Graph Databases...
Neo4j
 
Introduction to Neo4j
Neo4j
 
RDBMS to Graph Webinar
Neo4j
 
Digital Graph tour Rome: "Connect the Dots, Lorenzo Speranzoni
Neo4j
 
Big Data Analytics
Sreedhar Chowdam
 
Neo4j GraphTalk Florence - Introduction to the Neo4j Graph Platform
Neo4j
 
Graph technology meetup slides
Sean Mulvehill
 
Knowledge Architecture: Graphing Your Knowledge
Neo4j
 
Neo4j Graph Use Cases, Bruno Ungermann, Neo4j
Neo4j
 
Neo4j GraphTalks Oslo - Graph Your Business - Rik Van Bruggen, Neo4j
Neo4j
 
Intro to Graphs and Neo4j
jexp
 
Intro to Neo4j Webinar
Neo4j
 
Democratizing Data at Airbnb
Neo4j
 
Ad

Viewers also liked (20)

PDF
Cyber security and attack analysis : how Cisco uses graph analytics
Linkurious
 
PDF
Quick Introduction to Cytoscape for Undergraduates
Keiichiro Ono
 
PDF
Graph visualization options and latest developments
Linkurious
 
PDF
Bringing graph technologies to data analysis : the case of Azerbaijan in th...
Linkurious
 
PDF
Using graph technologies to fight fraud
Linkurious
 
PDF
Titan - Graph Computing with Cassandra
Matthias Broecheler
 
PPTX
Network Visualization and Analysis with Cytoscape
Alexander Pico
 
PDF
Neo4j: Graph-like power
Roman Rodomansky
 
PDF
Dossier presentation bmr_associés
Marjorie KIENTZLER
 
PPTX
Network and IT Operations
Neo4j
 
PPTX
Spark and Hadoop Perfect Togeher by Arun Murthy
Spark Summit
 
PDF
BMR Advisors | Financial Crimes Compliance Services
Abhishek Bali
 
PPT
Machine Learning, Data Mining, Genetic Algorithms, Neural ...
butest
 
PPTX
10-15 511 genetic algorithms and machine learning (alan nochenson)
Alan Nochenson
 
KEY
Github in a Graph
akollegger
 
PDF
Finding the insights hidden in your graph data
DataStax
 
PDF
Fouille de données issues d’un grand graphe par carte de Kohonen à noyau
tuxette
 
PPTX
Graph Database Prototyping made easy with Graphgen
Christophe Willemsen
 
PDF
20141015 how graphs revolutionize access management
Rik Van Bruggen
 
PDF
Introduction to TitanDB
Knoldus Inc.
 
Cyber security and attack analysis : how Cisco uses graph analytics
Linkurious
 
Quick Introduction to Cytoscape for Undergraduates
Keiichiro Ono
 
Graph visualization options and latest developments
Linkurious
 
Bringing graph technologies to data analysis : the case of Azerbaijan in th...
Linkurious
 
Using graph technologies to fight fraud
Linkurious
 
Titan - Graph Computing with Cassandra
Matthias Broecheler
 
Network Visualization and Analysis with Cytoscape
Alexander Pico
 
Neo4j: Graph-like power
Roman Rodomansky
 
Dossier presentation bmr_associés
Marjorie KIENTZLER
 
Network and IT Operations
Neo4j
 
Spark and Hadoop Perfect Togeher by Arun Murthy
Spark Summit
 
BMR Advisors | Financial Crimes Compliance Services
Abhishek Bali
 
Machine Learning, Data Mining, Genetic Algorithms, Neural ...
butest
 
10-15 511 genetic algorithms and machine learning (alan nochenson)
Alan Nochenson
 
Github in a Graph
akollegger
 
Finding the insights hidden in your graph data
DataStax
 
Fouille de données issues d’un grand graphe par carte de Kohonen à noyau
tuxette
 
Graph Database Prototyping made easy with Graphgen
Christophe Willemsen
 
20141015 how graphs revolutionize access management
Rik Van Bruggen
 
Introduction to TitanDB
Knoldus Inc.
 
Ad

Similar to Introduction to the graph technologies landscape (20)

PDF
GraphTech Ecosystem - part 3: Graph Visualization
Linkurious
 
PDF
Ted Willke, Senior Principal Engineer & GM, Datacenter Group, Intel at MLconf SF
MLconf
 
PDF
GraphTech Ecosystem - part 2: Graph Analytics
Linkurious
 
PPTX
Large Scale Graph Analytics with JanusGraph
P. Taylor Goetz
 
PPTX
Large Scale Graph Analytics with JanusGraph
DataWorks Summit
 
PDF
Using graphs for recommendations
Rik Van Bruggen
 
PPTX
Neo4j GraphTour New York_ State of the State_Amit Chaudhry Neo4j
Neo4j
 
PDF
Big Graph : Tools, Techniques, Issues, Challenges and Future Directions
csandit
 
PDF
BIG GRAPH: TOOLS, TECHNIQUES, ISSUES, CHALLENGES AND FUTURE DIRECTIONS
cscpconf
 
PDF
GraphTech Ecosystem - part 1: Graph Databases
Linkurious
 
PDF
Know your dependencies
Janos Szendi-Varga
 
PPTX
State of Florida Neo4j Graph Briefing - Cyber IAM
Neo4j
 
PDF
Keynote: Graphs in Government_Lance Walter, CMO
Neo4j
 
PDF
How Graph Databases used in Police Department?
Samet KILICTAS
 
PDF
Leverage graph technologies to discover hidden insights in your EHS & Sustain...
iPoint BiS GmbH
 
PDF
IM in Graph 2017-05.pdf
Michal Miklas
 
PDF
An Overview of the Emerging Graph Landscape (Oct 2013)
Emil Eifrem
 
PDF
Introduction to Neo4j for the Emirates & Bahrain
Neo4j
 
PDF
Linkurious Enterprise: graph visualization platform neo4j
Linkurious
 
PDF
Leveraging Graphs for Better AI
Neo4j
 
GraphTech Ecosystem - part 3: Graph Visualization
Linkurious
 
Ted Willke, Senior Principal Engineer & GM, Datacenter Group, Intel at MLconf SF
MLconf
 
GraphTech Ecosystem - part 2: Graph Analytics
Linkurious
 
Large Scale Graph Analytics with JanusGraph
P. Taylor Goetz
 
Large Scale Graph Analytics with JanusGraph
DataWorks Summit
 
Using graphs for recommendations
Rik Van Bruggen
 
Neo4j GraphTour New York_ State of the State_Amit Chaudhry Neo4j
Neo4j
 
Big Graph : Tools, Techniques, Issues, Challenges and Future Directions
csandit
 
BIG GRAPH: TOOLS, TECHNIQUES, ISSUES, CHALLENGES AND FUTURE DIRECTIONS
cscpconf
 
GraphTech Ecosystem - part 1: Graph Databases
Linkurious
 
Know your dependencies
Janos Szendi-Varga
 
State of Florida Neo4j Graph Briefing - Cyber IAM
Neo4j
 
Keynote: Graphs in Government_Lance Walter, CMO
Neo4j
 
How Graph Databases used in Police Department?
Samet KILICTAS
 
Leverage graph technologies to discover hidden insights in your EHS & Sustain...
iPoint BiS GmbH
 
IM in Graph 2017-05.pdf
Michal Miklas
 
An Overview of the Emerging Graph Landscape (Oct 2013)
Emil Eifrem
 
Introduction to Neo4j for the Emirates & Bahrain
Neo4j
 
Linkurious Enterprise: graph visualization platform neo4j
Linkurious
 
Leveraging Graphs for Better AI
Neo4j
 

More from Linkurious (20)

PDF
Using graph technology for multi-INT investigations
Linkurious
 
PPTX
Webinar: What's new in Linkurious Enterprise 2.8
Linkurious
 
PDF
Graph-based intelligence analysis
Linkurious
 
PDF
What's new in Linkurious Enterprise 2.7
Linkurious
 
PDF
How to visualize Cosmos DB graph data
Linkurious
 
PDF
Getting started with Cosmos DB + Linkurious Enterprise
Linkurious
 
PDF
3 types of fraud graph analytics can help defeat
Linkurious
 
PDF
Graph analytics in Linkurious Enterprise
Linkurious
 
PDF
Graph technology and data-journalism: the case of the Paradise Papers
Linkurious
 
PDF
Visualize the Knowledge Graph and Unleash Your Data
Linkurious
 
PDF
Graph-based Product Lifecycle Management
Linkurious
 
PDF
Fraudes Financières: Méthodes de Prévention et Détection
Linkurious
 
PDF
Detecting eCommerce Fraud with Neo4j and Linkurious
Linkurious
 
PDF
Graph-based Network & IT Management.
Linkurious
 
PDF
Graph-powered data lineage in Finance
Linkurious
 
PDF
Using Linkurious in your Enterprise Architecture projects
Linkurious
 
PDF
Linkurious SDK: Build enterprise-ready graph applications faster
Linkurious
 
PDF
Fighting financial crime with graph analysis at BIWA Summit 2017
Linkurious
 
PDF
Reinforcing AML systems with graph technologies.
Linkurious
 
PDF
Using graphs technologies for intelligence analysis.
Linkurious
 
Using graph technology for multi-INT investigations
Linkurious
 
Webinar: What's new in Linkurious Enterprise 2.8
Linkurious
 
Graph-based intelligence analysis
Linkurious
 
What's new in Linkurious Enterprise 2.7
Linkurious
 
How to visualize Cosmos DB graph data
Linkurious
 
Getting started with Cosmos DB + Linkurious Enterprise
Linkurious
 
3 types of fraud graph analytics can help defeat
Linkurious
 
Graph analytics in Linkurious Enterprise
Linkurious
 
Graph technology and data-journalism: the case of the Paradise Papers
Linkurious
 
Visualize the Knowledge Graph and Unleash Your Data
Linkurious
 
Graph-based Product Lifecycle Management
Linkurious
 
Fraudes Financières: Méthodes de Prévention et Détection
Linkurious
 
Detecting eCommerce Fraud with Neo4j and Linkurious
Linkurious
 
Graph-based Network & IT Management.
Linkurious
 
Graph-powered data lineage in Finance
Linkurious
 
Using Linkurious in your Enterprise Architecture projects
Linkurious
 
Linkurious SDK: Build enterprise-ready graph applications faster
Linkurious
 
Fighting financial crime with graph analysis at BIWA Summit 2017
Linkurious
 
Reinforcing AML systems with graph technologies.
Linkurious
 
Using graphs technologies for intelligence analysis.
Linkurious
 

Recently uploaded (20)

PDF
advancepresentationskillshdhdhhdhdhdhhfhf
jasmenrojas249
 
PDF
Salesforce Implementation Services Provider.pdf
VALiNTRY360
 
PDF
WatchTraderHub - Watch Dealer software with inventory management and multi-ch...
WatchDealer Pavel
 
PDF
New Download FL Studio Crack Full Version [Latest 2025]
imang66g
 
PPTX
Contractor Management Platform and Software Solution for Compliance
SHEQ Network Limited
 
PDF
Immersive experiences: what Pharo users do!
ESUG
 
PDF
vAdobe Premiere Pro 2025 (v25.2.3.004) Crack Pre-Activated Latest
imang66g
 
PPTX
TRAVEL APIs | WHITE LABEL TRAVEL API | TOP TRAVEL APIs
philipnathen82
 
PPTX
Presentation about variables and constant.pptx
safalsingh810
 
PDF
What to consider before purchasing Microsoft 365 Business Premium_PDF.pdf
Q-Advise
 
PPTX
Presentation about Database and Database Administrator
abhishekchauhan86963
 
PDF
Enhancing Healthcare RPM Platforms with Contextual AI Integration
Cadabra Studio
 
PDF
MiniTool Power Data Recovery Crack New Pre Activated Version Latest 2025
imang66g
 
PPTX
Role Of Python In Programing Language.pptx
jaykoshti048
 
PPTX
classification of computer and basic part of digital computer
ravisinghrajpurohit3
 
PDF
Applitools Platform Pulse: What's New and What's Coming - July 2025
Applitools
 
PDF
Download iTop VPN Free 6.1.0.5882 Crack Full Activated Pre Latest 2025
imang66g
 
PDF
On Software Engineers' Productivity - Beyond Misleading Metrics
Romén Rodríguez-Gil
 
PPTX
Maximizing Revenue with Marketo Measure: A Deep Dive into Multi-Touch Attribu...
bbedford2
 
PDF
Key Features to Look for in Arizona App Development Services
Net-Craft.com
 
advancepresentationskillshdhdhhdhdhdhhfhf
jasmenrojas249
 
Salesforce Implementation Services Provider.pdf
VALiNTRY360
 
WatchTraderHub - Watch Dealer software with inventory management and multi-ch...
WatchDealer Pavel
 
New Download FL Studio Crack Full Version [Latest 2025]
imang66g
 
Contractor Management Platform and Software Solution for Compliance
SHEQ Network Limited
 
Immersive experiences: what Pharo users do!
ESUG
 
vAdobe Premiere Pro 2025 (v25.2.3.004) Crack Pre-Activated Latest
imang66g
 
TRAVEL APIs | WHITE LABEL TRAVEL API | TOP TRAVEL APIs
philipnathen82
 
Presentation about variables and constant.pptx
safalsingh810
 
What to consider before purchasing Microsoft 365 Business Premium_PDF.pdf
Q-Advise
 
Presentation about Database and Database Administrator
abhishekchauhan86963
 
Enhancing Healthcare RPM Platforms with Contextual AI Integration
Cadabra Studio
 
MiniTool Power Data Recovery Crack New Pre Activated Version Latest 2025
imang66g
 
Role Of Python In Programing Language.pptx
jaykoshti048
 
classification of computer and basic part of digital computer
ravisinghrajpurohit3
 
Applitools Platform Pulse: What's New and What's Coming - July 2025
Applitools
 
Download iTop VPN Free 6.1.0.5882 Crack Full Activated Pre Latest 2025
imang66g
 
On Software Engineers' Productivity - Beyond Misleading Metrics
Romén Rodríguez-Gil
 
Maximizing Revenue with Marketo Measure: A Deep Dive into Multi-Touch Attribu...
bbedford2
 
Key Features to Look for in Arizona App Development Services
Net-Craft.com
 

Introduction to the graph technologies landscape

  • 1. SAS founded in 2013 in Paris | http://linkurio.us | @linkurious Introduction to the graph technologies landscape.
  • 2. Introduction. “At Linkurious we believe graph technologies can have a powerful impact in the way we think about data and turn it into new products. This small report is meant to give you a glimpse into the emerging graph ecosystem. May it inspire you to join, use or launch graph projects.” Sébastien Heymann CEO of Linkurious
  • 3. Father Of Father Of Siblings What is a graph ? This is a graph.
  • 4. Father Of Father Of Siblings This is a node This is a relationship What is a graph ? / Nodes & relationshipsWhat is a graph : nodes and relationships. A graph is a set of nodes linked by relationships.
  • 5. People, objects, movies, restaurants, music... Antennas, servers, phones, people... Supplier, roads, warehouses, products... Supply chains Social networks Communications Differents domains where graphs are important. Graphs can be used to model many domains.
  • 6. Connect people to potential friends or to new interests. Graphs technologies turn data into insights. Supply chains Social networks Communications The impact of graphs. Faster delivery, more robust distribution network. Recover from a power outage faster.
  • 7. A growing interest in graphs. Graphs are gaining traction. In 2014, graph databases were the most popular database technology.
  • 8. Do you know the graph landscape? The graph technologies landscape.
  • 9. The three layers of graph technologies. Graph visualization Common tools : Cytoscape, Gephi, Keylines, Linkurious, Tom Sawyer Software Other solutions : D3.js, Sigma.js, Vivagraph.js Graph analysis Common tools : Faunus, Giraph, GraphLab, Graphx Other solutions : Pregel Graph databases Common tools : InfiniteGraph, Neo4j, OrientDB, Sparksee, Titan Other solutions : Accumulo, Cayley, HBase, HypergraphDB, Sqrrl, YarcData Store Three layers of graph technologies. Backend VisualizeAnalyse Frontend
  • 10. First layer : the graph databases. InfiniteGraph Neo4j OrientDB Sparksee Titan License commercial commercial/op en-source apache 2.0 license commercial apache 2.0 license Website http://www. objectivity. com/infinitegraph http://www. neo4j.org/ http://www. orientechnologi es. com/orientdb/ http://www. sparsity- technologies. com/ http: //thinkaurelius. github.io/titan/
  • 11. InfiniteGraph Graph database Website : http://www.objectivity.com/infinitegraph License : commercial InfiniteGraph. Description InfiniteGraph, brought by Objectivity, is a distributed graph databases that can handle very large datasets. It was first released in 2010 and has a commercial license.
  • 12. Neo4j Graph database Website : http://www.neo4j.org/ License : commercial/open-source Neo4j. Description Neo4j, the graph database developed by Neo Technology made it easier to work with graphs. Since the launch of the V1 in 2010, Neo4j garnered a lot of interest. Its open-source edition makes it very easy for developers to start experimenting with graph databases. Today, Neo Technology is the leading graph database with a long list of customer references. It remains focused on usability with recent releases bringing changes in the ETL process and data visualization.
  • 13. Description OrientDB is an Open Source database with the features of both Document and Graph databases. OrientDB is written completely in Java and can run on any platform without configuration and installation. OrientDB Graph database Website : http://www.orientechnologies.com/orientdb/ License : Apache 2.0 license OrientDB.
  • 14. Description Sparksee (formerly known as DEX) is a proprietary graph database built for performance. It has a small footprint, is natively available for .Net, C++, Python and Java. Sparksee mobile is the first graph database available for iOS and Android. Sparksee Graph database Website : http://www.sparsity-technologies.com/ License : commercial Sparksee.
  • 15. Description Titan, an other open-source project has been gaining a lot of attention lately. Though still in early stage, Titan is an ambitious project. It is a distributed graph database built to store and query graphs in the hundreds of billions of vertices and edges. Titan Graph database Website : http://thinkaurelius.github.io/titan/ License : Apache 2.0 license Titan.
  • 16. A growing need to store large graphs. Key tendencies for graph databases. Here are a few key tendencies for graph databases : ● graph databases are still a small niche within the NoSQL space but they are coming into their own ; ● choose the right graph database for your particular use case ; ● other big data solutions are sometimes used to store large graphs : Accumulo, HBase ; ● there exist a few integrated products that mix storage capabilities and advanced functionalities : Sqrrl, YarcData ;
  • 17. Faunus Giraph GraphLab GraphX License apache 2.0 license apache 2.0 license commercial/open- source apache 2.0 license Website http://thinkaurelius. github.io/faunus/ http://giraph. apache.org/ http://graphlab. com/ https://spark. apache.org/graphx/ Second layer : the graph analysis frameworks.
  • 18. Description The team behind the Titan graph database has also released Faunus. Faunus is a Hadoop-based graph analytics engine for analyzing graphs represented across a multi-machine compute cluster. It is compatible with HBase, Cassandra or Hadoop. Faunus. Faunus Graph analysis Website : http://thinkaurelius.github.io/faunus/ License : Apache 2.0 license
  • 19. Description Giraph, the Apache project, is an iterative graph processing system built for high scalability. It is currently used at Facebook to power its famous Graph Search. At Facebook, Giraph can process a graph with trillions of connections between people, places, likes and interests in minutes. It is compatible with Hadoop. Giraph. Giraph Graph analysis Website : http://giraph.apache.org/ License : Apache 2.0 license
  • 20. Description People interested in Machine Learning can turn to GraphLab to analyse their graph data. GraphLab was started as an open-source project by Prof. Carlos Guestrin of Carnegie Mellon University in 2009. Recently it has evolved in a data science toolbox but remains very useful for graph analytics. GaphLab. GraphLab Graph analysis Website : http://graphlab.com/ License : Commercial/Open-source
  • 21. Description Another popular solution for graph computing is Graphx. It is integrated to Apache Spark, an open-source data analytics cluster computing framework. GraphX has a built in library of algorithms and include ETL functionalities. It doesn’t offer the same performances as Giraph but is easier to use. GraphX. GraphX Graph analysis Website : https://spark.apache.org/graphx/ License : Apache 2.0 license
  • 22. Graph computation is part of the big data toolset. Here are a few key tendencies for the graph analysis frameworks : ● most graph databases have their own query language (ex : Cypher for Neo4j and Faunus for Titan ) ; ● GraphX and Giraph are bringing graph paradigms to HBase, Cassandra and Hadoop ; ● GraphBuilder, an Intel project can help transform tabular data into graphs ; Key tendencies for graph analysis frameworks.
  • 23. Third layer : the graph visualization solutions. Cytoscape Gephi Keylines Linkurious Tom Sawyer Software License GPL License CDDL, GPLv3 commercial commercial commercial Website http://www. cytoscape.org/ https: //gephi. github.io/ http://keylines. com/ http://linkurio.us https://www. tomsawyer. com/home/
  • 24. Description Another graph visualization solution is Cytoscape. Mostly used by biologists at first, it has progressively evolved in a general platform for complex network analysis and visualization. It is desktop-based and is supported by a large community. Cytoscape. Cytoscape Graph visualization Website : http://www.cytoscape.org/ License : GPL License
  • 25. Gephi. Gephi Graph visualization Website : https://gephi.github.io/ License : CDDL, GPLv3 Description Gephi has played a key role in this process. It is an open-source graph visualization solution. It packs a powerful set of SNA algorithms and visualization options. Used by a wide community of scientists and data scientists, it is akin to a “Photoshop for graphs”.
  • 26. Description KeyLines is a software library for graph visualization. Developed by Cambridge Intelligence, it is designed to help developers create interactive web applications around graphs. Keylines. Keylines Graph visualization Website : http://keylines.com/ License : commercial
  • 27. Description Graph visualization is going beyond the world of scientists. Linkurious is a commercial graph visualization solution that aims to democratize graph visualization. Its interface is designed for the interactive exploration of large graphs and comes directly with features common in traditional business intelligence applications (security, user management, etc). Linkurious. Linkurious Graph visualization Website : http://linkurio.us License : commercial
  • 28. Description Tom Sawyer Software sells a collection of software development kits for graph visualization and analysis. Its products are used by established companies like NASA and Oracle. It is compatible with ActiveX, C++, Java, and .NET. Tom Sawyer Software. Tom Sawyer Software Graph visualization Website : https://www.tomsawyer.com/home/ License : commercial
  • 29. Here are a few key tendencies for graph databases : ● traditional graph visualization solutions were targeted at developers and data scientists : Cytoscape, Gephi ; ● companies like Cambridge Intelligence and Linkurious are making graphs easier to understand for business people, not just data scientists ; ● a few projects try to integrate the different layers of the graph technologies into complete products : Dendrite, Linkurious, Tom Sawyer Software ; Graph visualization moving to the enterprise. Key tendencies for graph visualization solutions.
  • 30. Other notable players. Full stack graph startups Data science platforms
  • 31. Contact us to discuss your projects at [email protected] Conclusion