SlideShare a Scribd company logo
© 2022 Neo4j, Inc. All rights reserved.
© 2022 Neo4j, Inc. All rights reserved.
1
The Neo4j Graph Data
Platform
Today & Tomorrow
Dr. Jim Webber
Chief Scientist
© 2022 Neo4j, Inc. All rights reserved.
2
Exponential Growth in Connected Data
Connected data
use-cases are
exploding in numbers
and in depth
Data models the real
world. Therefore data is
becoming increasingly
connected.
The world is
becoming
increasingly
connected
© 2022 Neo4j, Inc. All rights reserved.
Graphs Embody Real World Context
• Easily understood
• Easily adapted
• Streamlines collaboration between
business and IT
Context: Faster Insights and Deeper Understanding
3
© 2022 Neo4j, Inc. All rights reserved.
Relational Databases
Don’t handle relationships well
● Not well adapted to interconnected semi-structure
● Schema rigidity limits business agility
● Relationship queries require painful SQL & joins
● Practically limited to three degrees of separation
Other NoSQL Databases
Don’t handle relationships at all
● Built to scale simple data (store & retrieve)
● No language or structures for handling relationships:
joins done through the application
● Lack of ACID makes graph transactions impossible
Graph Databases
Natively store, query relationships
● Data model purpose-built for graphs
● Powerful balance of schema flexibility & structure
● Highly powerful & productive query language
● Queries run 1000x faster at scale, up to 1000+
degrees of separation
Graph Databases Unlock New Data Possibilities
“We found Neo4j to be literally thousands of times faster than our prior MySQL solution, with
queries that require 10-100 times less code. Today, Neo4j provides eBay with functionality that
was previously impossible.” --- Volker Pacher, Senior Staff Engineer
4
4
© 2022 Neo4j, Inc. All rights reserved.
The Neo4j Graph Data Platform
Runs Anywhere
Deploy as-a-Service (AuraDB) or
self-hosted within your cloud of
choice (AWS, GCP, Azure) via their
marketplace, or on-premises.
Development Tools &
Frameworks
Tooling, APIs, query builder,
multi-language support for
development, admin, modeling,
and rapid prototyping needs.
Data Science and Analytics
Explorative tools, rich algorithm library,
and Integrated supervised Machine
Learning framework.
Native Graph Database
The foundation of the Neo4j platform;
delivers enterprise-scale and
performance, security, and data
integrity for transaction and analytical
workloads.
Graph Query Language
Cypher & openCypher; Ongoing
leadership and standards work (GQL)
to establish lingua franca for graphs.
Discovery & Visualization
Code-free querying, data modeling and
exploration tools for data scientists,
developers, and analysts.
Ecosystem & Integrations
Rich ecosystem of tech and
integration partners. Ingestion tools
(JDBC, Kafka, Spark, BI Tools, etc.) for
bulk and streaming needs.
5
© 2022 Neo4j, Inc. All rights reserved.
Neo4j: A Rich History of Graph Innovation
6
2020 - 2022
● Graph-RBAC Security, the First and
Most Advanced of Its Kind
● First Native & Fully Integrated Graph
Data Science Offering
● First In-Graph Machine Learning
Technology
● Neo4j Fabric, the First Enterprise
Graph Scaling Architecture for
Sharding & Federation
2015 - 2019
● openCypher: the De Facto Open
Source Graph Standard
● Graph Algorithms for Data Science
● Bloom for Rich Data Visualization and
Exploration
● Active Participant in ISO GQL
Standard, initiated by Neo4j
● AuraDB: First Native Graph DB
as-a-Service
2010 - 2014
● Pioneered the Graph Database Category
● First Native Graph Database:
Open Source, Built for Property Graphs
● Introduced Cypher Graph Query
Language
● Evolved Property Graph Model with
Labels, Geospatial & More
6
© 2022 Neo4j, Inc. All rights reserved.
Guiding Beacons
Performance at Scale
"Minutes to Milliseconds”
Performance: Queries that
take seconds/minutes/hours
run in milliseconds on Neo4j
Business impact: enables entirely
new forms of value creation, not
otherwise possible
Agility - Flexible Schema
Flexible schema enables the
database to adapt to an
evolving business, rapidly and
without disruption
Business impact: projects deliver
more, in less time, with less risk
Developer Productivity
Cypher enables more with less:
10x less code than SQL. Direct
path to an ISO standard.
World’s largest community of
skilled graph developers
Business impact: projects deliver
more, in less time, with less risk
Resource Efficiency
Often requires 10x less resources
than other graph databases,
particularly those built on
relational, NoSQL, and RDF
databases
Business Impact: significant
bottom-line savings & TCO
reduction
Transactions Analytics
7
© 2022 Neo4j, Inc. All rights reserved.
Neo4j Fabric
8
UNWIND demo.graphIds() AS gid
CALL {
USE demo.graph( gid )
MATCH ( u:User )
RETURN max( u.age ) AS localMaxAge
}
RETURN MAX( localMaxAge ) AS globalMaxAge
Unlimited
Scalability for
Sharded and
Federated Graphs
Users queries are executed in
parallel on any graph. Graph
selection can be pruned by
sharding logic. Results are
retrieved and aggregated, then
returned to the user or written
to other graphs.
© 2022 Neo4j, Inc. All rights reserved.
9
30 Billion
1.2 Trillion!
128 Billion
Neo4j Fabric: Scaling Up & Scaling Out!
© 2022 Neo4j, Inc. All rights reserved.
FAST
● Real-time Performance at Scale
● Automatic Upgrades, Patches, Backups
● Scale on Demand, No Downtime
● High Availability
● Multi Cloud, Any Region
● Enterprise-grade Security
● Simple Capacity Based Pricing
● 24/7 Premium Support
FAST
FLEXIBLE RELIABLE EASY
Self-hosted Available
AuraDB Coming Soon
Fully-managed Cloud Service
10
© 2022 Neo4j, Inc. All rights reserved.
Free
Professional
Enterprise
Self-Start
For
Developers
For
Data
Scientists
Graph Database as a Service Graph Data Science as a Service
Neo4j as a Service Offerings
Enterprise
2H-2022
EAP EOY-2022
2H-2022
EAP, 2H-2022 GA
© 2022 Neo4j, Inc. All rights reserved.
Aura: Enterprise Grade Security & Management
Single Sign-On
Cyber Academy
Code Scanning &
Pentesting
Secure Development
Practices
Dedicated VPC
AWS PrivateLink
Private Service Connect
(GCP - 2H 2022)
Role- & Schema-Based
Access Control
Node, Edge, and
Traversal Level
Granularity
Encryption
(At-Rest, In-Transit,
and Intra Cluster)
TLS 1.2/1.3, with
encrypted bucket storage
© 2022 Neo4j, Inc. All rights reserved.
Neo4j Meets All Your Regulatory Compliance Needs
13
SOC 2 Type I
ISO 27001
Certified
Coming
H2 2022
© 2022 Neo4j, Inc. All rights reserved.
14
New! Data Warehouse Connector
● Make it easier than ever to move data between your
data warehouse and Neo4j
● Support for Snowflake, Google BigQuery, Amazon
RedShift, and Azure Synapse
● Use as a:
○ Spark Submit Job (provide JSON configuration)
○ Simplified Scala/Python API
Data Warehouse
Connector
© 2022 Neo4j, Inc. All rights reserved.
15
Full Breadth of Connector & Language Support
Neo4j BI
Connector
Apache Spark
Connector
Apache Kafka
Connector
Data Warehouse
Connector
Java Python .NET
JavaScript Go
© 2022 Neo4j, Inc. All rights reserved.
Neo4j Graph Data Tools For All
Access your Neo4j database locally
Access your Neo4j database from
your browser
Visualize and explore your
Neo4j database
Build intelligent applications faster
with a Neo4j graph database
© 2022 Neo4j, Inc. All rights reserved.
© 2022 Neo4j, Inc. All rights reserved.
17
Graph Data Science
Rik van Bruggen
VP of Sales Enablement & Operations, EMEA
© 2022 Neo4j, Inc. All rights reserved.
18
Belgium
is a
BEER-
laden
venue
http://blog.bruggen.com/2021/10/rebeergraph-importing-belgian-beergraph.html
© 2022 Neo4j, Inc. All rights reserved.
What’s
Unusual?
What’s
Important?
What’s
Next?
Graph Data Science Helps
Make Sense of Your Data Relationships
19
Exploring the hidden patterns and features in your data
© 2022 Neo4j, Inc. All rights reserved.
20
Graphs Contain Implicit Knowledge
Which of the colored
nodes would be
considered the
most ‘important' ?
© 2022 Neo4j, Inc. All rights reserved.
21
Graph Algorithms Help Unlock This Knowledge
D
D has the highest valence
This is the most connected individual in the
network. If importance is how well you are
personally known you pick D.
G has the highest closeness centrality (0.52)
Information will disperse through the network
more quickly through this individual. If you need
to get a message out rapidly, choose them.
G
I has the highest betweenness centrality (0.59)
This person is an efficient connector of other people.
Risk of network disruption is higher if you lose this
individual.
I
Most Important?
© 2022 Neo4j, Inc. All rights reserved.
22
The Domains of Graph Data Science
Graph Native
Machine Learning
Learn features in your graph
that you don’t even know are
important yet using
embeddings.
Predict links, labels, and
missing data with in-graph
supervised ML models.
Identify associations,
anomalies, and trends using
unsupervised machine
learning.
Graph Algorithms
Knowledge Graphs
Find the patterns you’re looking
for in connected data
© 2022 Neo4j, Inc. All rights reserved.
23
The easiest graph
data science
platform
Easy to use
● Automated MLOps
● Runs Anywhere
● Cloud Commitments
Built by data
scientists, for data
scientists
Data Scientists
● Native Python Client
● 65+ Graph Algos
● ML Pipelines
Go to production
with speed, security,
and scale
Enterprise Ready
● 8M Objects/sec Load
● RBAC Security
● Designed to Scale
Fits into your data
stack and pipeline
Ecosystem
● BI tools, Apache Spark,
Kafka, Data Warehouses
● Vertex AI, SageMaker,
Synapse
Neo4j Graph Data Science
23
© 2022 Neo4j, Inc. All rights reserved.
The Neo4j Native Graph Catalog
• Automates data transformations
• Experiment with different data
sets, data models
• Fast iterations & layering
• Production ready features,
parallelization & enterprise
support
• Ability to persist and version
trained models
A graph-specific analytics workspace that’s mutable – integrated with
Neo4j’s native-graph database
Mutable In-Memory
Workspace
Graph Projection
Native Graph Store
© 2022 Neo4j, Inc. All rights reserved.
25
The Largest Catalog of Graph Algorithms
Pathfinding &
Search
Centrality &
Importance
Community
Detection
Supervised
Machine Learning
Heuristic Link
Prediction
Similarity Graph
Embeddings
…and more
Over 65 Pretuned, Parallelized Algorithms
© 2022 Neo4j, Inc. All rights reserved.
From Chaos to
Structure:
Neo4j Graph Data
Science is Changing
How Machine Learning
Gets Done
Graph Embeddings summarize the enhanced
explicit knowledge of a graph
26
© 2022 Neo4j, Inc. All rights reserved.
© 2022 Neo4j, Inc. All rights reserved.
27
“50% of Gartner inquiries on the topic
of AI involve discussion of the use of
graph technology.”
Top 10 Tech Trends in Data and Analytics 2021
AI Research Papers
Featuring Graph
Source: Dimensions Knowledge System
© 2022 Neo4j, Inc. All rights reserved.
28
Real World Data, Real World Fraud Detection
• Real, anonymized customer data set
• Using Neo4j Graph Data Science
• Blog post with sample code available
https://neo4j.com/developer-blog/exploring-fraud-detection-neo4j-graph-data-science-summary/
Exploring Fraud Detection With Neo4j &
Graph Data Science
Zach Blumenfeld
Data Science Product Specialist, Neo4j
87%
More fraud risks
detected!
© 2022 Neo4j, Inc. All rights reserved.
29
Logistics and Supply Chain
Plan maritime routes based on distances, costs,
and internal logic.
Results:
● Subsecond maritime routes planning
● Reduce global carbon emissions 60,000 tons
● 12-16M ROI for OrbitMI customers
© 2022 Neo4j, Inc. All rights reserved.
30
New in Neo4j Graph Data Science
30
© 2022 Neo4j, Inc. All rights reserved.
31
Machine Learning Pipelines
Graph Native ML Pipelines:
● Node Classification
● Node Regression (new!)
● Link Prediction
Trained Models & the Model Catalog:
● Save, persist & publish trained models
● Instantly apply for prediction on new and
existing data in the graph
Guided & Automated Pipeline
Features:
● Data splitting & rebalancing
● Feature engineering
● Model evaluation and
selection
● Automated hyperparameter
tuning (new!)
What we do : Link
Prediction Example
Define a pipeline, add the steps you want to perform, and we handle the rest for you.
© 2022 Neo4j, Inc. All rights reserved.
32
New! Apache Arrow Integration
● Import and export massive
graphs directly in and out
● Fast graph projections
(from external sources)
● Database creation & algorithm
result export
Up to 30 million objects/second
© 2022 Neo4j, Inc. All rights reserved.
New! Native Graph Data Science
Python Client
33
● Simplifies workflows for data scientists
● Run Graph Data Science algorithms just
like any Python function
● Eliminates the need for transaction
functions for data science
● Pythonic features support for graph and
model objects
© 2022 Neo4j, Inc. All rights reserved.
34
New!
Graph Data Science
As-a-Service
● Handles all DB
management for you
● Simple to scale up or down
● Paused instance to save
● Starts at $1/hour
Enterprise ready, with fully
managed infrastructure,
updates, and security patches
© 2022 Neo4j, Inc. All rights reserved.
New! Explore Graph Algorithms Directly in Bloom
35
© 2022 Neo4j, Inc. All rights reserved.
© 2022 Neo4j, Inc. All rights reserved.
36
Looking Ahead
Chris Shelmerdine
Product Manager
© 2022 Neo4j, Inc. All rights reserved.
37
But first… new in Neo4j Graph Data
Platform!
37
© 2022 Neo4j, Inc. All rights reserved.
Data Importer: Model & Load Your First Graph
● Intuitive data modeling UI
● Map flat files to graphs
● Built to import up to millions
of records
● Import directly Neo4j Aura or
self-managed
38
© 2022 Neo4j, Inc. All rights reserved.
39
Neo4j Ops Manager
Manage all Neo4j deployments centrally
Dashboard covering top metrics for
OS, DBMS, and Database
Dedicated UIs for managing
Role Based Access Control,
Upgrades, and more
© 2022 Neo4j, Inc. All rights reserved.
Rich
Capabilities
We’re always innovating with
cutting edge features to
power your business
We make graph easy, so you
can focus on building
business value
Frictionless
Experience
Enterprise
Grade
We prioritize trust in the
platform; secure, reliable,
available, and operable
40
Guiding Roadmap Principles
© 2022 Neo4j, Inc. All rights reserved.
Accelerating Bulk Updates Even Faster
41
Incremental
Import
Rich
Capabilities
High performance
bulk load into
existing databases
Bulk updates are as easy as 1-2-3
1. Load updates in a separate database
(with the same performance
of a new load)
2. Prepare data for a merge
into an existing database
3. Merge updates into another database
…or execute all in one step
Differential data can be saved for multiple updates
© 2022 Neo4j, Inc. All rights reserved.
Workspace: Unified Experience for Neo4j
Frictionless
Experience
Unified
Workspace
A single workspace
to unify the
experience of all
developer tools
42 EAP Sign-up! https://neo4j.com/workspace
© 2022 Neo4j, Inc. All rights reserved.
43
© 2022 Neo4j, Inc. All rights reserved.
New GraphQL UI: Coming in 2H 2022
GraphQL UI
Frictionless
Experience
Low-code UI for
prototyping and
exploring the
GraphQL schema
44
© 2022 Neo4j, Inc. All rights reserved.
Autonomous Clustering in Neo4j 5
45
Maximum scalability and on-demand infrastructure
Databases with independent functionality for availability and performance
Always online, with rolling upgrades and Fabric integration
Accessible from anywhere, in VPCs as well as publicly exposed when needed
Neo4j 5 Cluster
Enterprise
Grade
Flexible
Clustering
Fabric, parallel
implementations,
performance proof
points
© 2022 Neo4j, Inc. All rights reserved.
46
Other
Data Stores
Transactions Analytics
Graph Database Graph Data Science
Integrated AI/Machine
Learning
Data
Integrations
&
Connectors
Admin
Cypher
Drivers
&
APIs
Dev
Tools
Application Layer: Digital Twin, Recommendation, Fraud Detection, Cybersecurity, …
Query
Browser
GraphQL
Analytics & AI/Machine Learning Pipelines
The Neo4j Graph Data Platform
Flexible Graph Schema
Performance, Reliability &
Integrity
Scale-Up & Scale-Out Architecture
Development Tools Breadth
Enterprise Ecosystem
Ad

