SlideShare une entreprise Scribd logo
1  sur  59
Graph Gurus 35
No Code Graph Analytics to Get
Insights from Petabytes of Data Using
TigerGraph 3.0
© 2020 TigerGraph. All Rights Reserved
Today's Speakers
2
Emma Liu
Product Manager
● BS in Engineering from Harvey Mudd College, MS
in Engineering Systems from MIT
● Prior work experience at Oracle and MarkLogic
● Focus - Cloud, Containers, Enterprise Infra,
Monitoring, Management, Connectors
Rayees Pasha
Product Manager
● MS in Computer Science from University of Memphis
● Prior Lead PM and ENG positions at Workday, Hitachi
and HP
● Expertise in Database Management and Big Data
Technologies
© 2020 TigerGraph. All Rights Reserved
Some Housekeeping Items
● Although your phone is muted we do want to answer your questions -
submit your questions at any time using the Q&A tab in the menu
● The webinar is being recorded and will uploaded to our website shortly
(https://www.tigergraph.com/webinars/) and the URL will be emailed
you
● If you have issues with Zoom please contact the panelists via chat
3
© 2020 TigerGraph. All Rights Reserved
TigerGraph - Gartner Cool Vendor
TigerGraph identified as one of the four vendors in Gartner Cool Vendors in Data
Management report in recognition of new groundbreaking features in 3.0 release.
© 2020 TigerGraph. All Rights Reserved
Why Graph; Why Now?
Business want to ask business logic
questions of their data
Blending data from multiple sources,
multiple business units, and
increasingly external data
Larger and more varied datasets
mean more variables to analyze
and connections to explore and test
Importance of Graph in Today’s World
5
© 2020 TigerGraph. All Rights Reserved
Today’s Outline
1
3
2
Introducing TigerGraph Version 3.0
TigerGraph Application Features
TigerGraph Core Database Features
4 Deep Dive into No Code Features
6
TigerGraph 3.0
7
Introducing TigerGraph Version 3.0
© 2020 TigerGraph. All Rights Reserved
TigerGraph 3.0 Product Focus
Product
Focus
Ease of
Use
Scale and
Performance
Better
Together
© 2020 TigerGraph. All Rights Reserved
TigerGraph 3.0 Features By Product Area
Apps
•No Code tools for
new Graph users
Database
Engine
•GSQL Language
Improvements
Platform
•Petabyte Scale
Platform for
unlimited scale
TigerGraph 3.0
© 2020 TigerGraph. All Rights Reserved
TigerGraph 3.0 Feature Benefits
•Easy exploration of Graph data for non-Graph users
using No-Code tooling.
•Ensure easy integration with downstream
applications using connectors
App
Users
Application
Development
•At least 10x improvement in
Cluster Operations Speed
•Parallel Installer for concurrent
upgrades for all cluster sizes
•Petabyte scale to support
unlimited data growth;
Operations &
Administration
•Enhances developer productivity by
providing quick Visual tools;
•Provides a scalable integration path to take
solution into production environment
© 2020 TigerGraph. All Rights Reserved
TigerGraph 3.0 Release Feature Highlights
• No Code Migration from Relational Database
• Empower data scientists to access the RDBMS data stores (warehouses, marts)
by providing a no-code path to convert schema & load data to TigerGraph
• No Code Graph Analytics with Visual Query Builder
• Empower non-technical users to produce and run graph queries simply by
drawing the patterns they want, similar to visual data modeling
• User-Defined Indexing
• Empower all users to access non-key data attributes directly
• Zero ramp-up time - Identical semantics to SQL, making it easy for DB
administrators who know SQL
• Easier & Faster Deployment Across Distributed Environment
• Empower database administrators to scale up TigerGraph deployments with
bigger datasets, in minutes
11
Limited Availability: March 2020, General Availability June 2020
No Code
Required
Scale and
Performance
© 2020 TigerGraph. All Rights Reserved
TigerGraph 3.0 - Other Major Features
● GSQL/Engine Features
○ Schema-Flexible Querying
● GraphStudio Application
○ Interpreted mode querying
○ Full MultiGraph Support in Graph Studio
○ Internationalization and Localization
● System Management
○ Database Export/Import Utility
○ New Installer - 10x faster
○ UI for User and License Key management
● And many more …
12
Ease of
Use
Better
Together
TigerGraph 3.0
Core Database Feature Deep Dive
© 2020 TigerGraph. All Rights Reserved
The TigerGraph Difference
14
Feature Design Difference Benefit
Real-Time Deep-Link Querying ● Native Graph, for speed and
efficiency
● C++ engine, for high
performance
● Uncovers hard-to-find patterns
● Operational, real-time
● HTAP: Transactions+Analytics
Handling Massive Scale ● Distributed DB architecture
● Massively parallel processing
● Compressed storage reduces
footprint and messaging
● Integrates all your data
● Automatic partitioning
● Complete data → Better
detection
In-Database Analytics ● GSQL: High-level yet Turing-
complete language
● User-extensible graph algorithm
library, runs in-Database
● Accumulators for OLAP
● Avoids transferring data
● Richer graph context
● Option for in-DB machine
learning
5 to 10+ hops deep
© 2020 TigerGraph. All Rights Reserved 15
Graph Storage Engine
(GSE)
Graph Processing Engine
(GPE)
Graph
Data
Storage
ID
Service
Parallel
Query
Processing
Message
Queuing
(Apache Kafka /
Zookeeper)
Data
Snapshots
GSQL
Queries
Visual
Design UI
RESTful
APIs
ETL Data
Loader
Input
Data
TigerGraph Architecture
Operational &
Historic Data
Master Data
DBs
Spark
Streams
Files
Business
Intelligence
Analytics
Visualization
Dashboards
Reports
Data
Warehouses
Master Data
Stores
Machine
Learning
user
queries,
graph
algorithms
GSQL
Server
Graph-
Studio
Server
RESTPP
Indexing
© 2020 TigerGraph. All Rights Reserved
TigerGraph 3.0 - User-defined Indexes
Overview:
• Design: Modeled after Secondary
Index feature in relational databases
• Functionality: Build Index on Vertex
Attribute or Range to get quick
access.
• Syntax: ALTER VERTEX statement is
used to add or remove Indexes.
Indexes will be supported for all
DML/IUD commands with some
exceptions on supported
predicates.
Scale and
Performance
© 2020 TigerGraph. All Rights Reserved
TigerGraph 3.0 - User-defined Indexes
Benefits:
• User-defined Indexes are
performance feature.
• They allow users to get the same
high performance even if the
Querying Pattern changes giving
users flexibility.
• Users can benefit from enhanced
HA as User-defined indexes are
distributed same as base
Vertexes.
Scale and
Performance
© 2020 TigerGraph. All Rights Reserved
TigerGraph 3.0 - User-defined Indexes
Performance Impact
• Performance upside is dependent
on the predicate selectivity.
• Performance results have been
tremendous with 50 to 100 times
faster query performance.
Index Maintenance Overhead :
• Index maintenance will depend on
the number of indexes.
• Update Query performance and
Index Storage overhead was up to
15%.
Scale and
Performance
© 2020 TigerGraph. All Rights Reserved
TigerGraph 3.0 - Schema-flexible Querying
In 3.0, GSQL Query
Language allows schema-
independent queries
• Developer puts
variables for vertex,
edge, attribute types
• User supplies actual
names at run time.
Ease of
Use
© 2020 TigerGraph. All Rights Reserved
TigerGraph 3.0 - Schema-flexible Querying
Prior to 3.0, GSQL queries are
statically compiled for predefined
schema:
Example:
Pre-3.0 Version:
RUN QUERY
Social_path_person_knows("John_Doe","
Jane_Doe")
3.0 Version:
RUN QUERY
shortest_path("Person","knows","John_
Doe","Jane_Doe")
Ease of
Use
© 2020 TigerGraph. All Rights Reserved
TigerGraph 3.0 - Schema-flexible Querying
Benefits:
● Improves Developer
Productivity
● Supplying parameters at
runtime allows for
cleaner code.
● Schema-flexible Query
code allows easy reuse.
● Allows easy collaboration
among team members.
Ease of
Use
© 2020 TigerGraph. All Rights Reserved
TigerGraph 3.0 - Export/Import Tool
• Database Export/Import Utility tool to migrate
from one TigerGraph instance to another,
including transferring all graphs, schema, users,
and data.
• Optional parameters allow users flexibility to
pick contents of each Export job.
• Export Syntax:
EXPORT GRAPH ALL OPTIONS* TO "/path/to/a/folder"
OPTIONS ::= (-S | --SCHEMA | -T | --TEMPLATE | -D | --DATA | -U | -
-USERS | -P | --PASSWORD)
• Import Syntax:
IMPORT GRAPH ALL (-P | --PASSWORD | -ku | --keep-users)? FROM
"/path/from/a/folder"
Better
Together
© 2020 TigerGraph. All Rights Reserved
TigerGraph 3.0 - Export/Import Tool
Benefits:
• Export/Import Utility allows
users to move data out of
database into downstream
applications easily
• It can be used for restore
operations.
• It allows users to test new
versions easily.
Better
Together
© 2020 TigerGraph. All Rights Reserved
TigerGraph 3.0 - New Installer
Key features:
● Support for multiple versions of TigerGraph on the
same cluster
○ Upgrades do not overwrite existing installation
● Support for in-place migration to a new
compatible version to coexist and share the same
data folder.
○ Not applicable to pre-3.0 versions of
TigerGraph
● Improved Installer performance installation is run
in parallel on all nodes
Scale and
Performance
© 2020 TigerGraph. All Rights Reserved
TigerGraph 3.0 - New Installer
Benefits:
• New Installer reduces the overhead
related to System Management
Operations
• This is handy to deal with regressions
and test new functionality.
• Reduces the installation time for cluster-
wide upgrades
Scale and
Performance
Ease of Use
No Code Graph Analytics
For Everyone!
TigerGraph 3.0 Application Features
© 2020 TigerGraph. All Rights Reserved
TigerGraph 3.0 Feature Benefits
•Easy exploration of Graph data for non-Graph users
using No-Code tooling.
•Ensure easy integration with downstream
applications using connectors
App
Users
Application
Development
•At least 10x improvement in
Cluster Operations Speed
•Parallel Installer for concurrent
upgrades for all cluster sizes
•Petabyte scale to support
unlimited data growth;
Operations &
Administration
•Enhances developer productivity by
providing quick Visual tools;
•Provides a scalable integration path to take
solution into production environment
© 2020 TigerGraph. All Rights Reserved
NEW TigerGraph 3.0
Application Features
● No Code Graph Analytics
○ Migration from Relational to
Graph
○ Visual Query Builder
● GraphStudio
○ MultiGraph Support
○ Secondary Index
○ GSQL Interpreted Mode
○ Internalization & Localization
● Admin Portal
○ User Management
○ License Management
Ease of
Use
Better
Together
© 2020 TigerGraph. All Rights Reserved
NEW TigerGraph 3.0
Application Features
● No Code Graph Analytics
○ Migration from Relational to
Graph
○ Visual Query Builder
● GraphStudio
○ MultiGraph Support
○ Secondary Index
○ GSQL Interpreted Mode
○ Internalization & Localization
● Admin Portal
○ User Management
○ License Management
Ease of
Use
Better
Together
© 2020 TigerGraph. All Rights Reserved
No Code Migration from Relational Database to TigerGraph
● User Friendly and Speedy
Transition from Relational
Data Stores to TigerGraph
via Simple Clicks
● Intuitive Steps to New Graph
Model through Auto
Generated Schema and
Data Mapping
● Accelerated ETL Process
and Built-in Data Loading
● Flexibility and Agility via
Customizable Options
30
Overview Video - tigergraph.com/nocode
© 2020 TigerGraph. All Rights Reserved
No Code Graph Analytics with Visual Query Builder
● Intuitive Approach to Graph
Analytics
○ Translate a question into an
executable query and get to the
Graph Insights. E.g. “I want to find
all the people who are friends of
me and my manager in Company
X and Y”
● Speed to Business Value for
Graph Use Cases
○ Output Graph Insights through
Graph Patterns
● Decrease Learning Curve to
Graph Analytics
○ Drag and Drop - No need to write
GSQL Queries
31
Overview Video - tigergraph.com/nocode
© 2020 TigerGraph. All Rights Reserved 32
Graph Storage Engine
(GSE)
Graph Processing Engine
(GPE)
Graph
Data
Storage
ID
Service
Parallel
Query
Processing
Message
Queuing
(Apache Kafka /
Zookeeper)
Data
Snapshots
GSQL
Queries
Visual
Design UI
RESTful
APIs
ETL Data
Loader
Input
Data
TigerGraph Architecture
Operational &
Historic Data
Master Data
DBs
Spark
Streams
Files
Business
Intelligence
Analytics
Visualization
Dashboards
Reports
Data
Warehouses
Master Data
Stores
Machine
Learning
user
queries,
graph
algorithms
GSQL
Server
Graph-
Studio
Server
RESTPP
Indexing
© 2020 TigerGraph. All Rights Reserved
TigerGraph No Code Data Workflow
GraphStudio - TigerGraph Visual SDK
No Code
RDBMS
to Graph
Auto Populated
Graph Schema
Graph Data Mapping
33
Business
Intelligence
Analytics
Visualization
Dashboards
Reports
Data
Warehouses
Master Data
Stores
Machine
Learning
Relational
Data
Stores
No Code
Visual Query
Builder
Drag-and-Drop
Graph Patterns
Auto Generated
GSQL Queries
RESTful
APIs
Relational
Schema
& Data
DBs
Spark
Streams
Files ETL Data
Loader
User Customized
Graph Schema
Graph Data Mapping
© 2020 TigerGraph. All Rights Reserved
Who Are We Designing For?
Business Analysts who want
to explore common Graph
Analytics
Developers who are learning
and using TigerGraph and
GSQL, and want to reuse
Graph Patterns
Data Architects who are
transitioning from RDBMS to
TigerGraph, and want auto-
generated Graph Schemas
Data Scientists who want to
examine Graph Features for
Machine Learning Models
34
Ease of
Use
© 2020 TigerGraph. All Rights Reserved
NEW TigerGraph 3.0
Application Features
● No Code Graph Analytics
○ Migration from Relational to
Graph
○ Visual Query Builder
● GraphStudio
○ MultiGraph Support
○ Secondary Index
○ GSQL Interpreted Mode
○ Internalization & Localization
● Admin Portal
○ User Management
○ License Management
Ease of
Use
Better
Together
© 2020 TigerGraph. All Rights Reserved
No Code Migration from Relational Database to TigerGraph
● User Friendly and Speedy
Transition from Relational
Data Stores to TigerGraph
via Simple Clicks
● Intuitive Steps to New Graph
Model through Auto
Generated Schema and
Data Mapping
● Accelerated ETL Process
and Built-in Data Loading
● Flexibility and Agility via
Customizable Options
36
Overview Video - tigergraph.com/nocode
© 2020 TigerGraph. All Rights Reserved
No Code Migration from Relational Database to TigerGraph
Step 1: Choose the relational data store to migrate schema
into a TigerGraph instance
Step 2: Select tables and attributes to migrate from each
relational schema
Step 3: Load the data from relational data sources
Step 4: Customize and optimize graph schema and data
mapping in GraphStudio
Overview Video - tigergraph.com/nocode
© 2020 TigerGraph. All Rights Reserved
DEMO
No Code Migration from RDBMS to Graph
38
© 2020 TigerGraph. All Rights Reserved
NEW TigerGraph 3.0
Application Features
● No Code Graph Analytics
○ Migration from Relational to
Graph
○ Visual Query Builder
● GraphStudio
○ MultiGraph Support
○ Secondary Index
○ GSQL Interpreted Mode
○ Internalization & Localization
● Admin Portal
○ User Management
○ License Management
Ease of
Use
© 2020 TigerGraph. All Rights Reserved
No Code Graph Analytics with Visual Query Builder
● Intuitive Approach to Graph
Analytics
○ Translate a question into an
executable query and get to the
Graph Insights. E.g. “I want to find
all the people who are friends of
me and my manager in Company
X and Y”
● Speed to Business Value for
Graph Use Cases
○ Output Graph Insights through
Graph Patterns
● Decrease Learning Curve to
Graph Analytics
○ Drag and Drop - No need to write
GSQL Queries
40
Overview Video - tigergraph.com/nocode
© 2020 TigerGraph. All Rights Reserved
Build Graph Patterns In Simple Steps
41
Step 1: Analyze Your Inquiry
Step 2: Identify Entities and Relationships
Step 3: Pick and Merge Vertices and Edges
Step 4: Add Filters/Aggregations/Orders/Limits/Parameters/Widgets
Step 5: Output and Verify Your Results
Overview Video - tigergraph.com/nocode
© 2020 TigerGraph. All Rights Reserved
DEMO
Visual Query Builder
42
© 2020 TigerGraph. All Rights Reserved
NEW TigerGraph 3.0
Application Features
● No Code Graph Analytics
○ Migration from Relational to
Graph
○ Visual Query Builder
● GraphStudio
○ MultiGraph Support
○ Secondary Index
○ GSQL Interpreted Mode
○ Internalization & Localization
● Admin Portal
○ User Management
○ License Management
Ease of
Use
Scale and
Performance
© 2020 TigerGraph. All Rights Reserved
TigerGraph MultiGraph Service
- Real-Time Collaboration and Security for Sensitive Data
Secure Managed Data Sharing
• Share & Collaborate:
• Multiple groups share one master
database
⇒ data integration, insights, productivity
• Real-time:
Shared updates, no copying
⇒ cleaner, faster, cheaper
• Fine-Grained Security:
• Each group is granted its own view
• Each group’s permissions are managed
separately
44
© 2020 TigerGraph. All Rights Reserved
Secure Managed Data Sharing
• Share & Collaborate:
• Multiple groups share one master
database
⇒ data integration, insights, productivity
• Real-time:
Shared updates, no copying
⇒ cleaner, faster, cheaper
• Fine-Grained Security:
• Each group is granted its own view
• Each group’s permissions are managed
separately
GraphStudio Support
- Design and Use MultiGraph From User Interface
© 2020 TigerGraph. All Rights Reserved
GraphStudio
- Support for GSQL Interpreted Mode
• Faster Query Iteration - Interpreted Mode Support
• Queries run in interpreted mode in Graph Studio by default unless
installed
• Caution: running queries in interpreted mode is slower than
installed mode
© 2020 TigerGraph. All Rights Reserved
Interpreted Mode in GraphStudio
© 2020 TigerGraph. All Rights Reserved
Internationalization and Localization for UI
© 2020 TigerGraph. All Rights Reserved
GraphStudio - Support for Secondary Index
• Speed Up Query Performance Using The New Engine Feature
• Hide Design Complexity Via One Click Enablement
© 2020 TigerGraph. All Rights Reserved
NEW TigerGraph 3.0
Application Features
● No Code Graph Analytics
○ Migration from Relational to
Graph
○ Visual Query Builder
● GraphStudio
○ MultiGraph Support
○ Secondary Index
○ GSQL Interpreted Mode
○ Internalization & Localization
● Admin Portal
○ User Management
○ License Management
Ease of
Use
© 2020 TigerGraph. All Rights Reserved
Admin Portal - User Management
Web-Based User
Management with
Role/Privileges
Assignment
© 2020 TigerGraph. All Rights Reserved
Admin Portal - License Management
Web-Based License
Management with
License Details
Summary
© 2020 TigerGraph. All Rights Reserved
Why TigerGraph 3.0?
54
Product
Focus
Ease of
Use
Scale and
Performance
Better
Together
Easier & Faster
Deployment Across
Distributed
Environment For
Large Data
No Code Migration
from Relational
Database
Web-based
Admin Portal
Schema-Flexible Querying
User Defined Indexing
Internationalization
MultiGraph in GraphStudio
Interpreted Mode in
GraphStudio
No Code Visual
Query Builder
© 2020 TigerGraph. All Rights Reserved
TigerGraph is the only system today
that can help us make real-time care-
path recommendations using
knowledge of 50 million patients. Your
products will have worldwide impact on
making everyone’s lives better in more
ways than you can imagine.
Distinguished Engineer at a
Fortune 10 Healthcare Company
55
© 2020 TigerGraph. All Rights Reserved
Q & A
56
• Use TigerGraph Cloud for Free: tgcloud.io
• TigerGraph 3.0 Release:
tigergraph.com/nocode
© 2020 TigerGraph. All Rights Reserved
More Questions?
Start Free at TigerGraph Cloud
https://www.tigergraph.com/cloud/
Join our Developer Forum
https://community.tigergraph.com
Join our Developer Chat
https://discord.gg/F2c9b9v
Sign up for our Developer Office Hours (Thursday at 11 AM PDT)
https://info.tigergraph.com/officehours
57
© 2020 TigerGraph. All Rights Reserved
Upcoming Webinars
Combining graph analytics and Machine Learning
with the FIBO ontology to deliver an integrated
fraud-detection solution.
Thursday, May 21, at 8 am PDT
https://register.gotowebinar.com/register/7643810740309391883
Graph Gurus 36: GSQL Writing Best Practices -
Part 3 Memory Optimization
Wednesday, June 3 at 11 am PDT
https://info.tigergraph.com/graph-gurus-36
Graph Algorithms
Combined with ML
are Saving the World
58
Thank You

Contenu connexe

Tendances

Graph Gurus Episode 26: Using Graph Algorithms for Advanced Analytics Part 1
Graph Gurus Episode 26: Using Graph Algorithms for Advanced Analytics Part 1Graph Gurus Episode 26: Using Graph Algorithms for Advanced Analytics Part 1
Graph Gurus Episode 26: Using Graph Algorithms for Advanced Analytics Part 1TigerGraph
 
Graph Gurus Episode 27: Using Graph Algorithms for Advanced Analytics Part 2
Graph Gurus Episode 27: Using Graph Algorithms for Advanced Analytics Part 2Graph Gurus Episode 27: Using Graph Algorithms for Advanced Analytics Part 2
Graph Gurus Episode 27: Using Graph Algorithms for Advanced Analytics Part 2TigerGraph
 
Graph + AI World Opening Keynote
Graph + AI World Opening KeynoteGraph + AI World Opening Keynote
Graph + AI World Opening KeynoteTigerGraph
 
Graph+AI for Fin. Services
Graph+AI for Fin. ServicesGraph+AI for Fin. Services
Graph+AI for Fin. ServicesTigerGraph
 
Fast Parallel Similarity Calculations with FPGA Hardware
Fast Parallel Similarity Calculations with FPGA HardwareFast Parallel Similarity Calculations with FPGA Hardware
Fast Parallel Similarity Calculations with FPGA HardwareTigerGraph
 
Graph-Based Identity Resolution at Scale
Graph-Based Identity Resolution at ScaleGraph-Based Identity Resolution at Scale
Graph-Based Identity Resolution at ScaleTigerGraph
 
Using Graph Algorithms for Advanced Analytics - Part 2 Centrality
Using Graph Algorithms for Advanced Analytics - Part 2 CentralityUsing Graph Algorithms for Advanced Analytics - Part 2 Centrality
Using Graph Algorithms for Advanced Analytics - Part 2 CentralityTigerGraph
 
Graph Databases and Machine Learning | November 2018
Graph Databases and Machine Learning | November 2018Graph Databases and Machine Learning | November 2018
Graph Databases and Machine Learning | November 2018TigerGraph
 
Using Graph Algorithms For Advanced Analytics - Part 4 Similarity 30 graph al...
Using Graph Algorithms For Advanced Analytics - Part 4 Similarity 30 graph al...Using Graph Algorithms For Advanced Analytics - Part 4 Similarity 30 graph al...
Using Graph Algorithms For Advanced Analytics - Part 4 Similarity 30 graph al...TigerGraph
 
Graph Gurus 15: Introducing TigerGraph 2.4
Graph Gurus 15: Introducing TigerGraph 2.4 Graph Gurus 15: Introducing TigerGraph 2.4
Graph Gurus 15: Introducing TigerGraph 2.4 TigerGraph
 
Plume - A Code Property Graph Extraction and Analysis Library
Plume - A Code Property Graph Extraction and Analysis LibraryPlume - A Code Property Graph Extraction and Analysis Library
Plume - A Code Property Graph Extraction and Analysis LibraryTigerGraph
 
Graph Gurus Episode 17: Seven Key Data Science Capabilities Powered by a Nati...
Graph Gurus Episode 17: Seven Key Data Science Capabilities Powered by a Nati...Graph Gurus Episode 17: Seven Key Data Science Capabilities Powered by a Nati...
Graph Gurus Episode 17: Seven Key Data Science Capabilities Powered by a Nati...TigerGraph
 
Graph Gurus Episode 1: Enterprise Graph
Graph Gurus Episode 1: Enterprise GraphGraph Gurus Episode 1: Enterprise Graph
Graph Gurus Episode 1: Enterprise GraphTigerGraph
 
Graph Gurus Episode 28: In-Database Machine Learning Solution for Real-Time R...
Graph Gurus Episode 28: In-Database Machine Learning Solution for Real-Time R...Graph Gurus Episode 28: In-Database Machine Learning Solution for Real-Time R...
Graph Gurus Episode 28: In-Database Machine Learning Solution for Real-Time R...TigerGraph
 
Fraud prevention is better with TigerGraph inside
Fraud prevention is better with  TigerGraph insideFraud prevention is better with  TigerGraph inside
Fraud prevention is better with TigerGraph insideTigerGraph
 
Using Graph Algorithms for Advanced Analytics - Part 2 Centrality
Using Graph Algorithms for Advanced Analytics - Part 2 CentralityUsing Graph Algorithms for Advanced Analytics - Part 2 Centrality
Using Graph Algorithms for Advanced Analytics - Part 2 CentralityTigerGraph
 
Graph Gurus Episode 9: How Visa Optimizes Network and IT Resources with a Nat...
Graph Gurus Episode 9: How Visa Optimizes Network and IT Resources with a Nat...Graph Gurus Episode 9: How Visa Optimizes Network and IT Resources with a Nat...
Graph Gurus Episode 9: How Visa Optimizes Network and IT Resources with a Nat...TigerGraph
 
Using Graph Algorithms for Advanced Analytics - Part 5 Classification
Using Graph Algorithms for Advanced Analytics - Part 5 ClassificationUsing Graph Algorithms for Advanced Analytics - Part 5 Classification
Using Graph Algorithms for Advanced Analytics - Part 5 ClassificationTigerGraph
 
Graph + AI World 2020: Opening Day Keynote
Graph + AI World 2020: Opening Day KeynoteGraph + AI World 2020: Opening Day Keynote
Graph + AI World 2020: Opening Day KeynoteTigerGraph
 

Tendances (19)

Graph Gurus Episode 26: Using Graph Algorithms for Advanced Analytics Part 1
Graph Gurus Episode 26: Using Graph Algorithms for Advanced Analytics Part 1Graph Gurus Episode 26: Using Graph Algorithms for Advanced Analytics Part 1
Graph Gurus Episode 26: Using Graph Algorithms for Advanced Analytics Part 1
 
Graph Gurus Episode 27: Using Graph Algorithms for Advanced Analytics Part 2
Graph Gurus Episode 27: Using Graph Algorithms for Advanced Analytics Part 2Graph Gurus Episode 27: Using Graph Algorithms for Advanced Analytics Part 2
Graph Gurus Episode 27: Using Graph Algorithms for Advanced Analytics Part 2
 
Graph + AI World Opening Keynote
Graph + AI World Opening KeynoteGraph + AI World Opening Keynote
Graph + AI World Opening Keynote
 
Graph+AI for Fin. Services
Graph+AI for Fin. ServicesGraph+AI for Fin. Services
Graph+AI for Fin. Services
 
Fast Parallel Similarity Calculations with FPGA Hardware
Fast Parallel Similarity Calculations with FPGA HardwareFast Parallel Similarity Calculations with FPGA Hardware
Fast Parallel Similarity Calculations with FPGA Hardware
 
Graph-Based Identity Resolution at Scale
Graph-Based Identity Resolution at ScaleGraph-Based Identity Resolution at Scale
Graph-Based Identity Resolution at Scale
 
Using Graph Algorithms for Advanced Analytics - Part 2 Centrality
Using Graph Algorithms for Advanced Analytics - Part 2 CentralityUsing Graph Algorithms for Advanced Analytics - Part 2 Centrality
Using Graph Algorithms for Advanced Analytics - Part 2 Centrality
 
Graph Databases and Machine Learning | November 2018
Graph Databases and Machine Learning | November 2018Graph Databases and Machine Learning | November 2018
Graph Databases and Machine Learning | November 2018
 
Using Graph Algorithms For Advanced Analytics - Part 4 Similarity 30 graph al...
Using Graph Algorithms For Advanced Analytics - Part 4 Similarity 30 graph al...Using Graph Algorithms For Advanced Analytics - Part 4 Similarity 30 graph al...
Using Graph Algorithms For Advanced Analytics - Part 4 Similarity 30 graph al...
 
Graph Gurus 15: Introducing TigerGraph 2.4
Graph Gurus 15: Introducing TigerGraph 2.4 Graph Gurus 15: Introducing TigerGraph 2.4
Graph Gurus 15: Introducing TigerGraph 2.4
 
Plume - A Code Property Graph Extraction and Analysis Library
Plume - A Code Property Graph Extraction and Analysis LibraryPlume - A Code Property Graph Extraction and Analysis Library
Plume - A Code Property Graph Extraction and Analysis Library
 
Graph Gurus Episode 17: Seven Key Data Science Capabilities Powered by a Nati...
Graph Gurus Episode 17: Seven Key Data Science Capabilities Powered by a Nati...Graph Gurus Episode 17: Seven Key Data Science Capabilities Powered by a Nati...
Graph Gurus Episode 17: Seven Key Data Science Capabilities Powered by a Nati...
 
Graph Gurus Episode 1: Enterprise Graph
Graph Gurus Episode 1: Enterprise GraphGraph Gurus Episode 1: Enterprise Graph
Graph Gurus Episode 1: Enterprise Graph
 
Graph Gurus Episode 28: In-Database Machine Learning Solution for Real-Time R...
Graph Gurus Episode 28: In-Database Machine Learning Solution for Real-Time R...Graph Gurus Episode 28: In-Database Machine Learning Solution for Real-Time R...
Graph Gurus Episode 28: In-Database Machine Learning Solution for Real-Time R...
 
Fraud prevention is better with TigerGraph inside
Fraud prevention is better with  TigerGraph insideFraud prevention is better with  TigerGraph inside
Fraud prevention is better with TigerGraph inside
 
Using Graph Algorithms for Advanced Analytics - Part 2 Centrality
Using Graph Algorithms for Advanced Analytics - Part 2 CentralityUsing Graph Algorithms for Advanced Analytics - Part 2 Centrality
Using Graph Algorithms for Advanced Analytics - Part 2 Centrality
 
Graph Gurus Episode 9: How Visa Optimizes Network and IT Resources with a Nat...
Graph Gurus Episode 9: How Visa Optimizes Network and IT Resources with a Nat...Graph Gurus Episode 9: How Visa Optimizes Network and IT Resources with a Nat...
Graph Gurus Episode 9: How Visa Optimizes Network and IT Resources with a Nat...
 
Using Graph Algorithms for Advanced Analytics - Part 5 Classification
Using Graph Algorithms for Advanced Analytics - Part 5 ClassificationUsing Graph Algorithms for Advanced Analytics - Part 5 Classification
Using Graph Algorithms for Advanced Analytics - Part 5 Classification
 
Graph + AI World 2020: Opening Day Keynote
Graph + AI World 2020: Opening Day KeynoteGraph + AI World 2020: Opening Day Keynote
Graph + AI World 2020: Opening Day Keynote
 

Similaire à Graph Gurus Episode 35: No Code Graph Analytics to Get Insights from Petabytes of Data Using TigerGraph 3.0

Comparing three data ingestion approaches where Apache Kafka integrates with ...
Comparing three data ingestion approaches where Apache Kafka integrates with ...Comparing three data ingestion approaches where Apache Kafka integrates with ...
Comparing three data ingestion approaches where Apache Kafka integrates with ...HostedbyConfluent
 
Peek into Neo4j Product Strategy and Roadmap
Peek into Neo4j Product Strategy and RoadmapPeek into Neo4j Product Strategy and Roadmap
Peek into Neo4j Product Strategy and RoadmapNeo4j
 
OSMC 2023 | What’s new with Grafana Labs’s Open Source Observability stack by...
OSMC 2023 | What’s new with Grafana Labs’s Open Source Observability stack by...OSMC 2023 | What’s new with Grafana Labs’s Open Source Observability stack by...
OSMC 2023 | What’s new with Grafana Labs’s Open Source Observability stack by...NETWAYS
 
Advanced technologies and techniques for debugging HPC applications
Advanced technologies and techniques for debugging HPC applicationsAdvanced technologies and techniques for debugging HPC applications
Advanced technologies and techniques for debugging HPC applicationsRogue Wave Software
 
How a distributed graph analytics platform uses Apache Kafka for data ingesti...
How a distributed graph analytics platform uses Apache Kafka for data ingesti...How a distributed graph analytics platform uses Apache Kafka for data ingesti...
How a distributed graph analytics platform uses Apache Kafka for data ingesti...HostedbyConfluent
 
Business Intelligence Software Comparison 2021
Business Intelligence Software Comparison 2021Business Intelligence Software Comparison 2021
Business Intelligence Software Comparison 2021Ibrahim HALOUANE
 
Apache AGE and the synergy effect in the combination of Postgres and NoSQL
 Apache AGE and the synergy effect in the combination of Postgres and NoSQL Apache AGE and the synergy effect in the combination of Postgres and NoSQL
Apache AGE and the synergy effect in the combination of Postgres and NoSQLEDB
 
MySQL Applier for Apache Hadoop: Real-Time Event Streaming to HDFS
MySQL Applier for Apache Hadoop: Real-Time Event Streaming to HDFSMySQL Applier for Apache Hadoop: Real-Time Event Streaming to HDFS
MySQL Applier for Apache Hadoop: Real-Time Event Streaming to HDFSMats Kindahl
 
Dagster - DataOps and MLOps for Machine Learning Engineers.pdf
Dagster - DataOps and MLOps for Machine Learning Engineers.pdfDagster - DataOps and MLOps for Machine Learning Engineers.pdf
Dagster - DataOps and MLOps for Machine Learning Engineers.pdfHong Ong
 
Postgres Enterprise Manager 4.0 Overview
Postgres Enterprise Manager 4.0 Overview Postgres Enterprise Manager 4.0 Overview
Postgres Enterprise Manager 4.0 Overview EDB
 
Pivotal Greenplum Cloud Marketplaces - Greenplum Summit 2019
Pivotal Greenplum Cloud Marketplaces - Greenplum Summit 2019Pivotal Greenplum Cloud Marketplaces - Greenplum Summit 2019
Pivotal Greenplum Cloud Marketplaces - Greenplum Summit 2019VMware Tanzu
 
Deep learning beyond the learning - Jörg Schad - Codemotion Amsterdam 2018
Deep learning beyond the learning - Jörg Schad - Codemotion Amsterdam 2018Deep learning beyond the learning - Jörg Schad - Codemotion Amsterdam 2018
Deep learning beyond the learning - Jörg Schad - Codemotion Amsterdam 2018Codemotion
 
GoodData: The DevOps Story @ FIT CVUT October 16 2013
GoodData: The DevOps Story @ FIT CVUT October 16 2013GoodData: The DevOps Story @ FIT CVUT October 16 2013
GoodData: The DevOps Story @ FIT CVUT October 16 2013Jaroslav Gergic
 
New Performance Benchmarks: Apache Impala (incubating) Leads Traditional Anal...
New Performance Benchmarks: Apache Impala (incubating) Leads Traditional Anal...New Performance Benchmarks: Apache Impala (incubating) Leads Traditional Anal...
New Performance Benchmarks: Apache Impala (incubating) Leads Traditional Anal...Cloudera, Inc.
 
Discover How IBM Uses InfluxDB and Grafana to Help Clients Monitor Large Prod...
Discover How IBM Uses InfluxDB and Grafana to Help Clients Monitor Large Prod...Discover How IBM Uses InfluxDB and Grafana to Help Clients Monitor Large Prod...
Discover How IBM Uses InfluxDB and Grafana to Help Clients Monitor Large Prod...InfluxData
 
Hazelcast Jet - January 08, 2018
Hazelcast Jet - January 08, 2018Hazelcast Jet - January 08, 2018
Hazelcast Jet - January 08, 2018Rahul Gupta
 
InfoSphere BigInsights
InfoSphere BigInsightsInfoSphere BigInsights
InfoSphere BigInsightsWilfried Hoge
 
Graph Gurus Episode 8: Location, Location, Location - Geospatial Analysis wit...
Graph Gurus Episode 8: Location, Location, Location - Geospatial Analysis wit...Graph Gurus Episode 8: Location, Location, Location - Geospatial Analysis wit...
Graph Gurus Episode 8: Location, Location, Location - Geospatial Analysis wit...TigerGraph
 
Managing Machine Learning workflows on Treasure Data
Managing Machine Learning workflows on Treasure DataManaging Machine Learning workflows on Treasure Data
Managing Machine Learning workflows on Treasure DataAki Ariga
 

Similaire à Graph Gurus Episode 35: No Code Graph Analytics to Get Insights from Petabytes of Data Using TigerGraph 3.0 (20)

Comparing three data ingestion approaches where Apache Kafka integrates with ...
Comparing three data ingestion approaches where Apache Kafka integrates with ...Comparing three data ingestion approaches where Apache Kafka integrates with ...
Comparing three data ingestion approaches where Apache Kafka integrates with ...
 
Peek into Neo4j Product Strategy and Roadmap
Peek into Neo4j Product Strategy and RoadmapPeek into Neo4j Product Strategy and Roadmap
Peek into Neo4j Product Strategy and Roadmap
 
OSMC 2023 | What’s new with Grafana Labs’s Open Source Observability stack by...
OSMC 2023 | What’s new with Grafana Labs’s Open Source Observability stack by...OSMC 2023 | What’s new with Grafana Labs’s Open Source Observability stack by...
OSMC 2023 | What’s new with Grafana Labs’s Open Source Observability stack by...
 
Advanced technologies and techniques for debugging HPC applications
Advanced technologies and techniques for debugging HPC applicationsAdvanced technologies and techniques for debugging HPC applications
Advanced technologies and techniques for debugging HPC applications
 
How a distributed graph analytics platform uses Apache Kafka for data ingesti...
How a distributed graph analytics platform uses Apache Kafka for data ingesti...How a distributed graph analytics platform uses Apache Kafka for data ingesti...
How a distributed graph analytics platform uses Apache Kafka for data ingesti...
 
Business Intelligence Software Comparison 2021
Business Intelligence Software Comparison 2021Business Intelligence Software Comparison 2021
Business Intelligence Software Comparison 2021
 
Apache AGE and the synergy effect in the combination of Postgres and NoSQL
 Apache AGE and the synergy effect in the combination of Postgres and NoSQL Apache AGE and the synergy effect in the combination of Postgres and NoSQL
Apache AGE and the synergy effect in the combination of Postgres and NoSQL
 
MySQL Applier for Apache Hadoop: Real-Time Event Streaming to HDFS
MySQL Applier for Apache Hadoop: Real-Time Event Streaming to HDFSMySQL Applier for Apache Hadoop: Real-Time Event Streaming to HDFS
MySQL Applier for Apache Hadoop: Real-Time Event Streaming to HDFS
 
Dagster - DataOps and MLOps for Machine Learning Engineers.pdf
Dagster - DataOps and MLOps for Machine Learning Engineers.pdfDagster - DataOps and MLOps for Machine Learning Engineers.pdf
Dagster - DataOps and MLOps for Machine Learning Engineers.pdf
 
Postgres Enterprise Manager 4.0 Overview
Postgres Enterprise Manager 4.0 Overview Postgres Enterprise Manager 4.0 Overview
Postgres Enterprise Manager 4.0 Overview
 
Pivotal Greenplum Cloud Marketplaces - Greenplum Summit 2019
Pivotal Greenplum Cloud Marketplaces - Greenplum Summit 2019Pivotal Greenplum Cloud Marketplaces - Greenplum Summit 2019
Pivotal Greenplum Cloud Marketplaces - Greenplum Summit 2019
 
Deep learning beyond the learning - Jörg Schad - Codemotion Amsterdam 2018
Deep learning beyond the learning - Jörg Schad - Codemotion Amsterdam 2018Deep learning beyond the learning - Jörg Schad - Codemotion Amsterdam 2018
Deep learning beyond the learning - Jörg Schad - Codemotion Amsterdam 2018
 
GoodData: The DevOps Story @ FIT CVUT October 16 2013
GoodData: The DevOps Story @ FIT CVUT October 16 2013GoodData: The DevOps Story @ FIT CVUT October 16 2013
GoodData: The DevOps Story @ FIT CVUT October 16 2013
 
New Performance Benchmarks: Apache Impala (incubating) Leads Traditional Anal...
New Performance Benchmarks: Apache Impala (incubating) Leads Traditional Anal...New Performance Benchmarks: Apache Impala (incubating) Leads Traditional Anal...
New Performance Benchmarks: Apache Impala (incubating) Leads Traditional Anal...
 
Discover How IBM Uses InfluxDB and Grafana to Help Clients Monitor Large Prod...
Discover How IBM Uses InfluxDB and Grafana to Help Clients Monitor Large Prod...Discover How IBM Uses InfluxDB and Grafana to Help Clients Monitor Large Prod...
Discover How IBM Uses InfluxDB and Grafana to Help Clients Monitor Large Prod...
 
Hazelcast Jet - January 08, 2018
Hazelcast Jet - January 08, 2018Hazelcast Jet - January 08, 2018
Hazelcast Jet - January 08, 2018
 
InfoSphere BigInsights
InfoSphere BigInsightsInfoSphere BigInsights
InfoSphere BigInsights
 
Graph Gurus Episode 8: Location, Location, Location - Geospatial Analysis wit...
Graph Gurus Episode 8: Location, Location, Location - Geospatial Analysis wit...Graph Gurus Episode 8: Location, Location, Location - Geospatial Analysis wit...
Graph Gurus Episode 8: Location, Location, Location - Geospatial Analysis wit...
 
Managing Machine Learning workflows on Treasure Data
Managing Machine Learning workflows on Treasure DataManaging Machine Learning workflows on Treasure Data
Managing Machine Learning workflows on Treasure Data
 
Grafana 7.0
Grafana 7.0Grafana 7.0
Grafana 7.0
 

Plus de TigerGraph

MAXIMIZING THE VALUE OF SCIENTIFIC INFORMATION TO ACCELERATE INNOVATION
MAXIMIZING THE VALUE OF SCIENTIFIC INFORMATION TO ACCELERATE INNOVATIONMAXIMIZING THE VALUE OF SCIENTIFIC INFORMATION TO ACCELERATE INNOVATION
MAXIMIZING THE VALUE OF SCIENTIFIC INFORMATION TO ACCELERATE INNOVATIONTigerGraph
 
Building an accurate understanding of consumers based on real-world signals
Building an accurate understanding of consumers based on real-world signalsBuilding an accurate understanding of consumers based on real-world signals
Building an accurate understanding of consumers based on real-world signalsTigerGraph
 
Care Intervention Assistant - Omaha Clinical Data Information System
Care Intervention Assistant - Omaha Clinical Data Information SystemCare Intervention Assistant - Omaha Clinical Data Information System
Care Intervention Assistant - Omaha Clinical Data Information SystemTigerGraph
 
Correspondent Banking Networks
Correspondent Banking NetworksCorrespondent Banking Networks
Correspondent Banking NetworksTigerGraph
 
Delivering Large Scale Real-time Graph Analytics with Dell Infrastructure and...
Delivering Large Scale Real-time Graph Analytics with Dell Infrastructure and...Delivering Large Scale Real-time Graph Analytics with Dell Infrastructure and...
Delivering Large Scale Real-time Graph Analytics with Dell Infrastructure and...TigerGraph
 
Deploying an End-to-End TigerGraph Enterprise Architecture using Kafka, Maria...
Deploying an End-to-End TigerGraph Enterprise Architecture using Kafka, Maria...Deploying an End-to-End TigerGraph Enterprise Architecture using Kafka, Maria...
Deploying an End-to-End TigerGraph Enterprise Architecture using Kafka, Maria...TigerGraph
 
Fraud Detection and Compliance with Graph Learning
Fraud Detection and Compliance with Graph LearningFraud Detection and Compliance with Graph Learning
Fraud Detection and Compliance with Graph LearningTigerGraph
 
Fraudulent credit card cash-out detection On Graphs
Fraudulent credit card cash-out detection On GraphsFraudulent credit card cash-out detection On Graphs
Fraudulent credit card cash-out detection On GraphsTigerGraph
 
FROM DATAFRAMES TO GRAPH Data Science with pyTigerGraph
FROM DATAFRAMES TO GRAPH Data Science with pyTigerGraphFROM DATAFRAMES TO GRAPH Data Science with pyTigerGraph
FROM DATAFRAMES TO GRAPH Data Science with pyTigerGraphTigerGraph
 
Customer Experience Management
Customer Experience ManagementCustomer Experience Management
Customer Experience ManagementTigerGraph
 
Davraz - A graph visualization and exploration software.
Davraz - A graph visualization and exploration software.Davraz - A graph visualization and exploration software.
Davraz - A graph visualization and exploration software.TigerGraph
 
GRAPHS FOR THE FUTURE ENERGY SYSTEMS
GRAPHS FOR THE FUTURE ENERGY SYSTEMSGRAPHS FOR THE FUTURE ENERGY SYSTEMS
GRAPHS FOR THE FUTURE ENERGY SYSTEMSTigerGraph
 
How to Build An AI Based Customer Data Platform: Learn the design patterns fo...
How to Build An AI Based Customer Data Platform: Learn the design patterns fo...How to Build An AI Based Customer Data Platform: Learn the design patterns fo...
How to Build An AI Based Customer Data Platform: Learn the design patterns fo...TigerGraph
 
Recommendation Engine with In-Database Machine Learning
Recommendation Engine with In-Database Machine LearningRecommendation Engine with In-Database Machine Learning
Recommendation Engine with In-Database Machine LearningTigerGraph
 
Supply Chain and Logistics Management with Graph & AI
Supply Chain and Logistics Management with Graph & AISupply Chain and Logistics Management with Graph & AI
Supply Chain and Logistics Management with Graph & AITigerGraph
 
The key to creating a Golden Thread: the power of Graph Databases for Entity ...
The key to creating a Golden Thread: the power of Graph Databases for Entity ...The key to creating a Golden Thread: the power of Graph Databases for Entity ...
The key to creating a Golden Thread: the power of Graph Databases for Entity ...TigerGraph
 
Training Graph Convolutional Neural Networks in Graph Database
Training Graph Convolutional Neural Networks in Graph DatabaseTraining Graph Convolutional Neural Networks in Graph Database
Training Graph Convolutional Neural Networks in Graph DatabaseTigerGraph
 
Deep Link Analytics Empowered by AI + Graph + Verticals
Deep Link Analytics Empowered by AI + Graph + VerticalsDeep Link Analytics Empowered by AI + Graph + Verticals
Deep Link Analytics Empowered by AI + Graph + VerticalsTigerGraph
 
Jaguar Land Rover: A supply chain case study
Jaguar Land Rover: A supply chain case studyJaguar Land Rover: A supply chain case study
Jaguar Land Rover: A supply chain case studyTigerGraph
 

Plus de TigerGraph (20)

MAXIMIZING THE VALUE OF SCIENTIFIC INFORMATION TO ACCELERATE INNOVATION
MAXIMIZING THE VALUE OF SCIENTIFIC INFORMATION TO ACCELERATE INNOVATIONMAXIMIZING THE VALUE OF SCIENTIFIC INFORMATION TO ACCELERATE INNOVATION
MAXIMIZING THE VALUE OF SCIENTIFIC INFORMATION TO ACCELERATE INNOVATION
 
Building an accurate understanding of consumers based on real-world signals
Building an accurate understanding of consumers based on real-world signalsBuilding an accurate understanding of consumers based on real-world signals
Building an accurate understanding of consumers based on real-world signals
 
Care Intervention Assistant - Omaha Clinical Data Information System
Care Intervention Assistant - Omaha Clinical Data Information SystemCare Intervention Assistant - Omaha Clinical Data Information System
Care Intervention Assistant - Omaha Clinical Data Information System
 
Correspondent Banking Networks
Correspondent Banking NetworksCorrespondent Banking Networks
Correspondent Banking Networks
 
Delivering Large Scale Real-time Graph Analytics with Dell Infrastructure and...
Delivering Large Scale Real-time Graph Analytics with Dell Infrastructure and...Delivering Large Scale Real-time Graph Analytics with Dell Infrastructure and...
Delivering Large Scale Real-time Graph Analytics with Dell Infrastructure and...
 
Deploying an End-to-End TigerGraph Enterprise Architecture using Kafka, Maria...
Deploying an End-to-End TigerGraph Enterprise Architecture using Kafka, Maria...Deploying an End-to-End TigerGraph Enterprise Architecture using Kafka, Maria...
Deploying an End-to-End TigerGraph Enterprise Architecture using Kafka, Maria...
 
Fraud Detection and Compliance with Graph Learning
Fraud Detection and Compliance with Graph LearningFraud Detection and Compliance with Graph Learning
Fraud Detection and Compliance with Graph Learning
 
Fraudulent credit card cash-out detection On Graphs
Fraudulent credit card cash-out detection On GraphsFraudulent credit card cash-out detection On Graphs
Fraudulent credit card cash-out detection On Graphs
 
FROM DATAFRAMES TO GRAPH Data Science with pyTigerGraph
FROM DATAFRAMES TO GRAPH Data Science with pyTigerGraphFROM DATAFRAMES TO GRAPH Data Science with pyTigerGraph
FROM DATAFRAMES TO GRAPH Data Science with pyTigerGraph
 
Customer Experience Management
Customer Experience ManagementCustomer Experience Management
Customer Experience Management
 
Davraz - A graph visualization and exploration software.
Davraz - A graph visualization and exploration software.Davraz - A graph visualization and exploration software.
Davraz - A graph visualization and exploration software.
 
TigerGraph.js
TigerGraph.jsTigerGraph.js
TigerGraph.js
 
GRAPHS FOR THE FUTURE ENERGY SYSTEMS
GRAPHS FOR THE FUTURE ENERGY SYSTEMSGRAPHS FOR THE FUTURE ENERGY SYSTEMS
GRAPHS FOR THE FUTURE ENERGY SYSTEMS
 
How to Build An AI Based Customer Data Platform: Learn the design patterns fo...
How to Build An AI Based Customer Data Platform: Learn the design patterns fo...How to Build An AI Based Customer Data Platform: Learn the design patterns fo...
How to Build An AI Based Customer Data Platform: Learn the design patterns fo...
 
Recommendation Engine with In-Database Machine Learning
Recommendation Engine with In-Database Machine LearningRecommendation Engine with In-Database Machine Learning
Recommendation Engine with In-Database Machine Learning
 
Supply Chain and Logistics Management with Graph & AI
Supply Chain and Logistics Management with Graph & AISupply Chain and Logistics Management with Graph & AI
Supply Chain and Logistics Management with Graph & AI
 
The key to creating a Golden Thread: the power of Graph Databases for Entity ...
The key to creating a Golden Thread: the power of Graph Databases for Entity ...The key to creating a Golden Thread: the power of Graph Databases for Entity ...
The key to creating a Golden Thread: the power of Graph Databases for Entity ...
 
Training Graph Convolutional Neural Networks in Graph Database
Training Graph Convolutional Neural Networks in Graph DatabaseTraining Graph Convolutional Neural Networks in Graph Database
Training Graph Convolutional Neural Networks in Graph Database
 
Deep Link Analytics Empowered by AI + Graph + Verticals
Deep Link Analytics Empowered by AI + Graph + VerticalsDeep Link Analytics Empowered by AI + Graph + Verticals
Deep Link Analytics Empowered by AI + Graph + Verticals
 
Jaguar Land Rover: A supply chain case study
Jaguar Land Rover: A supply chain case studyJaguar Land Rover: A supply chain case study
Jaguar Land Rover: A supply chain case study
 

Dernier

Top profile Call Girls In bhavnagar [ 7014168258 ] Call Me For Genuine Models...
Top profile Call Girls In bhavnagar [ 7014168258 ] Call Me For Genuine Models...Top profile Call Girls In bhavnagar [ 7014168258 ] Call Me For Genuine Models...
Top profile Call Girls In bhavnagar [ 7014168258 ] Call Me For Genuine Models...gajnagarg
 
Digital Transformation Playbook by Graham Ware
Digital Transformation Playbook by Graham WareDigital Transformation Playbook by Graham Ware
Digital Transformation Playbook by Graham WareGraham Ware
 
Top profile Call Girls In Tumkur [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Tumkur [ 7014168258 ] Call Me For Genuine Models We...Top profile Call Girls In Tumkur [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Tumkur [ 7014168258 ] Call Me For Genuine Models We...nirzagarg
 
20240412-SmartCityIndex-2024-Full-Report.pdf
20240412-SmartCityIndex-2024-Full-Report.pdf20240412-SmartCityIndex-2024-Full-Report.pdf
20240412-SmartCityIndex-2024-Full-Report.pdfkhraisr
 
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...ZurliaSoop
 
SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...
SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...
SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...Elaine Werffeli
 
5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed
5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed
5CL-ADBA,5cladba, Chinese supplier, safety is guaranteedamy56318795
 
Gulbai Tekra * Cheap Call Girls In Ahmedabad Phone No 8005736733 Elite Escort...
Gulbai Tekra * Cheap Call Girls In Ahmedabad Phone No 8005736733 Elite Escort...Gulbai Tekra * Cheap Call Girls In Ahmedabad Phone No 8005736733 Elite Escort...
Gulbai Tekra * Cheap Call Girls In Ahmedabad Phone No 8005736733 Elite Escort...gragchanchal546
 
Gartner's Data Analytics Maturity Model.pptx
Gartner's Data Analytics Maturity Model.pptxGartner's Data Analytics Maturity Model.pptx
Gartner's Data Analytics Maturity Model.pptxchadhar227
 
Gomti Nagar & best call girls in Lucknow | 9548273370 Independent Escorts & D...
Gomti Nagar & best call girls in Lucknow | 9548273370 Independent Escorts & D...Gomti Nagar & best call girls in Lucknow | 9548273370 Independent Escorts & D...
Gomti Nagar & best call girls in Lucknow | 9548273370 Independent Escorts & D...HyderabadDolls
 
Top profile Call Girls In Indore [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Indore [ 7014168258 ] Call Me For Genuine Models We...Top profile Call Girls In Indore [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Indore [ 7014168258 ] Call Me For Genuine Models We...gajnagarg
 
Kings of Saudi Arabia, information about them
Kings of Saudi Arabia, information about themKings of Saudi Arabia, information about them
Kings of Saudi Arabia, information about themeitharjee
 
怎样办理圣地亚哥州立大学毕业证(SDSU毕业证书)成绩单学校原版复制
怎样办理圣地亚哥州立大学毕业证(SDSU毕业证书)成绩单学校原版复制怎样办理圣地亚哥州立大学毕业证(SDSU毕业证书)成绩单学校原版复制
怎样办理圣地亚哥州立大学毕业证(SDSU毕业证书)成绩单学校原版复制vexqp
 
Statistics notes ,it includes mean to index numbers
Statistics notes ,it includes mean to index numbersStatistics notes ,it includes mean to index numbers
Statistics notes ,it includes mean to index numberssuginr1
 
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...Valters Lauzums
 
Top Call Girls in Balaghat 9332606886Call Girls Advance Cash On Delivery Ser...
Top Call Girls in Balaghat  9332606886Call Girls Advance Cash On Delivery Ser...Top Call Girls in Balaghat  9332606886Call Girls Advance Cash On Delivery Ser...
Top Call Girls in Balaghat 9332606886Call Girls Advance Cash On Delivery Ser...kumargunjan9515
 
Top profile Call Girls In Bihar Sharif [ 7014168258 ] Call Me For Genuine Mod...
Top profile Call Girls In Bihar Sharif [ 7014168258 ] Call Me For Genuine Mod...Top profile Call Girls In Bihar Sharif [ 7014168258 ] Call Me For Genuine Mod...
Top profile Call Girls In Bihar Sharif [ 7014168258 ] Call Me For Genuine Mod...nirzagarg
 
RESEARCH-FINAL-DEFENSE-PPT-TEMPLATE.pptx
RESEARCH-FINAL-DEFENSE-PPT-TEMPLATE.pptxRESEARCH-FINAL-DEFENSE-PPT-TEMPLATE.pptx
RESEARCH-FINAL-DEFENSE-PPT-TEMPLATE.pptxronsairoathenadugay
 
Top profile Call Girls In Vadodara [ 7014168258 ] Call Me For Genuine Models ...
Top profile Call Girls In Vadodara [ 7014168258 ] Call Me For Genuine Models ...Top profile Call Girls In Vadodara [ 7014168258 ] Call Me For Genuine Models ...
Top profile Call Girls In Vadodara [ 7014168258 ] Call Me For Genuine Models ...gajnagarg
 

Dernier (20)

Top profile Call Girls In bhavnagar [ 7014168258 ] Call Me For Genuine Models...
Top profile Call Girls In bhavnagar [ 7014168258 ] Call Me For Genuine Models...Top profile Call Girls In bhavnagar [ 7014168258 ] Call Me For Genuine Models...
Top profile Call Girls In bhavnagar [ 7014168258 ] Call Me For Genuine Models...
 
Digital Transformation Playbook by Graham Ware
Digital Transformation Playbook by Graham WareDigital Transformation Playbook by Graham Ware
Digital Transformation Playbook by Graham Ware
 
Top profile Call Girls In Tumkur [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Tumkur [ 7014168258 ] Call Me For Genuine Models We...Top profile Call Girls In Tumkur [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Tumkur [ 7014168258 ] Call Me For Genuine Models We...
 
20240412-SmartCityIndex-2024-Full-Report.pdf
20240412-SmartCityIndex-2024-Full-Report.pdf20240412-SmartCityIndex-2024-Full-Report.pdf
20240412-SmartCityIndex-2024-Full-Report.pdf
 
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...
SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...
SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...
 
5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed
5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed
5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed
 
Gulbai Tekra * Cheap Call Girls In Ahmedabad Phone No 8005736733 Elite Escort...
Gulbai Tekra * Cheap Call Girls In Ahmedabad Phone No 8005736733 Elite Escort...Gulbai Tekra * Cheap Call Girls In Ahmedabad Phone No 8005736733 Elite Escort...
Gulbai Tekra * Cheap Call Girls In Ahmedabad Phone No 8005736733 Elite Escort...
 
Gartner's Data Analytics Maturity Model.pptx
Gartner's Data Analytics Maturity Model.pptxGartner's Data Analytics Maturity Model.pptx
Gartner's Data Analytics Maturity Model.pptx
 
Abortion pills in Jeddah | +966572737505 | Get Cytotec
Abortion pills in Jeddah | +966572737505 | Get CytotecAbortion pills in Jeddah | +966572737505 | Get Cytotec
Abortion pills in Jeddah | +966572737505 | Get Cytotec
 
Gomti Nagar & best call girls in Lucknow | 9548273370 Independent Escorts & D...
Gomti Nagar & best call girls in Lucknow | 9548273370 Independent Escorts & D...Gomti Nagar & best call girls in Lucknow | 9548273370 Independent Escorts & D...
Gomti Nagar & best call girls in Lucknow | 9548273370 Independent Escorts & D...
 
Top profile Call Girls In Indore [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Indore [ 7014168258 ] Call Me For Genuine Models We...Top profile Call Girls In Indore [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Indore [ 7014168258 ] Call Me For Genuine Models We...
 
Kings of Saudi Arabia, information about them
Kings of Saudi Arabia, information about themKings of Saudi Arabia, information about them
Kings of Saudi Arabia, information about them
 
怎样办理圣地亚哥州立大学毕业证(SDSU毕业证书)成绩单学校原版复制
怎样办理圣地亚哥州立大学毕业证(SDSU毕业证书)成绩单学校原版复制怎样办理圣地亚哥州立大学毕业证(SDSU毕业证书)成绩单学校原版复制
怎样办理圣地亚哥州立大学毕业证(SDSU毕业证书)成绩单学校原版复制
 
Statistics notes ,it includes mean to index numbers
Statistics notes ,it includes mean to index numbersStatistics notes ,it includes mean to index numbers
Statistics notes ,it includes mean to index numbers
 
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
 
Top Call Girls in Balaghat 9332606886Call Girls Advance Cash On Delivery Ser...
Top Call Girls in Balaghat  9332606886Call Girls Advance Cash On Delivery Ser...Top Call Girls in Balaghat  9332606886Call Girls Advance Cash On Delivery Ser...
Top Call Girls in Balaghat 9332606886Call Girls Advance Cash On Delivery Ser...
 
Top profile Call Girls In Bihar Sharif [ 7014168258 ] Call Me For Genuine Mod...
Top profile Call Girls In Bihar Sharif [ 7014168258 ] Call Me For Genuine Mod...Top profile Call Girls In Bihar Sharif [ 7014168258 ] Call Me For Genuine Mod...
Top profile Call Girls In Bihar Sharif [ 7014168258 ] Call Me For Genuine Mod...
 
RESEARCH-FINAL-DEFENSE-PPT-TEMPLATE.pptx
RESEARCH-FINAL-DEFENSE-PPT-TEMPLATE.pptxRESEARCH-FINAL-DEFENSE-PPT-TEMPLATE.pptx
RESEARCH-FINAL-DEFENSE-PPT-TEMPLATE.pptx
 
Top profile Call Girls In Vadodara [ 7014168258 ] Call Me For Genuine Models ...
Top profile Call Girls In Vadodara [ 7014168258 ] Call Me For Genuine Models ...Top profile Call Girls In Vadodara [ 7014168258 ] Call Me For Genuine Models ...
Top profile Call Girls In Vadodara [ 7014168258 ] Call Me For Genuine Models ...
 

Graph Gurus Episode 35: No Code Graph Analytics to Get Insights from Petabytes of Data Using TigerGraph 3.0

  • 1. Graph Gurus 35 No Code Graph Analytics to Get Insights from Petabytes of Data Using TigerGraph 3.0
  • 2. © 2020 TigerGraph. All Rights Reserved Today's Speakers 2 Emma Liu Product Manager ● BS in Engineering from Harvey Mudd College, MS in Engineering Systems from MIT ● Prior work experience at Oracle and MarkLogic ● Focus - Cloud, Containers, Enterprise Infra, Monitoring, Management, Connectors Rayees Pasha Product Manager ● MS in Computer Science from University of Memphis ● Prior Lead PM and ENG positions at Workday, Hitachi and HP ● Expertise in Database Management and Big Data Technologies
  • 3. © 2020 TigerGraph. All Rights Reserved Some Housekeeping Items ● Although your phone is muted we do want to answer your questions - submit your questions at any time using the Q&A tab in the menu ● The webinar is being recorded and will uploaded to our website shortly (https://www.tigergraph.com/webinars/) and the URL will be emailed you ● If you have issues with Zoom please contact the panelists via chat 3
  • 4. © 2020 TigerGraph. All Rights Reserved TigerGraph - Gartner Cool Vendor TigerGraph identified as one of the four vendors in Gartner Cool Vendors in Data Management report in recognition of new groundbreaking features in 3.0 release.
  • 5. © 2020 TigerGraph. All Rights Reserved Why Graph; Why Now? Business want to ask business logic questions of their data Blending data from multiple sources, multiple business units, and increasingly external data Larger and more varied datasets mean more variables to analyze and connections to explore and test Importance of Graph in Today’s World 5
  • 6. © 2020 TigerGraph. All Rights Reserved Today’s Outline 1 3 2 Introducing TigerGraph Version 3.0 TigerGraph Application Features TigerGraph Core Database Features 4 Deep Dive into No Code Features 6
  • 8. © 2020 TigerGraph. All Rights Reserved TigerGraph 3.0 Product Focus Product Focus Ease of Use Scale and Performance Better Together
  • 9. © 2020 TigerGraph. All Rights Reserved TigerGraph 3.0 Features By Product Area Apps •No Code tools for new Graph users Database Engine •GSQL Language Improvements Platform •Petabyte Scale Platform for unlimited scale TigerGraph 3.0
  • 10. © 2020 TigerGraph. All Rights Reserved TigerGraph 3.0 Feature Benefits •Easy exploration of Graph data for non-Graph users using No-Code tooling. •Ensure easy integration with downstream applications using connectors App Users Application Development •At least 10x improvement in Cluster Operations Speed •Parallel Installer for concurrent upgrades for all cluster sizes •Petabyte scale to support unlimited data growth; Operations & Administration •Enhances developer productivity by providing quick Visual tools; •Provides a scalable integration path to take solution into production environment
  • 11. © 2020 TigerGraph. All Rights Reserved TigerGraph 3.0 Release Feature Highlights • No Code Migration from Relational Database • Empower data scientists to access the RDBMS data stores (warehouses, marts) by providing a no-code path to convert schema & load data to TigerGraph • No Code Graph Analytics with Visual Query Builder • Empower non-technical users to produce and run graph queries simply by drawing the patterns they want, similar to visual data modeling • User-Defined Indexing • Empower all users to access non-key data attributes directly • Zero ramp-up time - Identical semantics to SQL, making it easy for DB administrators who know SQL • Easier & Faster Deployment Across Distributed Environment • Empower database administrators to scale up TigerGraph deployments with bigger datasets, in minutes 11 Limited Availability: March 2020, General Availability June 2020 No Code Required Scale and Performance
  • 12. © 2020 TigerGraph. All Rights Reserved TigerGraph 3.0 - Other Major Features ● GSQL/Engine Features ○ Schema-Flexible Querying ● GraphStudio Application ○ Interpreted mode querying ○ Full MultiGraph Support in Graph Studio ○ Internationalization and Localization ● System Management ○ Database Export/Import Utility ○ New Installer - 10x faster ○ UI for User and License Key management ● And many more … 12 Ease of Use Better Together
  • 13. TigerGraph 3.0 Core Database Feature Deep Dive
  • 14. © 2020 TigerGraph. All Rights Reserved The TigerGraph Difference 14 Feature Design Difference Benefit Real-Time Deep-Link Querying ● Native Graph, for speed and efficiency ● C++ engine, for high performance ● Uncovers hard-to-find patterns ● Operational, real-time ● HTAP: Transactions+Analytics Handling Massive Scale ● Distributed DB architecture ● Massively parallel processing ● Compressed storage reduces footprint and messaging ● Integrates all your data ● Automatic partitioning ● Complete data → Better detection In-Database Analytics ● GSQL: High-level yet Turing- complete language ● User-extensible graph algorithm library, runs in-Database ● Accumulators for OLAP ● Avoids transferring data ● Richer graph context ● Option for in-DB machine learning 5 to 10+ hops deep
  • 15. © 2020 TigerGraph. All Rights Reserved 15 Graph Storage Engine (GSE) Graph Processing Engine (GPE) Graph Data Storage ID Service Parallel Query Processing Message Queuing (Apache Kafka / Zookeeper) Data Snapshots GSQL Queries Visual Design UI RESTful APIs ETL Data Loader Input Data TigerGraph Architecture Operational & Historic Data Master Data DBs Spark Streams Files Business Intelligence Analytics Visualization Dashboards Reports Data Warehouses Master Data Stores Machine Learning user queries, graph algorithms GSQL Server Graph- Studio Server RESTPP Indexing
  • 16. © 2020 TigerGraph. All Rights Reserved TigerGraph 3.0 - User-defined Indexes Overview: • Design: Modeled after Secondary Index feature in relational databases • Functionality: Build Index on Vertex Attribute or Range to get quick access. • Syntax: ALTER VERTEX statement is used to add or remove Indexes. Indexes will be supported for all DML/IUD commands with some exceptions on supported predicates. Scale and Performance
  • 17. © 2020 TigerGraph. All Rights Reserved TigerGraph 3.0 - User-defined Indexes Benefits: • User-defined Indexes are performance feature. • They allow users to get the same high performance even if the Querying Pattern changes giving users flexibility. • Users can benefit from enhanced HA as User-defined indexes are distributed same as base Vertexes. Scale and Performance
  • 18. © 2020 TigerGraph. All Rights Reserved TigerGraph 3.0 - User-defined Indexes Performance Impact • Performance upside is dependent on the predicate selectivity. • Performance results have been tremendous with 50 to 100 times faster query performance. Index Maintenance Overhead : • Index maintenance will depend on the number of indexes. • Update Query performance and Index Storage overhead was up to 15%. Scale and Performance
  • 19. © 2020 TigerGraph. All Rights Reserved TigerGraph 3.0 - Schema-flexible Querying In 3.0, GSQL Query Language allows schema- independent queries • Developer puts variables for vertex, edge, attribute types • User supplies actual names at run time. Ease of Use
  • 20. © 2020 TigerGraph. All Rights Reserved TigerGraph 3.0 - Schema-flexible Querying Prior to 3.0, GSQL queries are statically compiled for predefined schema: Example: Pre-3.0 Version: RUN QUERY Social_path_person_knows("John_Doe"," Jane_Doe") 3.0 Version: RUN QUERY shortest_path("Person","knows","John_ Doe","Jane_Doe") Ease of Use
  • 21. © 2020 TigerGraph. All Rights Reserved TigerGraph 3.0 - Schema-flexible Querying Benefits: ● Improves Developer Productivity ● Supplying parameters at runtime allows for cleaner code. ● Schema-flexible Query code allows easy reuse. ● Allows easy collaboration among team members. Ease of Use
  • 22. © 2020 TigerGraph. All Rights Reserved TigerGraph 3.0 - Export/Import Tool • Database Export/Import Utility tool to migrate from one TigerGraph instance to another, including transferring all graphs, schema, users, and data. • Optional parameters allow users flexibility to pick contents of each Export job. • Export Syntax: EXPORT GRAPH ALL OPTIONS* TO "/path/to/a/folder" OPTIONS ::= (-S | --SCHEMA | -T | --TEMPLATE | -D | --DATA | -U | - -USERS | -P | --PASSWORD) • Import Syntax: IMPORT GRAPH ALL (-P | --PASSWORD | -ku | --keep-users)? FROM "/path/from/a/folder" Better Together
  • 23. © 2020 TigerGraph. All Rights Reserved TigerGraph 3.0 - Export/Import Tool Benefits: • Export/Import Utility allows users to move data out of database into downstream applications easily • It can be used for restore operations. • It allows users to test new versions easily. Better Together
  • 24. © 2020 TigerGraph. All Rights Reserved TigerGraph 3.0 - New Installer Key features: ● Support for multiple versions of TigerGraph on the same cluster ○ Upgrades do not overwrite existing installation ● Support for in-place migration to a new compatible version to coexist and share the same data folder. ○ Not applicable to pre-3.0 versions of TigerGraph ● Improved Installer performance installation is run in parallel on all nodes Scale and Performance
  • 25. © 2020 TigerGraph. All Rights Reserved TigerGraph 3.0 - New Installer Benefits: • New Installer reduces the overhead related to System Management Operations • This is handy to deal with regressions and test new functionality. • Reduces the installation time for cluster- wide upgrades Scale and Performance
  • 26. Ease of Use No Code Graph Analytics For Everyone! TigerGraph 3.0 Application Features
  • 27. © 2020 TigerGraph. All Rights Reserved TigerGraph 3.0 Feature Benefits •Easy exploration of Graph data for non-Graph users using No-Code tooling. •Ensure easy integration with downstream applications using connectors App Users Application Development •At least 10x improvement in Cluster Operations Speed •Parallel Installer for concurrent upgrades for all cluster sizes •Petabyte scale to support unlimited data growth; Operations & Administration •Enhances developer productivity by providing quick Visual tools; •Provides a scalable integration path to take solution into production environment
  • 28. © 2020 TigerGraph. All Rights Reserved NEW TigerGraph 3.0 Application Features ● No Code Graph Analytics ○ Migration from Relational to Graph ○ Visual Query Builder ● GraphStudio ○ MultiGraph Support ○ Secondary Index ○ GSQL Interpreted Mode ○ Internalization & Localization ● Admin Portal ○ User Management ○ License Management Ease of Use Better Together
  • 29. © 2020 TigerGraph. All Rights Reserved NEW TigerGraph 3.0 Application Features ● No Code Graph Analytics ○ Migration from Relational to Graph ○ Visual Query Builder ● GraphStudio ○ MultiGraph Support ○ Secondary Index ○ GSQL Interpreted Mode ○ Internalization & Localization ● Admin Portal ○ User Management ○ License Management Ease of Use Better Together
  • 30. © 2020 TigerGraph. All Rights Reserved No Code Migration from Relational Database to TigerGraph ● User Friendly and Speedy Transition from Relational Data Stores to TigerGraph via Simple Clicks ● Intuitive Steps to New Graph Model through Auto Generated Schema and Data Mapping ● Accelerated ETL Process and Built-in Data Loading ● Flexibility and Agility via Customizable Options 30 Overview Video - tigergraph.com/nocode
  • 31. © 2020 TigerGraph. All Rights Reserved No Code Graph Analytics with Visual Query Builder ● Intuitive Approach to Graph Analytics ○ Translate a question into an executable query and get to the Graph Insights. E.g. “I want to find all the people who are friends of me and my manager in Company X and Y” ● Speed to Business Value for Graph Use Cases ○ Output Graph Insights through Graph Patterns ● Decrease Learning Curve to Graph Analytics ○ Drag and Drop - No need to write GSQL Queries 31 Overview Video - tigergraph.com/nocode
  • 32. © 2020 TigerGraph. All Rights Reserved 32 Graph Storage Engine (GSE) Graph Processing Engine (GPE) Graph Data Storage ID Service Parallel Query Processing Message Queuing (Apache Kafka / Zookeeper) Data Snapshots GSQL Queries Visual Design UI RESTful APIs ETL Data Loader Input Data TigerGraph Architecture Operational & Historic Data Master Data DBs Spark Streams Files Business Intelligence Analytics Visualization Dashboards Reports Data Warehouses Master Data Stores Machine Learning user queries, graph algorithms GSQL Server Graph- Studio Server RESTPP Indexing
  • 33. © 2020 TigerGraph. All Rights Reserved TigerGraph No Code Data Workflow GraphStudio - TigerGraph Visual SDK No Code RDBMS to Graph Auto Populated Graph Schema Graph Data Mapping 33 Business Intelligence Analytics Visualization Dashboards Reports Data Warehouses Master Data Stores Machine Learning Relational Data Stores No Code Visual Query Builder Drag-and-Drop Graph Patterns Auto Generated GSQL Queries RESTful APIs Relational Schema & Data DBs Spark Streams Files ETL Data Loader User Customized Graph Schema Graph Data Mapping
  • 34. © 2020 TigerGraph. All Rights Reserved Who Are We Designing For? Business Analysts who want to explore common Graph Analytics Developers who are learning and using TigerGraph and GSQL, and want to reuse Graph Patterns Data Architects who are transitioning from RDBMS to TigerGraph, and want auto- generated Graph Schemas Data Scientists who want to examine Graph Features for Machine Learning Models 34 Ease of Use
  • 35. © 2020 TigerGraph. All Rights Reserved NEW TigerGraph 3.0 Application Features ● No Code Graph Analytics ○ Migration from Relational to Graph ○ Visual Query Builder ● GraphStudio ○ MultiGraph Support ○ Secondary Index ○ GSQL Interpreted Mode ○ Internalization & Localization ● Admin Portal ○ User Management ○ License Management Ease of Use Better Together
  • 36. © 2020 TigerGraph. All Rights Reserved No Code Migration from Relational Database to TigerGraph ● User Friendly and Speedy Transition from Relational Data Stores to TigerGraph via Simple Clicks ● Intuitive Steps to New Graph Model through Auto Generated Schema and Data Mapping ● Accelerated ETL Process and Built-in Data Loading ● Flexibility and Agility via Customizable Options 36 Overview Video - tigergraph.com/nocode
  • 37. © 2020 TigerGraph. All Rights Reserved No Code Migration from Relational Database to TigerGraph Step 1: Choose the relational data store to migrate schema into a TigerGraph instance Step 2: Select tables and attributes to migrate from each relational schema Step 3: Load the data from relational data sources Step 4: Customize and optimize graph schema and data mapping in GraphStudio Overview Video - tigergraph.com/nocode
  • 38. © 2020 TigerGraph. All Rights Reserved DEMO No Code Migration from RDBMS to Graph 38
  • 39. © 2020 TigerGraph. All Rights Reserved NEW TigerGraph 3.0 Application Features ● No Code Graph Analytics ○ Migration from Relational to Graph ○ Visual Query Builder ● GraphStudio ○ MultiGraph Support ○ Secondary Index ○ GSQL Interpreted Mode ○ Internalization & Localization ● Admin Portal ○ User Management ○ License Management Ease of Use
  • 40. © 2020 TigerGraph. All Rights Reserved No Code Graph Analytics with Visual Query Builder ● Intuitive Approach to Graph Analytics ○ Translate a question into an executable query and get to the Graph Insights. E.g. “I want to find all the people who are friends of me and my manager in Company X and Y” ● Speed to Business Value for Graph Use Cases ○ Output Graph Insights through Graph Patterns ● Decrease Learning Curve to Graph Analytics ○ Drag and Drop - No need to write GSQL Queries 40 Overview Video - tigergraph.com/nocode
  • 41. © 2020 TigerGraph. All Rights Reserved Build Graph Patterns In Simple Steps 41 Step 1: Analyze Your Inquiry Step 2: Identify Entities and Relationships Step 3: Pick and Merge Vertices and Edges Step 4: Add Filters/Aggregations/Orders/Limits/Parameters/Widgets Step 5: Output and Verify Your Results Overview Video - tigergraph.com/nocode
  • 42. © 2020 TigerGraph. All Rights Reserved DEMO Visual Query Builder 42
  • 43. © 2020 TigerGraph. All Rights Reserved NEW TigerGraph 3.0 Application Features ● No Code Graph Analytics ○ Migration from Relational to Graph ○ Visual Query Builder ● GraphStudio ○ MultiGraph Support ○ Secondary Index ○ GSQL Interpreted Mode ○ Internalization & Localization ● Admin Portal ○ User Management ○ License Management Ease of Use Scale and Performance
  • 44. © 2020 TigerGraph. All Rights Reserved TigerGraph MultiGraph Service - Real-Time Collaboration and Security for Sensitive Data Secure Managed Data Sharing • Share & Collaborate: • Multiple groups share one master database ⇒ data integration, insights, productivity • Real-time: Shared updates, no copying ⇒ cleaner, faster, cheaper • Fine-Grained Security: • Each group is granted its own view • Each group’s permissions are managed separately 44
  • 45. © 2020 TigerGraph. All Rights Reserved Secure Managed Data Sharing • Share & Collaborate: • Multiple groups share one master database ⇒ data integration, insights, productivity • Real-time: Shared updates, no copying ⇒ cleaner, faster, cheaper • Fine-Grained Security: • Each group is granted its own view • Each group’s permissions are managed separately GraphStudio Support - Design and Use MultiGraph From User Interface
  • 46. © 2020 TigerGraph. All Rights Reserved GraphStudio - Support for GSQL Interpreted Mode • Faster Query Iteration - Interpreted Mode Support • Queries run in interpreted mode in Graph Studio by default unless installed • Caution: running queries in interpreted mode is slower than installed mode
  • 47. © 2020 TigerGraph. All Rights Reserved Interpreted Mode in GraphStudio
  • 48. © 2020 TigerGraph. All Rights Reserved Internationalization and Localization for UI
  • 49. © 2020 TigerGraph. All Rights Reserved GraphStudio - Support for Secondary Index • Speed Up Query Performance Using The New Engine Feature • Hide Design Complexity Via One Click Enablement
  • 50. © 2020 TigerGraph. All Rights Reserved NEW TigerGraph 3.0 Application Features ● No Code Graph Analytics ○ Migration from Relational to Graph ○ Visual Query Builder ● GraphStudio ○ MultiGraph Support ○ Secondary Index ○ GSQL Interpreted Mode ○ Internalization & Localization ● Admin Portal ○ User Management ○ License Management Ease of Use
  • 51. © 2020 TigerGraph. All Rights Reserved Admin Portal - User Management Web-Based User Management with Role/Privileges Assignment
  • 52. © 2020 TigerGraph. All Rights Reserved Admin Portal - License Management Web-Based License Management with License Details
  • 54. © 2020 TigerGraph. All Rights Reserved Why TigerGraph 3.0? 54 Product Focus Ease of Use Scale and Performance Better Together Easier & Faster Deployment Across Distributed Environment For Large Data No Code Migration from Relational Database Web-based Admin Portal Schema-Flexible Querying User Defined Indexing Internationalization MultiGraph in GraphStudio Interpreted Mode in GraphStudio No Code Visual Query Builder
  • 55. © 2020 TigerGraph. All Rights Reserved TigerGraph is the only system today that can help us make real-time care- path recommendations using knowledge of 50 million patients. Your products will have worldwide impact on making everyone’s lives better in more ways than you can imagine. Distinguished Engineer at a Fortune 10 Healthcare Company 55
  • 56. © 2020 TigerGraph. All Rights Reserved Q & A 56 • Use TigerGraph Cloud for Free: tgcloud.io • TigerGraph 3.0 Release: tigergraph.com/nocode
  • 57. © 2020 TigerGraph. All Rights Reserved More Questions? Start Free at TigerGraph Cloud https://www.tigergraph.com/cloud/ Join our Developer Forum https://community.tigergraph.com Join our Developer Chat https://discord.gg/F2c9b9v Sign up for our Developer Office Hours (Thursday at 11 AM PDT) https://info.tigergraph.com/officehours 57
  • 58. © 2020 TigerGraph. All Rights Reserved Upcoming Webinars Combining graph analytics and Machine Learning with the FIBO ontology to deliver an integrated fraud-detection solution. Thursday, May 21, at 8 am PDT https://register.gotowebinar.com/register/7643810740309391883 Graph Gurus 36: GSQL Writing Best Practices - Part 3 Memory Optimization Wednesday, June 3 at 11 am PDT https://info.tigergraph.com/graph-gurus-36 Graph Algorithms Combined with ML are Saving the World 58