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

What's hot (20)

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

Viewers also liked (20)

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

Similar to Introduction to the graph technologies landscape (20)

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

More from Linkurious (20)

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

Recently uploaded (20)

PDF
Odoo Companies in India – Driving Business Transformation.pdf
PDF
T3DD25 TYPO3 Content Blocks - Deep Dive by André Kraus
PPTX
Operating system designcfffgfgggggggvggggggggg
PDF
How to Choose the Right IT Partner for Your Business in Malaysia
PDF
top salesforce developer skills in 2025.pdf
PPTX
Agentic AI : A Practical Guide. Undersating, Implementing and Scaling Autono...
PDF
Internet Downloader Manager (IDM) Crack 6.42 Build 42 Updates Latest 2025
PPTX
CHAPTER 12 - CYBER SECURITY AND FUTURE SKILLS (1) (1).pptx
PDF
Design an Analysis of Algorithms II-SECS-1021-03
PPTX
VVF-Customer-Presentation2025-Ver1.9.pptx
PDF
Flood Susceptibility Mapping Using Image-Based 2D-CNN Deep Learnin. Overview ...
PDF
Digital Strategies for Manufacturing Companies
PPT
Introduction Database Management System for Course Database
PDF
2025 Textile ERP Trends: SAP, Odoo & Oracle
PPTX
L1 - Introduction to python Backend.pptx
PDF
medical staffing services at VALiNTRY
PDF
System and Network Administraation Chapter 3
PPTX
Odoo POS Development Services by CandidRoot Solutions
PPTX
Agentic AI Use Case- Contract Lifecycle Management (CLM).pptx
PDF
Why TechBuilder is the Future of Pickup and Delivery App Development (1).pdf
Odoo Companies in India – Driving Business Transformation.pdf
T3DD25 TYPO3 Content Blocks - Deep Dive by André Kraus
Operating system designcfffgfgggggggvggggggggg
How to Choose the Right IT Partner for Your Business in Malaysia
top salesforce developer skills in 2025.pdf
Agentic AI : A Practical Guide. Undersating, Implementing and Scaling Autono...
Internet Downloader Manager (IDM) Crack 6.42 Build 42 Updates Latest 2025
CHAPTER 12 - CYBER SECURITY AND FUTURE SKILLS (1) (1).pptx
Design an Analysis of Algorithms II-SECS-1021-03
VVF-Customer-Presentation2025-Ver1.9.pptx
Flood Susceptibility Mapping Using Image-Based 2D-CNN Deep Learnin. Overview ...
Digital Strategies for Manufacturing Companies
Introduction Database Management System for Course Database
2025 Textile ERP Trends: SAP, Odoo & Oracle
L1 - Introduction to python Backend.pptx
medical staffing services at VALiNTRY
System and Network Administraation Chapter 3
Odoo POS Development Services by CandidRoot Solutions
Agentic AI Use Case- Contract Lifecycle Management (CLM).pptx
Why TechBuilder is the Future of Pickup and Delivery App Development (1).pdf

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 contact@linkurio.us Conclusion