More Related Content

What's hot (20)

Neo4j Graph Use Cases, Bruno Ungermann, Neo4j
Neo4j Graph Use Cases, Bruno Ungermann, Neo4jNeo4j Graph Use Cases, Bruno Ungermann, Neo4j
Neo4j Graph Use Cases, Bruno Ungermann, Neo4j
Neo4j
 
The art of the possible with graph technology_Neo4j GraphSummit Dublin 2023.pptx
The art of the possible with graph technology_Neo4j GraphSummit Dublin 2023.pptxThe art of the possible with graph technology_Neo4j GraphSummit Dublin 2023.pptx
The art of the possible with graph technology_Neo4j GraphSummit Dublin 2023.pptx
Neo4j
 
SERVIER Pegasus - Graphe de connaissances pour les phases primaires de recher...
SERVIER Pegasus - Graphe de connaissances pour les phases primaires de recher...SERVIER Pegasus - Graphe de connaissances pour les phases primaires de recher...
SERVIER Pegasus - Graphe de connaissances pour les phases primaires de recher...
Neo4j
 
Technip Energies Italy: Planning is a graph matter
Technip Energies Italy: Planning is a graph matterTechnip Energies Italy: Planning is a graph matter
Technip Energies Italy: Planning is a graph matter
Neo4j
 
Workshop Tel Aviv - Graph Data Science
Workshop Tel Aviv - Graph Data ScienceWorkshop Tel Aviv - Graph Data Science
Workshop Tel Aviv - Graph Data Science
Neo4j
 
The path to success with graph database and graph data science_ Neo4j GraphSu...
The path to success with graph database and graph data science_ Neo4j GraphSu...The path to success with graph database and graph data science_ Neo4j GraphSu...
The path to success with graph database and graph data science_ Neo4j GraphSu...
Neo4j
 
Demystifying Graph Neural Networks
Demystifying Graph Neural NetworksDemystifying Graph Neural Networks
Demystifying Graph Neural Networks
Neo4j
 
GPT and Graph Data Science to power your Knowledge Graph
GPT and Graph Data Science to power your Knowledge GraphGPT and Graph Data Science to power your Knowledge Graph
GPT and Graph Data Science to power your Knowledge Graph
Neo4j
 
Neo4j: What's Under the Hood & How Knowing This Can Help You
Neo4j: What's Under the Hood & How Knowing This Can Help You Neo4j: What's Under the Hood & How Knowing This Can Help You
Neo4j: What's Under the Hood & How Knowing This Can Help You
Neo4j
 
The perfect couple: Uniting Large Language Models and Knowledge Graphs for En...
The perfect couple: Uniting Large Language Models and Knowledge Graphs for En...The perfect couple: Uniting Large Language Models and Knowledge Graphs for En...
The perfect couple: Uniting Large Language Models and Knowledge Graphs for En...
Neo4j
 
Optimizing Your Supply Chain with the Neo4j Graph
Optimizing Your Supply Chain with the Neo4j GraphOptimizing Your Supply Chain with the Neo4j Graph
Optimizing Your Supply Chain with the Neo4j Graph
Neo4j
 
Larus: Il forte impatto della Graph Technology: l'esperienza di LARUS e numer...
Larus: Il forte impatto della Graph Technology: l'esperienza di LARUS e numer...Larus: Il forte impatto della Graph Technology: l'esperienza di LARUS e numer...
Larus: Il forte impatto della Graph Technology: l'esperienza di LARUS e numer...
Neo4j
 
CIMPA : Enhancing Data Exposition & Digital Twin for Airbus Helicopters
CIMPA : Enhancing Data Exposition & Digital Twin for Airbus HelicoptersCIMPA : Enhancing Data Exposition & Digital Twin for Airbus Helicopters
CIMPA : Enhancing Data Exposition & Digital Twin for Airbus Helicopters
Neo4j
 
ENEL Electricity Grids on Neo4j Graph DB
ENEL Electricity Grids on Neo4j Graph DBENEL Electricity Grids on Neo4j Graph DB
ENEL Electricity Grids on Neo4j Graph DB
Neo4j
 
Graphs for Finance - AML with Neo4j Graph Data Science
Graphs for Finance - AML with Neo4j Graph Data Science Graphs for Finance - AML with Neo4j Graph Data Science
Graphs for Finance - AML with Neo4j Graph Data Science
Neo4j
 
OpenBOM: Neo4j and Bill of Materials meetup, Boston
OpenBOM: Neo4j and Bill of Materials meetup, BostonOpenBOM: Neo4j and Bill of Materials meetup, Boston
OpenBOM: Neo4j and Bill of Materials meetup, Boston
Oleg Shilovitsky
 
Workshop Introduction to Neo4j
Workshop Introduction to Neo4jWorkshop Introduction to Neo4j
Workshop Introduction to Neo4j
Neo4j
 
The Knowledge Graph Explosion
The Knowledge Graph ExplosionThe Knowledge Graph Explosion
The Knowledge Graph Explosion
Neo4j
 
Road to NODES - Healthcare Analytics
Road to NODES - Healthcare AnalyticsRoad to NODES - Healthcare Analytics
Road to NODES - Healthcare Analytics
Neo4j
 
Neanex - Semantic Construction with Graphs
Neanex - Semantic Construction with GraphsNeanex - Semantic Construction with Graphs
Neanex - Semantic Construction with Graphs
Neo4j
 
Neo4j Graph Use Cases, Bruno Ungermann, Neo4j
Neo4j Graph Use Cases, Bruno Ungermann, Neo4jNeo4j Graph Use Cases, Bruno Ungermann, Neo4j
Neo4j Graph Use Cases, Bruno Ungermann, Neo4j
Neo4j
 
The art of the possible with graph technology_Neo4j GraphSummit Dublin 2023.pptx
The art of the possible with graph technology_Neo4j GraphSummit Dublin 2023.pptxThe art of the possible with graph technology_Neo4j GraphSummit Dublin 2023.pptx
The art of the possible with graph technology_Neo4j GraphSummit Dublin 2023.pptx
Neo4j
 
SERVIER Pegasus - Graphe de connaissances pour les phases primaires de recher...
SERVIER Pegasus - Graphe de connaissances pour les phases primaires de recher...SERVIER Pegasus - Graphe de connaissances pour les phases primaires de recher...
SERVIER Pegasus - Graphe de connaissances pour les phases primaires de recher...
Neo4j
 
Technip Energies Italy: Planning is a graph matter
Technip Energies Italy: Planning is a graph matterTechnip Energies Italy: Planning is a graph matter
Technip Energies Italy: Planning is a graph matter
Neo4j
 
Workshop Tel Aviv - Graph Data Science
Workshop Tel Aviv - Graph Data ScienceWorkshop Tel Aviv - Graph Data Science
Workshop Tel Aviv - Graph Data Science
Neo4j
 
The path to success with graph database and graph data science_ Neo4j GraphSu...
The path to success with graph database and graph data science_ Neo4j GraphSu...The path to success with graph database and graph data science_ Neo4j GraphSu...
The path to success with graph database and graph data science_ Neo4j GraphSu...
Neo4j
 
Demystifying Graph Neural Networks
Demystifying Graph Neural NetworksDemystifying Graph Neural Networks
Demystifying Graph Neural Networks
Neo4j
 
GPT and Graph Data Science to power your Knowledge Graph
GPT and Graph Data Science to power your Knowledge GraphGPT and Graph Data Science to power your Knowledge Graph
GPT and Graph Data Science to power your Knowledge Graph
Neo4j
 
Neo4j: What's Under the Hood & How Knowing This Can Help You
Neo4j: What's Under the Hood & How Knowing This Can Help You Neo4j: What's Under the Hood & How Knowing This Can Help You
Neo4j: What's Under the Hood & How Knowing This Can Help You
Neo4j
 
The perfect couple: Uniting Large Language Models and Knowledge Graphs for En...
The perfect couple: Uniting Large Language Models and Knowledge Graphs for En...The perfect couple: Uniting Large Language Models and Knowledge Graphs for En...
The perfect couple: Uniting Large Language Models and Knowledge Graphs for En...
Neo4j
 
Optimizing Your Supply Chain with the Neo4j Graph
Optimizing Your Supply Chain with the Neo4j GraphOptimizing Your Supply Chain with the Neo4j Graph
Optimizing Your Supply Chain with the Neo4j Graph
Neo4j
 
Larus: Il forte impatto della Graph Technology: l'esperienza di LARUS e numer...
Larus: Il forte impatto della Graph Technology: l'esperienza di LARUS e numer...Larus: Il forte impatto della Graph Technology: l'esperienza di LARUS e numer...
Larus: Il forte impatto della Graph Technology: l'esperienza di LARUS e numer...
Neo4j
 
CIMPA : Enhancing Data Exposition & Digital Twin for Airbus Helicopters
CIMPA : Enhancing Data Exposition & Digital Twin for Airbus HelicoptersCIMPA : Enhancing Data Exposition & Digital Twin for Airbus Helicopters
CIMPA : Enhancing Data Exposition & Digital Twin for Airbus Helicopters
Neo4j
 
ENEL Electricity Grids on Neo4j Graph DB
ENEL Electricity Grids on Neo4j Graph DBENEL Electricity Grids on Neo4j Graph DB
ENEL Electricity Grids on Neo4j Graph DB
Neo4j
 
Graphs for Finance - AML with Neo4j Graph Data Science
Graphs for Finance - AML with Neo4j Graph Data Science Graphs for Finance - AML with Neo4j Graph Data Science
Graphs for Finance - AML with Neo4j Graph Data Science
Neo4j
 
OpenBOM: Neo4j and Bill of Materials meetup, Boston
OpenBOM: Neo4j and Bill of Materials meetup, BostonOpenBOM: Neo4j and Bill of Materials meetup, Boston
OpenBOM: Neo4j and Bill of Materials meetup, Boston
Oleg Shilovitsky
 
Workshop Introduction to Neo4j
Workshop Introduction to Neo4jWorkshop Introduction to Neo4j
Workshop Introduction to Neo4j
Neo4j
 
The Knowledge Graph Explosion
The Knowledge Graph ExplosionThe Knowledge Graph Explosion
The Knowledge Graph Explosion
Neo4j
 
Road to NODES - Healthcare Analytics
Road to NODES - Healthcare AnalyticsRoad to NODES - Healthcare Analytics
Road to NODES - Healthcare Analytics
Neo4j
 
Neanex - Semantic Construction with Graphs
Neanex - Semantic Construction with GraphsNeanex - Semantic Construction with Graphs
Neanex - Semantic Construction with Graphs
Neo4j
 

Similar to Amsterdam - The Neo4j Graph Data Platform Today & Tomorrow (20)

Nordics Edition - The Neo4j Graph Data Platform Today & Tomorrow
Nordics Edition - The Neo4j Graph Data Platform Today & TomorrowNordics Edition - The Neo4j Graph Data Platform Today & Tomorrow
Nordics Edition - The Neo4j Graph Data Platform Today & Tomorrow
Neo4j
 
New! Neo4j AuraDS: The Fastest Way to Get Started with Data Science in the Cloud
New! Neo4j AuraDS: The Fastest Way to Get Started with Data Science in the CloudNew! Neo4j AuraDS: The Fastest Way to Get Started with Data Science in the Cloud
New! Neo4j AuraDS: The Fastest Way to Get Started with Data Science in the Cloud
Neo4j
 
Neo4j : la voie du succès avec les bases de données de graphes et la Graph Da...
Neo4j : la voie du succès avec les bases de données de graphes et la Graph Da...Neo4j : la voie du succès avec les bases de données de graphes et la Graph Da...
Neo4j : la voie du succès avec les bases de données de graphes et la Graph Da...
Neo4j
 
The path to success with Graph Database and Graph Data Science
The path to success with Graph Database and Graph Data ScienceThe path to success with Graph Database and Graph Data Science
The path to success with Graph Database and Graph Data Science
Neo4j
 
5.17 - IntroductionToNeo4j-allSlides_1_2022_DanMc.pdf
5.17 - IntroductionToNeo4j-allSlides_1_2022_DanMc.pdf5.17 - IntroductionToNeo4j-allSlides_1_2022_DanMc.pdf
5.17 - IntroductionToNeo4j-allSlides_1_2022_DanMc.pdf
javiertec21
 
Ultime Novità di Prodotto Neo4j
Ultime Novità di Prodotto Neo4j Ultime Novità di Prodotto Neo4j
Ultime Novità di Prodotto Neo4j
Neo4j
 
Graph-Oriented NoSQL Databases
Graph-Oriented NoSQL  Databases Graph-Oriented NoSQL  Databases
Graph-Oriented NoSQL Databases
Abdelkader OUARED
 
The Path To Success With Graph Database and Analytics
The Path To Success With Graph Database and AnalyticsThe Path To Success With Graph Database and Analytics
The Path To Success With Graph Database and Analytics
Neo4j
 
Government GraphSummit: Optimizing the Supply Chain
Government GraphSummit: Optimizing the Supply ChainGovernment GraphSummit: Optimizing the Supply Chain
Government GraphSummit: Optimizing the Supply Chain
Neo4j
 
Self Service Analytics and a Modern Data Architecture with Data Virtualizatio...
Self Service Analytics and a Modern Data Architecture with Data Virtualizatio...Self Service Analytics and a Modern Data Architecture with Data Virtualizatio...
Self Service Analytics and a Modern Data Architecture with Data Virtualizatio...
Denodo
 
Graph Data Science at Scale
Graph Data Science at ScaleGraph Data Science at Scale
Graph Data Science at Scale
Neo4j
 
Belgium & Luxembourg dedicated online Data Virtualization discovery workshop
Belgium & Luxembourg dedicated online Data Virtualization discovery workshopBelgium & Luxembourg dedicated online Data Virtualization discovery workshop
Belgium & Luxembourg dedicated online Data Virtualization discovery workshop
Denodo
 
Ibm db2update2019 icp4 data
Ibm db2update2019   icp4 dataIbm db2update2019   icp4 data
Ibm db2update2019 icp4 data
Gustav Lundström
 
Data platform modernization with Databricks.pptx
Data platform modernization with Databricks.pptxData platform modernization with Databricks.pptx
Data platform modernization with Databricks.pptx
CalvinSim10
 
Optimizing Your Supply Chain with Neo4j
Optimizing Your Supply Chain with Neo4jOptimizing Your Supply Chain with Neo4j
Optimizing Your Supply Chain with Neo4j
Neo4j
 
Atlantis Word Processor 4.4.5.1 Free Download
Atlantis Word Processor 4.4.5.1 Free DownloadAtlantis Word Processor 4.4.5.1 Free Download
Atlantis Word Processor 4.4.5.1 Free Download
blouch111kp
 
Capture One Enterprise for MacOS Download
Capture One Enterprise for MacOS DownloadCapture One Enterprise for MacOS Download
Capture One Enterprise for MacOS Download
blouch139kp
 
Auslogics Video Grabber Free 1.0.0.12 Free
Auslogics Video Grabber Free 1.0.0.12 FreeAuslogics Video Grabber Free 1.0.0.12 Free
Auslogics Video Grabber Free 1.0.0.12 Free
shanbahikp01
 
Neo4j & AWS Bedrock workshop at GraphSummit London 14 Nov 2023.pptx
Neo4j & AWS Bedrock workshop at GraphSummit London 14 Nov 2023.pptxNeo4j & AWS Bedrock workshop at GraphSummit London 14 Nov 2023.pptx
Neo4j & AWS Bedrock workshop at GraphSummit London 14 Nov 2023.pptx
Neo4j
 
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
 
Nordics Edition - The Neo4j Graph Data Platform Today & Tomorrow
Nordics Edition - The Neo4j Graph Data Platform Today & TomorrowNordics Edition - The Neo4j Graph Data Platform Today & Tomorrow
Nordics Edition - The Neo4j Graph Data Platform Today & Tomorrow
Neo4j
 
New! Neo4j AuraDS: The Fastest Way to Get Started with Data Science in the Cloud
New! Neo4j AuraDS: The Fastest Way to Get Started with Data Science in the CloudNew! Neo4j AuraDS: The Fastest Way to Get Started with Data Science in the Cloud
New! Neo4j AuraDS: The Fastest Way to Get Started with Data Science in the Cloud
Neo4j
 
Neo4j : la voie du succès avec les bases de données de graphes et la Graph Da...
Neo4j : la voie du succès avec les bases de données de graphes et la Graph Da...Neo4j : la voie du succès avec les bases de données de graphes et la Graph Da...
Neo4j : la voie du succès avec les bases de données de graphes et la Graph Da...
Neo4j
 
The path to success with Graph Database and Graph Data Science
The path to success with Graph Database and Graph Data ScienceThe path to success with Graph Database and Graph Data Science
The path to success with Graph Database and Graph Data Science
Neo4j
 
5.17 - IntroductionToNeo4j-allSlides_1_2022_DanMc.pdf
5.17 - IntroductionToNeo4j-allSlides_1_2022_DanMc.pdf5.17 - IntroductionToNeo4j-allSlides_1_2022_DanMc.pdf
5.17 - IntroductionToNeo4j-allSlides_1_2022_DanMc.pdf
javiertec21
 
Ultime Novità di Prodotto Neo4j
Ultime Novità di Prodotto Neo4j Ultime Novità di Prodotto Neo4j
Ultime Novità di Prodotto Neo4j
Neo4j
 
Graph-Oriented NoSQL Databases
Graph-Oriented NoSQL  Databases Graph-Oriented NoSQL  Databases
Graph-Oriented NoSQL Databases
Abdelkader OUARED
 
The Path To Success With Graph Database and Analytics
The Path To Success With Graph Database and AnalyticsThe Path To Success With Graph Database and Analytics
The Path To Success With Graph Database and Analytics
Neo4j
 
Government GraphSummit: Optimizing the Supply Chain
Government GraphSummit: Optimizing the Supply ChainGovernment GraphSummit: Optimizing the Supply Chain
Government GraphSummit: Optimizing the Supply Chain
Neo4j
 
Self Service Analytics and a Modern Data Architecture with Data Virtualizatio...
Self Service Analytics and a Modern Data Architecture with Data Virtualizatio...Self Service Analytics and a Modern Data Architecture with Data Virtualizatio...
Self Service Analytics and a Modern Data Architecture with Data Virtualizatio...
Denodo
 
Graph Data Science at Scale
Graph Data Science at ScaleGraph Data Science at Scale
Graph Data Science at Scale
Neo4j
 
Belgium & Luxembourg dedicated online Data Virtualization discovery workshop
Belgium & Luxembourg dedicated online Data Virtualization discovery workshopBelgium & Luxembourg dedicated online Data Virtualization discovery workshop
Belgium & Luxembourg dedicated online Data Virtualization discovery workshop
Denodo
 
Data platform modernization with Databricks.pptx
Data platform modernization with Databricks.pptxData platform modernization with Databricks.pptx
Data platform modernization with Databricks.pptx
CalvinSim10
 
Optimizing Your Supply Chain with Neo4j
Optimizing Your Supply Chain with Neo4jOptimizing Your Supply Chain with Neo4j
Optimizing Your Supply Chain with Neo4j
Neo4j
 
Atlantis Word Processor 4.4.5.1 Free Download
Atlantis Word Processor 4.4.5.1 Free DownloadAtlantis Word Processor 4.4.5.1 Free Download
Atlantis Word Processor 4.4.5.1 Free Download
blouch111kp
 
Capture One Enterprise for MacOS Download
Capture One Enterprise for MacOS DownloadCapture One Enterprise for MacOS Download
Capture One Enterprise for MacOS Download
blouch139kp
 
Auslogics Video Grabber Free 1.0.0.12 Free
Auslogics Video Grabber Free 1.0.0.12 FreeAuslogics Video Grabber Free 1.0.0.12 Free
Auslogics Video Grabber Free 1.0.0.12 Free
shanbahikp01
 
Neo4j & AWS Bedrock workshop at GraphSummit London 14 Nov 2023.pptx
Neo4j & AWS Bedrock workshop at GraphSummit London 14 Nov 2023.pptxNeo4j & AWS Bedrock workshop at GraphSummit London 14 Nov 2023.pptx
Neo4j & AWS Bedrock workshop at GraphSummit London 14 Nov 2023.pptx
Neo4j
 
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
 
Ad

More from Neo4j (20)

Graphs & GraphRAG - Essential Ingredients for GenAI
Graphs & GraphRAG - Essential Ingredients for GenAIGraphs & GraphRAG - Essential Ingredients for GenAI
Graphs & GraphRAG - Essential Ingredients for GenAI
Neo4j
 
Neo4j Knowledge for Customer Experience.pptx
Neo4j Knowledge for Customer Experience.pptxNeo4j Knowledge for Customer Experience.pptx
Neo4j Knowledge for Customer Experience.pptx
Neo4j
 
GraphTalk New Zealand - The Art of The Possible.pptx
GraphTalk New Zealand - The Art of The Possible.pptxGraphTalk New Zealand - The Art of The Possible.pptx
GraphTalk New Zealand - The Art of The Possible.pptx
Neo4j
 
Neo4j: The Art of the Possible with Graph
Neo4j: The Art of the Possible with GraphNeo4j: The Art of the Possible with Graph
Neo4j: The Art of the Possible with Graph
Neo4j
 
Smarter Knowledge Graphs For Public Sector
Smarter Knowledge Graphs For Public  SectorSmarter Knowledge Graphs For Public  Sector
Smarter Knowledge Graphs For Public Sector
Neo4j
 
GraphRAG and Knowledge Graphs Exploring AI's Future
GraphRAG and Knowledge Graphs Exploring AI's FutureGraphRAG and Knowledge Graphs Exploring AI's Future
GraphRAG and Knowledge Graphs Exploring AI's Future
Neo4j
 
Matinée GenAI & GraphRAG Paris - Décembre 24
Matinée GenAI & GraphRAG Paris - Décembre 24Matinée GenAI & GraphRAG Paris - Décembre 24
Matinée GenAI & GraphRAG Paris - Décembre 24
Neo4j
 
ANZ Presentation: GraphSummit Melbourne 2024
ANZ Presentation: GraphSummit Melbourne 2024ANZ Presentation: GraphSummit Melbourne 2024
ANZ Presentation: GraphSummit Melbourne 2024
Neo4j
 
Google Cloud Presentation GraphSummit Melbourne 2024: Building Generative AI ...
Google Cloud Presentation GraphSummit Melbourne 2024: Building Generative AI ...Google Cloud Presentation GraphSummit Melbourne 2024: Building Generative AI ...
Google Cloud Presentation GraphSummit Melbourne 2024: Building Generative AI ...
Neo4j
 
Telstra Presentation GraphSummit Melbourne: Optimising Business Outcomes with...
Telstra Presentation GraphSummit Melbourne: Optimising Business Outcomes with...Telstra Presentation GraphSummit Melbourne: Optimising Business Outcomes with...
Telstra Presentation GraphSummit Melbourne: Optimising Business Outcomes with...
Neo4j
 
Hands-On GraphRAG Workshop: GraphSummit Melbourne 2024
Hands-On GraphRAG Workshop: GraphSummit Melbourne 2024Hands-On GraphRAG Workshop: GraphSummit Melbourne 2024
Hands-On GraphRAG Workshop: GraphSummit Melbourne 2024
Neo4j
 
Démonstration Digital Twin Building Wire Management
Démonstration Digital Twin Building Wire ManagementDémonstration Digital Twin Building Wire Management
Démonstration Digital Twin Building Wire Management
Neo4j
 
Swiss Life - Les graphes au service de la détection de fraude dans le domaine...
Swiss Life - Les graphes au service de la détection de fraude dans le domaine...Swiss Life - Les graphes au service de la détection de fraude dans le domaine...
Swiss Life - Les graphes au service de la détection de fraude dans le domaine...
Neo4j
 
Démonstration Supply Chain - GraphTalk Paris
Démonstration Supply Chain - GraphTalk ParisDémonstration Supply Chain - GraphTalk Paris
Démonstration Supply Chain - GraphTalk Paris
Neo4j
 
The Art of Possible - GraphTalk Paris Opening Session
The Art of Possible - GraphTalk Paris Opening SessionThe Art of Possible - GraphTalk Paris Opening Session
The Art of Possible - GraphTalk Paris Opening Session
Neo4j
 
How Siemens bolstered supply chain resilience with graph-powered AI insights ...
How Siemens bolstered supply chain resilience with graph-powered AI insights ...How Siemens bolstered supply chain resilience with graph-powered AI insights ...
How Siemens bolstered supply chain resilience with graph-powered AI insights ...
Neo4j
 
Knowledge Graphs for AI-Ready Data and Enterprise Deployment - Gartner IT Sym...
Knowledge Graphs for AI-Ready Data and Enterprise Deployment - Gartner IT Sym...Knowledge Graphs for AI-Ready Data and Enterprise Deployment - Gartner IT Sym...
Knowledge Graphs for AI-Ready Data and Enterprise Deployment - Gartner IT Sym...
Neo4j
 
Neo4j Graph Data Modelling Session - GraphTalk
Neo4j Graph Data Modelling Session - GraphTalkNeo4j Graph Data Modelling Session - GraphTalk
Neo4j Graph Data Modelling Session - GraphTalk
Neo4j
 
Neo4j: The Art of Possible with Graph Technology
Neo4j: The Art of Possible with Graph TechnologyNeo4j: The Art of Possible with Graph Technology
Neo4j: The Art of Possible with Graph Technology
Neo4j
 
Astra Zeneca: How KG and GenAI Revolutionise Biopharma and Life Sciences
Astra Zeneca: How KG and GenAI Revolutionise Biopharma and Life SciencesAstra Zeneca: How KG and GenAI Revolutionise Biopharma and Life Sciences
Astra Zeneca: How KG and GenAI Revolutionise Biopharma and Life Sciences
Neo4j
 
Graphs & GraphRAG - Essential Ingredients for GenAI
Graphs & GraphRAG - Essential Ingredients for GenAIGraphs & GraphRAG - Essential Ingredients for GenAI
Graphs & GraphRAG - Essential Ingredients for GenAI
Neo4j
 
Neo4j Knowledge for Customer Experience.pptx
Neo4j Knowledge for Customer Experience.pptxNeo4j Knowledge for Customer Experience.pptx
Neo4j Knowledge for Customer Experience.pptx
Neo4j
 
GraphTalk New Zealand - The Art of The Possible.pptx
GraphTalk New Zealand - The Art of The Possible.pptxGraphTalk New Zealand - The Art of The Possible.pptx
GraphTalk New Zealand - The Art of The Possible.pptx
Neo4j
 
Neo4j: The Art of the Possible with Graph
Neo4j: The Art of the Possible with GraphNeo4j: The Art of the Possible with Graph
Neo4j: The Art of the Possible with Graph
Neo4j
 
Smarter Knowledge Graphs For Public Sector
Smarter Knowledge Graphs For Public  SectorSmarter Knowledge Graphs For Public  Sector
Smarter Knowledge Graphs For Public Sector
Neo4j
 
GraphRAG and Knowledge Graphs Exploring AI's Future
GraphRAG and Knowledge Graphs Exploring AI's FutureGraphRAG and Knowledge Graphs Exploring AI's Future
GraphRAG and Knowledge Graphs Exploring AI's Future
Neo4j
 
Matinée GenAI & GraphRAG Paris - Décembre 24
Matinée GenAI & GraphRAG Paris - Décembre 24Matinée GenAI & GraphRAG Paris - Décembre 24
Matinée GenAI & GraphRAG Paris - Décembre 24
Neo4j
 
ANZ Presentation: GraphSummit Melbourne 2024
ANZ Presentation: GraphSummit Melbourne 2024ANZ Presentation: GraphSummit Melbourne 2024
ANZ Presentation: GraphSummit Melbourne 2024
Neo4j
 
Google Cloud Presentation GraphSummit Melbourne 2024: Building Generative AI ...
Google Cloud Presentation GraphSummit Melbourne 2024: Building Generative AI ...Google Cloud Presentation GraphSummit Melbourne 2024: Building Generative AI ...
Google Cloud Presentation GraphSummit Melbourne 2024: Building Generative AI ...
Neo4j
 
Telstra Presentation GraphSummit Melbourne: Optimising Business Outcomes with...
Telstra Presentation GraphSummit Melbourne: Optimising Business Outcomes with...Telstra Presentation GraphSummit Melbourne: Optimising Business Outcomes with...
Telstra Presentation GraphSummit Melbourne: Optimising Business Outcomes with...
Neo4j
 
Hands-On GraphRAG Workshop: GraphSummit Melbourne 2024
Hands-On GraphRAG Workshop: GraphSummit Melbourne 2024Hands-On GraphRAG Workshop: GraphSummit Melbourne 2024
Hands-On GraphRAG Workshop: GraphSummit Melbourne 2024
Neo4j
 
Démonstration Digital Twin Building Wire Management
Démonstration Digital Twin Building Wire ManagementDémonstration Digital Twin Building Wire Management
Démonstration Digital Twin Building Wire Management
Neo4j
 
Swiss Life - Les graphes au service de la détection de fraude dans le domaine...
Swiss Life - Les graphes au service de la détection de fraude dans le domaine...Swiss Life - Les graphes au service de la détection de fraude dans le domaine...
Swiss Life - Les graphes au service de la détection de fraude dans le domaine...
Neo4j
 
Démonstration Supply Chain - GraphTalk Paris
Démonstration Supply Chain - GraphTalk ParisDémonstration Supply Chain - GraphTalk Paris
Démonstration Supply Chain - GraphTalk Paris
Neo4j
 
The Art of Possible - GraphTalk Paris Opening Session
The Art of Possible - GraphTalk Paris Opening SessionThe Art of Possible - GraphTalk Paris Opening Session
The Art of Possible - GraphTalk Paris Opening Session
Neo4j
 
How Siemens bolstered supply chain resilience with graph-powered AI insights ...
How Siemens bolstered supply chain resilience with graph-powered AI insights ...How Siemens bolstered supply chain resilience with graph-powered AI insights ...
How Siemens bolstered supply chain resilience with graph-powered AI insights ...
Neo4j
 
Knowledge Graphs for AI-Ready Data and Enterprise Deployment - Gartner IT Sym...
Knowledge Graphs for AI-Ready Data and Enterprise Deployment - Gartner IT Sym...Knowledge Graphs for AI-Ready Data and Enterprise Deployment - Gartner IT Sym...
Knowledge Graphs for AI-Ready Data and Enterprise Deployment - Gartner IT Sym...
Neo4j
 
Neo4j Graph Data Modelling Session - GraphTalk
Neo4j Graph Data Modelling Session - GraphTalkNeo4j Graph Data Modelling Session - GraphTalk
Neo4j Graph Data Modelling Session - GraphTalk
Neo4j
 
Neo4j: The Art of Possible with Graph Technology
Neo4j: The Art of Possible with Graph TechnologyNeo4j: The Art of Possible with Graph Technology
Neo4j: The Art of Possible with Graph Technology
Neo4j
 
Astra Zeneca: How KG and GenAI Revolutionise Biopharma and Life Sciences
Astra Zeneca: How KG and GenAI Revolutionise Biopharma and Life SciencesAstra Zeneca: How KG and GenAI Revolutionise Biopharma and Life Sciences
Astra Zeneca: How KG and GenAI Revolutionise Biopharma and Life Sciences
Neo4j
 
Ad

Recently uploaded (20)

LEARN SEO AND INCREASE YOUR KNOWLDGE IN SOFTWARE INDUSTRY
LEARN SEO AND INCREASE YOUR KNOWLDGE IN SOFTWARE INDUSTRYLEARN SEO AND INCREASE YOUR KNOWLDGE IN SOFTWARE INDUSTRY
LEARN SEO AND INCREASE YOUR KNOWLDGE IN SOFTWARE INDUSTRY
NidaFarooq10
 
Scaling GraphRAG: Efficient Knowledge Retrieval for Enterprise AI
Scaling GraphRAG:  Efficient Knowledge Retrieval for Enterprise AIScaling GraphRAG:  Efficient Knowledge Retrieval for Enterprise AI
Scaling GraphRAG: Efficient Knowledge Retrieval for Enterprise AI
danshalev
 
Adobe Marketo Engage Champion Deep Dive - SFDC CRM Synch V2 & Usage Dashboards
Adobe Marketo Engage Champion Deep Dive - SFDC CRM Synch V2 & Usage DashboardsAdobe Marketo Engage Champion Deep Dive - SFDC CRM Synch V2 & Usage Dashboards
Adobe Marketo Engage Champion Deep Dive - SFDC CRM Synch V2 & Usage Dashboards
BradBedford3
 
FL Studio Producer Edition Crack 2025 Full Version
FL Studio Producer Edition Crack 2025 Full VersionFL Studio Producer Edition Crack 2025 Full Version
FL Studio Producer Edition Crack 2025 Full Version
tahirabibi60507
 
Adobe Illustrator Crack FREE Download 2025 Latest Version
Adobe Illustrator Crack FREE Download 2025 Latest VersionAdobe Illustrator Crack FREE Download 2025 Latest Version
Adobe Illustrator Crack FREE Download 2025 Latest Version
kashifyounis067
 
EASEUS Partition Master Crack + License Code
EASEUS Partition Master Crack + License CodeEASEUS Partition Master Crack + License Code
EASEUS Partition Master Crack + License Code
aneelaramzan63
 
Adobe After Effects Crack FREE FRESH version 2025
Adobe After Effects Crack FREE FRESH version 2025Adobe After Effects Crack FREE FRESH version 2025
Adobe After Effects Crack FREE FRESH version 2025
kashifyounis067
 
WinRAR Crack for Windows (100% Working 2025)
WinRAR Crack for Windows (100% Working 2025)WinRAR Crack for Windows (100% Working 2025)
WinRAR Crack for Windows (100% Working 2025)
sh607827
 
Automation Techniques in RPA - UiPath Certificate
Automation Techniques in RPA - UiPath CertificateAutomation Techniques in RPA - UiPath Certificate
Automation Techniques in RPA - UiPath Certificate
VICTOR MAESTRE RAMIREZ
 
Landscape of Requirements Engineering for/by AI through Literature Review
Landscape of Requirements Engineering for/by AI through Literature ReviewLandscape of Requirements Engineering for/by AI through Literature Review
Landscape of Requirements Engineering for/by AI through Literature Review
Hironori Washizaki
 
Interactive odoo dashboards for sales, CRM , Inventory, Invoice, Purchase, Pr...
Interactive odoo dashboards for sales, CRM , Inventory, Invoice, Purchase, Pr...Interactive odoo dashboards for sales, CRM , Inventory, Invoice, Purchase, Pr...
Interactive odoo dashboards for sales, CRM , Inventory, Invoice, Purchase, Pr...
AxisTechnolabs
 
Explaining GitHub Actions Failures with Large Language Models Challenges, In...
Explaining GitHub Actions Failures with Large Language Models Challenges, In...Explaining GitHub Actions Failures with Large Language Models Challenges, In...
Explaining GitHub Actions Failures with Large Language Models Challenges, In...
ssuserb14185
 
Microsoft AI Nonprofit Use Cases and Live Demo_2025.04.30.pdf
Microsoft AI Nonprofit Use Cases and Live Demo_2025.04.30.pdfMicrosoft AI Nonprofit Use Cases and Live Demo_2025.04.30.pdf
Microsoft AI Nonprofit Use Cases and Live Demo_2025.04.30.pdf
TechSoup
 
Exploring Wayland: A Modern Display Server for the Future
Exploring Wayland: A Modern Display Server for the FutureExploring Wayland: A Modern Display Server for the Future
Exploring Wayland: A Modern Display Server for the Future
ICS
 
Adobe Lightroom Classic Crack FREE Latest link 2025
Adobe Lightroom Classic Crack FREE Latest link 2025Adobe Lightroom Classic Crack FREE Latest link 2025
Adobe Lightroom Classic Crack FREE Latest link 2025
kashifyounis067
 
Kubernetes_101_Zero_to_Platform_Engineer.pptx
Kubernetes_101_Zero_to_Platform_Engineer.pptxKubernetes_101_Zero_to_Platform_Engineer.pptx
Kubernetes_101_Zero_to_Platform_Engineer.pptx
CloudScouts
 
Societal challenges of AI: biases, multilinguism and sustainability
Societal challenges of AI: biases, multilinguism and sustainabilitySocietal challenges of AI: biases, multilinguism and sustainability
Societal challenges of AI: biases, multilinguism and sustainability
Jordi Cabot
 
Exploring Code Comprehension in Scientific Programming: Preliminary Insight...
Exploring Code Comprehension  in Scientific Programming:  Preliminary Insight...Exploring Code Comprehension  in Scientific Programming:  Preliminary Insight...
Exploring Code Comprehension in Scientific Programming: Preliminary Insight...
University of Hawai‘i at Mānoa
 
Designing AI-Powered APIs on Azure: Best Practices& Considerations
Designing AI-Powered APIs on Azure: Best Practices& ConsiderationsDesigning AI-Powered APIs on Azure: Best Practices& Considerations
Designing AI-Powered APIs on Azure: Best Practices& Considerations
Dinusha Kumarasiri
 
F-Secure Freedome VPN 2025 Crack Plus Activation New Version
F-Secure Freedome VPN 2025 Crack Plus Activation  New VersionF-Secure Freedome VPN 2025 Crack Plus Activation  New Version
F-Secure Freedome VPN 2025 Crack Plus Activation New Version
saimabibi60507
 
LEARN SEO AND INCREASE YOUR KNOWLDGE IN SOFTWARE INDUSTRY
LEARN SEO AND INCREASE YOUR KNOWLDGE IN SOFTWARE INDUSTRYLEARN SEO AND INCREASE YOUR KNOWLDGE IN SOFTWARE INDUSTRY
LEARN SEO AND INCREASE YOUR KNOWLDGE IN SOFTWARE INDUSTRY
NidaFarooq10
 
Scaling GraphRAG: Efficient Knowledge Retrieval for Enterprise AI
Scaling GraphRAG:  Efficient Knowledge Retrieval for Enterprise AIScaling GraphRAG:  Efficient Knowledge Retrieval for Enterprise AI
Scaling GraphRAG: Efficient Knowledge Retrieval for Enterprise AI
danshalev
 
Adobe Marketo Engage Champion Deep Dive - SFDC CRM Synch V2 & Usage Dashboards
Adobe Marketo Engage Champion Deep Dive - SFDC CRM Synch V2 & Usage DashboardsAdobe Marketo Engage Champion Deep Dive - SFDC CRM Synch V2 & Usage Dashboards
Adobe Marketo Engage Champion Deep Dive - SFDC CRM Synch V2 & Usage Dashboards
BradBedford3
 
FL Studio Producer Edition Crack 2025 Full Version
FL Studio Producer Edition Crack 2025 Full VersionFL Studio Producer Edition Crack 2025 Full Version
FL Studio Producer Edition Crack 2025 Full Version
tahirabibi60507
 
Adobe Illustrator Crack FREE Download 2025 Latest Version
Adobe Illustrator Crack FREE Download 2025 Latest VersionAdobe Illustrator Crack FREE Download 2025 Latest Version
Adobe Illustrator Crack FREE Download 2025 Latest Version
kashifyounis067
 
EASEUS Partition Master Crack + License Code
EASEUS Partition Master Crack + License CodeEASEUS Partition Master Crack + License Code
EASEUS Partition Master Crack + License Code
aneelaramzan63
 
Adobe After Effects Crack FREE FRESH version 2025
Adobe After Effects Crack FREE FRESH version 2025Adobe After Effects Crack FREE FRESH version 2025
Adobe After Effects Crack FREE FRESH version 2025
kashifyounis067
 
WinRAR Crack for Windows (100% Working 2025)
WinRAR Crack for Windows (100% Working 2025)WinRAR Crack for Windows (100% Working 2025)
WinRAR Crack for Windows (100% Working 2025)
sh607827
 
Automation Techniques in RPA - UiPath Certificate
Automation Techniques in RPA - UiPath CertificateAutomation Techniques in RPA - UiPath Certificate
Automation Techniques in RPA - UiPath Certificate
VICTOR MAESTRE RAMIREZ
 
Landscape of Requirements Engineering for/by AI through Literature Review
Landscape of Requirements Engineering for/by AI through Literature ReviewLandscape of Requirements Engineering for/by AI through Literature Review
Landscape of Requirements Engineering for/by AI through Literature Review
Hironori Washizaki
 
Interactive odoo dashboards for sales, CRM , Inventory, Invoice, Purchase, Pr...
Interactive odoo dashboards for sales, CRM , Inventory, Invoice, Purchase, Pr...Interactive odoo dashboards for sales, CRM , Inventory, Invoice, Purchase, Pr...
Interactive odoo dashboards for sales, CRM , Inventory, Invoice, Purchase, Pr...
AxisTechnolabs
 
Explaining GitHub Actions Failures with Large Language Models Challenges, In...
Explaining GitHub Actions Failures with Large Language Models Challenges, In...Explaining GitHub Actions Failures with Large Language Models Challenges, In...
Explaining GitHub Actions Failures with Large Language Models Challenges, In...
ssuserb14185
 
Microsoft AI Nonprofit Use Cases and Live Demo_2025.04.30.pdf
Microsoft AI Nonprofit Use Cases and Live Demo_2025.04.30.pdfMicrosoft AI Nonprofit Use Cases and Live Demo_2025.04.30.pdf
Microsoft AI Nonprofit Use Cases and Live Demo_2025.04.30.pdf
TechSoup
 
Exploring Wayland: A Modern Display Server for the Future
Exploring Wayland: A Modern Display Server for the FutureExploring Wayland: A Modern Display Server for the Future
Exploring Wayland: A Modern Display Server for the Future
ICS
 
Adobe Lightroom Classic Crack FREE Latest link 2025
Adobe Lightroom Classic Crack FREE Latest link 2025Adobe Lightroom Classic Crack FREE Latest link 2025
Adobe Lightroom Classic Crack FREE Latest link 2025
kashifyounis067
 
Kubernetes_101_Zero_to_Platform_Engineer.pptx
Kubernetes_101_Zero_to_Platform_Engineer.pptxKubernetes_101_Zero_to_Platform_Engineer.pptx
Kubernetes_101_Zero_to_Platform_Engineer.pptx
CloudScouts
 
Societal challenges of AI: biases, multilinguism and sustainability
Societal challenges of AI: biases, multilinguism and sustainabilitySocietal challenges of AI: biases, multilinguism and sustainability
Societal challenges of AI: biases, multilinguism and sustainability
Jordi Cabot
 
Exploring Code Comprehension in Scientific Programming: Preliminary Insight...
Exploring Code Comprehension  in Scientific Programming:  Preliminary Insight...Exploring Code Comprehension  in Scientific Programming:  Preliminary Insight...
Exploring Code Comprehension in Scientific Programming: Preliminary Insight...
University of Hawai‘i at Mānoa
 
Designing AI-Powered APIs on Azure: Best Practices& Considerations
Designing AI-Powered APIs on Azure: Best Practices& ConsiderationsDesigning AI-Powered APIs on Azure: Best Practices& Considerations
Designing AI-Powered APIs on Azure: Best Practices& Considerations
Dinusha Kumarasiri
 
F-Secure Freedome VPN 2025 Crack Plus Activation New Version
F-Secure Freedome VPN 2025 Crack Plus Activation  New VersionF-Secure Freedome VPN 2025 Crack Plus Activation  New Version
F-Secure Freedome VPN 2025 Crack Plus Activation New Version
saimabibi60507
 

Amsterdam - The Neo4j Graph Data Platform Today & Tomorrow

  • 1. © 2022 Neo4j, Inc. All rights reserved. © 2022 Neo4j, Inc. All rights reserved. 1 The Neo4j Graph Data Platform Today & Tomorrow Dr. Jim Webber Chief Scientist
  • 2. © 2022 Neo4j, Inc. All rights reserved. 2 Exponential Growth in Connected Data Connected data use-cases are exploding in numbers and in depth Data models the real world. Therefore data is becoming increasingly connected. The world is becoming increasingly connected
  • 3. © 2022 Neo4j, Inc. All rights reserved. Graphs Embody Real World Context • Easily understood • Easily adapted • Streamlines collaboration between business and IT Context: Faster Insights and Deeper Understanding 3
  • 4. © 2022 Neo4j, Inc. All rights reserved. Relational Databases Don’t handle relationships well ● Not well adapted to interconnected semi-structure ● Schema rigidity limits business agility ● Relationship queries require painful SQL & joins ● Practically limited to three degrees of separation Other NoSQL Databases Don’t handle relationships at all ● Built to scale simple data (store & retrieve) ● No language or structures for handling relationships: joins done through the application ● Lack of ACID makes graph transactions impossible Graph Databases Natively store, query relationships ● Data model purpose-built for graphs ● Powerful balance of schema flexibility & structure ● Highly powerful & productive query language ● Queries run 1000x faster at scale, up to 1000+ degrees of separation Graph Databases Unlock New Data Possibilities “We found Neo4j to be literally thousands of times faster than our prior MySQL solution, with queries that require 10-100 times less code. Today, Neo4j provides eBay with functionality that was previously impossible.” --- Volker Pacher, Senior Staff Engineer 4 4
  • 5. © 2022 Neo4j, Inc. All rights reserved. The Neo4j Graph Data Platform Runs Anywhere Deploy as-a-Service (AuraDB) or self-hosted within your cloud of choice (AWS, GCP, Azure) via their marketplace, or on-premises. Development Tools & Frameworks Tooling, APIs, query builder, multi-language support for development, admin, modeling, and rapid prototyping needs. Data Science and Analytics Explorative tools, rich algorithm library, and Integrated supervised Machine Learning framework. Native Graph Database The foundation of the Neo4j platform; delivers enterprise-scale and performance, security, and data integrity for transaction and analytical workloads. Graph Query Language Cypher & openCypher; Ongoing leadership and standards work (GQL) to establish lingua franca for graphs. Discovery & Visualization Code-free querying, data modeling and exploration tools for data scientists, developers, and analysts. Ecosystem & Integrations Rich ecosystem of tech and integration partners. Ingestion tools (JDBC, Kafka, Spark, BI Tools, etc.) for bulk and streaming needs. 5
  • 6. © 2022 Neo4j, Inc. All rights reserved. Neo4j: A Rich History of Graph Innovation 6 2020 - 2022 ● Graph-RBAC Security, the First and Most Advanced of Its Kind ● First Native & Fully Integrated Graph Data Science Offering ● First In-Graph Machine Learning Technology ● Neo4j Fabric, the First Enterprise Graph Scaling Architecture for Sharding & Federation 2015 - 2019 ● openCypher: the De Facto Open Source Graph Standard ● Graph Algorithms for Data Science ● Bloom for Rich Data Visualization and Exploration ● Active Participant in ISO GQL Standard, initiated by Neo4j ● AuraDB: First Native Graph DB as-a-Service 2010 - 2014 ● Pioneered the Graph Database Category ● First Native Graph Database: Open Source, Built for Property Graphs ● Introduced Cypher Graph Query Language ● Evolved Property Graph Model with Labels, Geospatial & More 6
  • 7. © 2022 Neo4j, Inc. All rights reserved. Guiding Beacons Performance at Scale "Minutes to Milliseconds” Performance: Queries that take seconds/minutes/hours run in milliseconds on Neo4j Business impact: enables entirely new forms of value creation, not otherwise possible Agility - Flexible Schema Flexible schema enables the database to adapt to an evolving business, rapidly and without disruption Business impact: projects deliver more, in less time, with less risk Developer Productivity Cypher enables more with less: 10x less code than SQL. Direct path to an ISO standard. World’s largest community of skilled graph developers Business impact: projects deliver more, in less time, with less risk Resource Efficiency Often requires 10x less resources than other graph databases, particularly those built on relational, NoSQL, and RDF databases Business Impact: significant bottom-line savings & TCO reduction Transactions Analytics 7
  • 8. © 2022 Neo4j, Inc. All rights reserved. Neo4j Fabric 8 UNWIND demo.graphIds() AS gid CALL { USE demo.graph( gid ) MATCH ( u:User ) RETURN max( u.age ) AS localMaxAge } RETURN MAX( localMaxAge ) AS globalMaxAge Unlimited Scalability for Sharded and Federated Graphs Users queries are executed in parallel on any graph. Graph selection can be pruned by sharding logic. Results are retrieved and aggregated, then returned to the user or written to other graphs.
  • 9. © 2022 Neo4j, Inc. All rights reserved. 9 30 Billion 1.2 Trillion! 128 Billion Neo4j Fabric: Scaling Up & Scaling Out!
  • 10. © 2022 Neo4j, Inc. All rights reserved. FAST ● Real-time Performance at Scale ● Automatic Upgrades, Patches, Backups ● Scale on Demand, No Downtime ● High Availability ● Multi Cloud, Any Region ● Enterprise-grade Security ● Simple Capacity Based Pricing ● 24/7 Premium Support FAST FLEXIBLE RELIABLE EASY Self-hosted Available AuraDB Coming Soon Fully-managed Cloud Service 10
  • 11. © 2022 Neo4j, Inc. All rights reserved. Free Professional Enterprise Self-Start For Developers For Data Scientists Graph Database as a Service Graph Data Science as a Service Neo4j as a Service Offerings Enterprise 2H-2022 EAP EOY-2022 2H-2022 EAP, 2H-2022 GA
  • 12. © 2022 Neo4j, Inc. All rights reserved. Aura: Enterprise Grade Security & Management Single Sign-On Cyber Academy Code Scanning & Pentesting Secure Development Practices Dedicated VPC AWS PrivateLink Private Service Connect (GCP - 2H 2022) Role- & Schema-Based Access Control Node, Edge, and Traversal Level Granularity Encryption (At-Rest, In-Transit, and Intra Cluster) TLS 1.2/1.3, with encrypted bucket storage
  • 13. © 2022 Neo4j, Inc. All rights reserved. Neo4j Meets All Your Regulatory Compliance Needs 13 SOC 2 Type I ISO 27001 Certified Coming H2 2022
  • 14. © 2022 Neo4j, Inc. All rights reserved. 14 New! Data Warehouse Connector ● Make it easier than ever to move data between your data warehouse and Neo4j ● Support for Snowflake, Google BigQuery, Amazon RedShift, and Azure Synapse ● Use as a: ○ Spark Submit Job (provide JSON configuration) ○ Simplified Scala/Python API Data Warehouse Connector
  • 15. © 2022 Neo4j, Inc. All rights reserved. 15 Full Breadth of Connector & Language Support Neo4j BI Connector Apache Spark Connector Apache Kafka Connector Data Warehouse Connector Java Python .NET JavaScript Go
  • 16. © 2022 Neo4j, Inc. All rights reserved. Neo4j Graph Data Tools For All Access your Neo4j database locally Access your Neo4j database from your browser Visualize and explore your Neo4j database Build intelligent applications faster with a Neo4j graph database
  • 17. © 2022 Neo4j, Inc. All rights reserved. © 2022 Neo4j, Inc. All rights reserved. 17 Graph Data Science Rik van Bruggen VP of Sales Enablement & Operations, EMEA
  • 18. © 2022 Neo4j, Inc. All rights reserved. 18 Belgium is a BEER- laden venue http://blog.bruggen.com/2021/10/rebeergraph-importing-belgian-beergraph.html
  • 19. © 2022 Neo4j, Inc. All rights reserved. What’s Unusual? What’s Important? What’s Next? Graph Data Science Helps Make Sense of Your Data Relationships 19 Exploring the hidden patterns and features in your data
  • 20. © 2022 Neo4j, Inc. All rights reserved. 20 Graphs Contain Implicit Knowledge Which of the colored nodes would be considered the most ‘important' ?
  • 21. © 2022 Neo4j, Inc. All rights reserved. 21 Graph Algorithms Help Unlock This Knowledge D D has the highest valence This is the most connected individual in the network. If importance is how well you are personally known you pick D. G has the highest closeness centrality (0.52) Information will disperse through the network more quickly through this individual. If you need to get a message out rapidly, choose them. G I has the highest betweenness centrality (0.59) This person is an efficient connector of other people. Risk of network disruption is higher if you lose this individual. I Most Important?
  • 22. © 2022 Neo4j, Inc. All rights reserved. 22 The Domains of Graph Data Science Graph Native Machine Learning Learn features in your graph that you don’t even know are important yet using embeddings. Predict links, labels, and missing data with in-graph supervised ML models. Identify associations, anomalies, and trends using unsupervised machine learning. Graph Algorithms Knowledge Graphs Find the patterns you’re looking for in connected data
  • 23. © 2022 Neo4j, Inc. All rights reserved. 23 The easiest graph data science platform Easy to use ● Automated MLOps ● Runs Anywhere ● Cloud Commitments Built by data scientists, for data scientists Data Scientists ● Native Python Client ● 65+ Graph Algos ● ML Pipelines Go to production with speed, security, and scale Enterprise Ready ● 8M Objects/sec Load ● RBAC Security ● Designed to Scale Fits into your data stack and pipeline Ecosystem ● BI tools, Apache Spark, Kafka, Data Warehouses ● Vertex AI, SageMaker, Synapse Neo4j Graph Data Science 23
  • 24. © 2022 Neo4j, Inc. All rights reserved. The Neo4j Native Graph Catalog • Automates data transformations • Experiment with different data sets, data models • Fast iterations & layering • Production ready features, parallelization & enterprise support • Ability to persist and version trained models A graph-specific analytics workspace that’s mutable – integrated with Neo4j’s native-graph database Mutable In-Memory Workspace Graph Projection Native Graph Store
  • 25. © 2022 Neo4j, Inc. All rights reserved. 25 The Largest Catalog of Graph Algorithms Pathfinding & Search Centrality & Importance Community Detection Supervised Machine Learning Heuristic Link Prediction Similarity Graph Embeddings …and more Over 65 Pretuned, Parallelized Algorithms
  • 26. © 2022 Neo4j, Inc. All rights reserved. From Chaos to Structure: Neo4j Graph Data Science is Changing How Machine Learning Gets Done Graph Embeddings summarize the enhanced explicit knowledge of a graph 26
  • 27. © 2022 Neo4j, Inc. All rights reserved. © 2022 Neo4j, Inc. All rights reserved. 27 “50% of Gartner inquiries on the topic of AI involve discussion of the use of graph technology.” Top 10 Tech Trends in Data and Analytics 2021 AI Research Papers Featuring Graph Source: Dimensions Knowledge System
  • 28. © 2022 Neo4j, Inc. All rights reserved. 28 Real World Data, Real World Fraud Detection • Real, anonymized customer data set • Using Neo4j Graph Data Science • Blog post with sample code available https://neo4j.com/developer-blog/exploring-fraud-detection-neo4j-graph-data-science-summary/ Exploring Fraud Detection With Neo4j & Graph Data Science Zach Blumenfeld Data Science Product Specialist, Neo4j 87% More fraud risks detected!
  • 29. © 2022 Neo4j, Inc. All rights reserved. 29 Logistics and Supply Chain Plan maritime routes based on distances, costs, and internal logic. Results: ● Subsecond maritime routes planning ● Reduce global carbon emissions 60,000 tons ● 12-16M ROI for OrbitMI customers
  • 30. © 2022 Neo4j, Inc. All rights reserved. 30 New in Neo4j Graph Data Science 30
  • 31. © 2022 Neo4j, Inc. All rights reserved. 31 Machine Learning Pipelines Graph Native ML Pipelines: ● Node Classification ● Node Regression (new!) ● Link Prediction Trained Models & the Model Catalog: ● Save, persist & publish trained models ● Instantly apply for prediction on new and existing data in the graph Guided & Automated Pipeline Features: ● Data splitting & rebalancing ● Feature engineering ● Model evaluation and selection ● Automated hyperparameter tuning (new!) What we do : Link Prediction Example Define a pipeline, add the steps you want to perform, and we handle the rest for you.
  • 32. © 2022 Neo4j, Inc. All rights reserved. 32 New! Apache Arrow Integration ● Import and export massive graphs directly in and out ● Fast graph projections (from external sources) ● Database creation & algorithm result export Up to 30 million objects/second
  • 33. © 2022 Neo4j, Inc. All rights reserved. New! Native Graph Data Science Python Client 33 ● Simplifies workflows for data scientists ● Run Graph Data Science algorithms just like any Python function ● Eliminates the need for transaction functions for data science ● Pythonic features support for graph and model objects
  • 34. © 2022 Neo4j, Inc. All rights reserved. 34 New! Graph Data Science As-a-Service ● Handles all DB management for you ● Simple to scale up or down ● Paused instance to save ● Starts at $1/hour Enterprise ready, with fully managed infrastructure, updates, and security patches
  • 35. © 2022 Neo4j, Inc. All rights reserved. New! Explore Graph Algorithms Directly in Bloom 35
  • 36. © 2022 Neo4j, Inc. All rights reserved. © 2022 Neo4j, Inc. All rights reserved. 36 Looking Ahead Chris Shelmerdine Product Manager
  • 37. © 2022 Neo4j, Inc. All rights reserved. 37 But first… new in Neo4j Graph Data Platform! 37
  • 38. © 2022 Neo4j, Inc. All rights reserved. Data Importer: Model & Load Your First Graph ● Intuitive data modeling UI ● Map flat files to graphs ● Built to import up to millions of records ● Import directly Neo4j Aura or self-managed 38
  • 39. © 2022 Neo4j, Inc. All rights reserved. 39 Neo4j Ops Manager Manage all Neo4j deployments centrally Dashboard covering top metrics for OS, DBMS, and Database Dedicated UIs for managing Role Based Access Control, Upgrades, and more
  • 40. © 2022 Neo4j, Inc. All rights reserved. Rich Capabilities We’re always innovating with cutting edge features to power your business We make graph easy, so you can focus on building business value Frictionless Experience Enterprise Grade We prioritize trust in the platform; secure, reliable, available, and operable 40 Guiding Roadmap Principles
  • 41. © 2022 Neo4j, Inc. All rights reserved. Accelerating Bulk Updates Even Faster 41 Incremental Import Rich Capabilities High performance bulk load into existing databases Bulk updates are as easy as 1-2-3 1. Load updates in a separate database (with the same performance of a new load) 2. Prepare data for a merge into an existing database 3. Merge updates into another database …or execute all in one step Differential data can be saved for multiple updates
  • 42. © 2022 Neo4j, Inc. All rights reserved. Workspace: Unified Experience for Neo4j Frictionless Experience Unified Workspace A single workspace to unify the experience of all developer tools 42 EAP Sign-up! https://neo4j.com/workspace
  • 43. © 2022 Neo4j, Inc. All rights reserved. 43
  • 44. © 2022 Neo4j, Inc. All rights reserved. New GraphQL UI: Coming in 2H 2022 GraphQL UI Frictionless Experience Low-code UI for prototyping and exploring the GraphQL schema 44
  • 45. © 2022 Neo4j, Inc. All rights reserved. Autonomous Clustering in Neo4j 5 45 Maximum scalability and on-demand infrastructure Databases with independent functionality for availability and performance Always online, with rolling upgrades and Fabric integration Accessible from anywhere, in VPCs as well as publicly exposed when needed Neo4j 5 Cluster Enterprise Grade Flexible Clustering Fabric, parallel implementations, performance proof points
  • 46. © 2022 Neo4j, Inc. All rights reserved. 46 Other Data Stores Transactions Analytics Graph Database Graph Data Science Integrated AI/Machine Learning Data Integrations & Connectors Admin Cypher Drivers & APIs Dev Tools Application Layer: Digital Twin, Recommendation, Fraud Detection, Cybersecurity, … Query Browser GraphQL Analytics & AI/Machine Learning Pipelines The Neo4j Graph Data Platform Flexible Graph Schema Performance, Reliability & Integrity Scale-Up & Scale-Out Architecture Development Tools Breadth Enterprise Ecosystem