SlideShare a Scribd company logo
1 of 26
Download to read offline
Neo4j, Inc. All rights reserved 2022
Neo4j GraphDay - Italia
Ultime novità di prodotto
(‘Ivan Zoratti’, ‘ivan.zoratti@neo4j.com’) -[:HAS_ROLE]-> (‘Director of Product Management ’, ‘Neo4j’, ‘Italy’)
(‘Luisa Raviol’, ‘luisa.raviol@neo4j.com’) -[:HAS_ROLE]-> (‘Product Manager ’, ‘Neo4j’, ‘Italy’)
Neo4j, Inc. All rights reserved 2022
Graph Databases Unlock New Data Possibilities
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
“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
Neo4j, Inc. All rights reserved 2022
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.
Neo4j, Inc. All rights reserved 2022
Fully-managed Cloud Service
• 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
Neo4j, Inc. All rights reserved 2022
Graph Data Science Helps
Make Sense of Your Data Relationships
What’s
Unusual?
What’s
Important?
What’s
Next?
Exploring the hidden patterns and features in your data
Neo4j, Inc. All rights reserved 2022
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
Neo4j, Inc. All rights reserved 2022
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
Neo4j, Inc. All rights reserved 2022
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.
Neo4j, Inc. All rights reserved 2022
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
Neo4j, Inc. All rights reserved 2022
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
Neo4j, Inc. All rights reserved 2022
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
Neo4j, Inc. All rights reserved 2022
New! Explore Graph Algorithms Directly in Bloom
Neo4j, Inc. All rights reserved 2022
Workspace: Unified Experience for Neo4j
Frictionless
Experience
Unified
Workspace
A single workspace
to unify the
experience of all
developer tools
Neo4j, Inc. All rights reserved 2022
14
Neo4j, Inc. All rights reserved 2022
Neo4j is
turning 5!
Neo4j, Inc. All rights reserved 2022
Neo4j 5 Continuous Release Support Model
Synchronized DB Releases: Aura & Self-Managed
Major change in how we handle DB versions:
- New features and fixes released in each Minor releases
- Frequent minor releases to Aura & self-managed artifacts
- Ensure two-way migration between self-managed and Aura
- Long Term Support for 3.5 yrs
5.LTS.0
Fixes ONLY
Fixes
Frequent
5.0.0
5.LTS+n.0
Features
LTS in June 2024
Final Features
Released
End of
Support
Nov 2027
Upgrade to the latest version to receive latest
fixes from Support
Neo4j, Inc. All rights reserved 2022
Any-to-any rolling upgrade
Upgrade to latest Neo4j version much more easily
From Neo4j 5.0:
- Either, upgrade to each Minor version in
turn
- Or, skip versions and upgrade to any
Minor version
- Includes rolling upgrades in Autonomous
Cluster
Neo4j
5.0
Neo4j
5.1
Neo4j
5.2
Neo4j
5.0
Neo4j
5.n
Neo4j
5.5
Neo4j, Inc. All rights reserved 2022
Graph Pattern Matching
Simpler alternative syntax to navigate and
traverse your graph
- Disjunction (v:L1|L2)
- Conjunction (v:L1&L2)
- Negation (v:!L1)
- Grouping (v: (L1&L2)|(L3&!L4))
- Repetition ()* // 0..n ()+ //1..n
Neo4j, Inc. All rights reserved 2022
Offline Incremental Importer
Provides an ultra-high speed method of
loading data incrementally
neo4j-admin database import supports batch
loading
- New nodes with properties
- New relationships between existing or
new nodes
Prepare
(offline)
Build
(online)
Merge
(offline)
All in one
(offline)
Neo4j, Inc. All rights reserved 2022
Autonomous Clusters
Cloud-ready architecture for global clusters
One of the most sophisticated clustering
architectures in the database industry
- Elasticity: scale up and down on demand
- Cluster Scalability:
- Tens (and ultimately 100s+) of machines
- Designed to work with Fabric: shared view of
schema & security
- Extreme Performance: Add/remove “secondaries”
on the fly to support variable workloads on demand
- Guaranteed availability & consistency
- Foundational technology to support knowledge
lakes
1
2
3
Admin specifies the databases, primaries for Fault
Tolerance and secondaries for read scalability
Autonomous Cluster allocates them to suitable servers
Admin can add or remove servers, and then
reallocate the databases across the cluster
2
3
1
Neo4j, Inc. All rights reserved 2021
Why Fabric? A way to…
• Execute queries in
parallel across databases
• Chain queries for
sophisticated real-time
analysis
• Query a database
composed of other
databases
Unlock more business value
• Query across multiple business graphs FEDERATION
Operate at scale
• Virtually unlimited horizontal scale
• Increase performance without vertical scale
• Improved operations SHARD TeraByte of data into
100s GB
◦ Manage smaller data sets
◦ Backup / restore
Hybrid Cloud queries
• From Neo4j query across Aura & Neo4j*
What Is It?
Neo4j, Inc. All rights reserved 2022
COMPOSITE DATABASES for Fabric
Make Fabric Easier to Use
Scale beyond the database and cluster
• Dynamically create sharded and federated
graphs in Cypher
• Fault Tolerance for the COMPOSITE database
◦ No more proxy servers
• Query the COMPOSITE database to query
across databases
• Extend the query across clusters with multi
cluster support
• Fully integrated into the Neo4j database
infrastructure
The COMPOSITE DATABASE ( C ) holds the
definition of what can queried
C
Sharded Cluster
Federated Cluster
C
C
Multi Cluster
C
Neo4j, Inc. All rights reserved 2022
Neo4j Fabric: Scaling Up & Scaling Out!
19 Billion
1.2 Trillion!
128 Billion
Neo4j, Inc. All rights reserved 2022
Backup and Restore
- Differential backups
- Point-in-time restore
Legacy Neo4j 4 style backup / restore
behaviour available
Full Diff Diff Full2
Diff
Diff
Full
Diff Diff
Full
Recover
Restore until
time or tx id
Neo4j, Inc. All rights reserved 2022
Neo4j Operations Manager
Gain transparency & mastery over database operations
- Manage all your Neo4j instances
- Monitor metrics, status and see intelligent alerts
- Administer complex tasks like security and cluster
- Help with operations like upgrade and migration
Thank You!

More Related Content

Similar to Neo4j GraphDay - Italia Ultime novità di prodotto

Presentation big dataappliance-overview_oow_v3
Presentation   big dataappliance-overview_oow_v3Presentation   big dataappliance-overview_oow_v3
Presentation big dataappliance-overview_oow_v3xKinAnx
 
Novinky ve světě Oracle DB a koncept konvergované databáze
Novinky ve světě Oracle DB a koncept konvergované databázeNovinky ve světě Oracle DB a koncept konvergované databáze
Novinky ve světě Oracle DB a koncept konvergované databázeMarketingArrowECS_CZ
 
What's New in Oracle BI for Developers
What's New in Oracle BI for DevelopersWhat's New in Oracle BI for Developers
What's New in Oracle BI for DevelopersDatavail
 
Neo4j Vision and Roadmap
Neo4j Vision and Roadmap Neo4j Vision and Roadmap
Neo4j Vision and Roadmap Neo4j
 
Graph Data Science at Scale
Graph Data Science at ScaleGraph Data Science at Scale
Graph Data Science at ScaleNeo4j
 
Neo4j for Cloud Management at Scale
Neo4j for Cloud Management at ScaleNeo4j for Cloud Management at Scale
Neo4j for Cloud Management at ScaleNeo4j
 
Oracle Database 19c - poslední z rodiny 12.2 a co přináší nového
Oracle Database 19c - poslední z rodiny 12.2 a co přináší novéhoOracle Database 19c - poslední z rodiny 12.2 a co přináší nového
Oracle Database 19c - poslední z rodiny 12.2 a co přináší novéhoMarketingArrowECS_CZ
 
GraphTour 2020 - Neo4j: What's New?
GraphTour 2020 - Neo4j: What's New?GraphTour 2020 - Neo4j: What's New?
GraphTour 2020 - Neo4j: What's New?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 ScienceNeo4j
 
Modernizing Global Shared Data Analytics Platform and our Alluxio Journey
Modernizing Global Shared Data Analytics Platform and our Alluxio JourneyModernizing Global Shared Data Analytics Platform and our Alluxio Journey
Modernizing Global Shared Data Analytics Platform and our Alluxio JourneyAlluxio, Inc.
 
451 Research: Data Is the Key to Friction in DevOps
451 Research: Data Is the Key to Friction in DevOps451 Research: Data Is the Key to Friction in DevOps
451 Research: Data Is the Key to Friction in DevOpsDelphix
 
FIWARE Global Summit - Knowage Hands On: Visualizing Data Insights
FIWARE Global Summit - Knowage Hands On: Visualizing Data InsightsFIWARE Global Summit - Knowage Hands On: Visualizing Data Insights
FIWARE Global Summit - Knowage Hands On: Visualizing Data InsightsFIWARE
 
Neo4j: What's Under the Hood
Neo4j: What's Under the HoodNeo4j: What's Under the Hood
Neo4j: What's Under the HoodNeo4j
 
Break Free from Oracle
Break Free from OracleBreak Free from Oracle
Break Free from OracleEDB
 
Scale Your Mission-Critical Applications With Neo4j Fabric and Clustering Arc...
Scale Your Mission-Critical Applications With Neo4j Fabric and Clustering Arc...Scale Your Mission-Critical Applications With Neo4j Fabric and Clustering Arc...
Scale Your Mission-Critical Applications With Neo4j Fabric and Clustering Arc...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 CloudNeo4j
 
Knowledge and Scalability Through Graph Composition
Knowledge and Scalability Through Graph CompositionKnowledge and Scalability Through Graph Composition
Knowledge and Scalability Through Graph CompositionNeo4j
 
Les nouveautés produit Neo4j
 Les nouveautés produit Neo4j Les nouveautés produit Neo4j
Les nouveautés produit Neo4jNeo4j
 
PostgreSQL to Accelerate Innovation
PostgreSQL to Accelerate InnovationPostgreSQL to Accelerate Innovation
PostgreSQL to Accelerate InnovationEDB
 
Sap hana sap webinar 12-2-13 v1
Sap hana sap webinar  12-2-13 v1Sap hana sap webinar  12-2-13 v1
Sap hana sap webinar 12-2-13 v1Rick Speyer
 

Similar to Neo4j GraphDay - Italia Ultime novità di prodotto (20)

Presentation big dataappliance-overview_oow_v3
Presentation   big dataappliance-overview_oow_v3Presentation   big dataappliance-overview_oow_v3
Presentation big dataappliance-overview_oow_v3
 
Novinky ve světě Oracle DB a koncept konvergované databáze
Novinky ve světě Oracle DB a koncept konvergované databázeNovinky ve světě Oracle DB a koncept konvergované databáze
Novinky ve světě Oracle DB a koncept konvergované databáze
 
What's New in Oracle BI for Developers
What's New in Oracle BI for DevelopersWhat's New in Oracle BI for Developers
What's New in Oracle BI for Developers
 
Neo4j Vision and Roadmap
Neo4j Vision and Roadmap Neo4j Vision and Roadmap
Neo4j Vision and Roadmap
 
Graph Data Science at Scale
Graph Data Science at ScaleGraph Data Science at Scale
Graph Data Science at Scale
 
Neo4j for Cloud Management at Scale
Neo4j for Cloud Management at ScaleNeo4j for Cloud Management at Scale
Neo4j for Cloud Management at Scale
 
Oracle Database 19c - poslední z rodiny 12.2 a co přináší nového
Oracle Database 19c - poslední z rodiny 12.2 a co přináší novéhoOracle Database 19c - poslední z rodiny 12.2 a co přináší nového
Oracle Database 19c - poslední z rodiny 12.2 a co přináší nového
 
GraphTour 2020 - Neo4j: What's New?
GraphTour 2020 - Neo4j: What's New?GraphTour 2020 - Neo4j: What's New?
GraphTour 2020 - Neo4j: What's New?
 
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
 
Modernizing Global Shared Data Analytics Platform and our Alluxio Journey
Modernizing Global Shared Data Analytics Platform and our Alluxio JourneyModernizing Global Shared Data Analytics Platform and our Alluxio Journey
Modernizing Global Shared Data Analytics Platform and our Alluxio Journey
 
451 Research: Data Is the Key to Friction in DevOps
451 Research: Data Is the Key to Friction in DevOps451 Research: Data Is the Key to Friction in DevOps
451 Research: Data Is the Key to Friction in DevOps
 
FIWARE Global Summit - Knowage Hands On: Visualizing Data Insights
FIWARE Global Summit - Knowage Hands On: Visualizing Data InsightsFIWARE Global Summit - Knowage Hands On: Visualizing Data Insights
FIWARE Global Summit - Knowage Hands On: Visualizing Data Insights
 
Neo4j: What's Under the Hood
Neo4j: What's Under the HoodNeo4j: What's Under the Hood
Neo4j: What's Under the Hood
 
Break Free from Oracle
Break Free from OracleBreak Free from Oracle
Break Free from Oracle
 
Scale Your Mission-Critical Applications With Neo4j Fabric and Clustering Arc...
Scale Your Mission-Critical Applications With Neo4j Fabric and Clustering Arc...Scale Your Mission-Critical Applications With Neo4j Fabric and Clustering Arc...
Scale Your Mission-Critical Applications With Neo4j Fabric and Clustering Arc...
 
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
 
Knowledge and Scalability Through Graph Composition
Knowledge and Scalability Through Graph CompositionKnowledge and Scalability Through Graph Composition
Knowledge and Scalability Through Graph Composition
 
Les nouveautés produit Neo4j
 Les nouveautés produit Neo4j Les nouveautés produit Neo4j
Les nouveautés produit Neo4j
 
PostgreSQL to Accelerate Innovation
PostgreSQL to Accelerate InnovationPostgreSQL to Accelerate Innovation
PostgreSQL to Accelerate Innovation
 
Sap hana sap webinar 12-2-13 v1
Sap hana sap webinar  12-2-13 v1Sap hana sap webinar  12-2-13 v1
Sap hana sap webinar 12-2-13 v1
 

More from Neo4j

Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
QIAGEN: Biomedical Knowledge Graphs for Data Scientists and Bioinformaticians
QIAGEN: Biomedical Knowledge Graphs for Data Scientists and BioinformaticiansQIAGEN: Biomedical Knowledge Graphs for Data Scientists and Bioinformaticians
QIAGEN: Biomedical Knowledge Graphs for Data Scientists and BioinformaticiansNeo4j
 
EY_Graph Database Powered Sustainability
EY_Graph Database Powered SustainabilityEY_Graph Database Powered Sustainability
EY_Graph Database Powered SustainabilityNeo4j
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphNeo4j
 
Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Neo4j
 
Connecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfConnecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfNeo4j
 
ISDEFE - GraphSummit Madrid - ARETA: Aviation Real-Time Emissions Token Accre...
ISDEFE - GraphSummit Madrid - ARETA: Aviation Real-Time Emissions Token Accre...ISDEFE - GraphSummit Madrid - ARETA: Aviation Real-Time Emissions Token Accre...
ISDEFE - GraphSummit Madrid - ARETA: Aviation Real-Time Emissions Token Accre...Neo4j
 
BBVA - GraphSummit Madrid - Caso de éxito en BBVA: Optimizando con grafos
BBVA - GraphSummit Madrid - Caso de éxito en BBVA: Optimizando con grafosBBVA - GraphSummit Madrid - Caso de éxito en BBVA: Optimizando con grafos
BBVA - GraphSummit Madrid - Caso de éxito en BBVA: Optimizando con grafosNeo4j
 
Graph Everywhere - Josep Taruella - Por qué Graph Data Science en tus modelos...
Graph Everywhere - Josep Taruella - Por qué Graph Data Science en tus modelos...Graph Everywhere - Josep Taruella - Por qué Graph Data Science en tus modelos...
Graph Everywhere - Josep Taruella - Por qué Graph Data Science en tus modelos...Neo4j
 
GraphSummit Madrid - Product Vision and Roadmap - Luis Salvador Neo4j
GraphSummit Madrid - Product Vision and Roadmap - Luis Salvador Neo4jGraphSummit Madrid - Product Vision and Roadmap - Luis Salvador Neo4j
GraphSummit Madrid - Product Vision and Roadmap - Luis Salvador Neo4jNeo4j
 
Neo4j_Exploring the Impact of Graph Technology on Financial Services.pdf
Neo4j_Exploring the Impact of Graph Technology on Financial Services.pdfNeo4j_Exploring the Impact of Graph Technology on Financial Services.pdf
Neo4j_Exploring the Impact of Graph Technology on Financial Services.pdfNeo4j
 
Rabobank_Exploring the Impact of Graph Technology on Financial Services.pdf
Rabobank_Exploring the Impact of Graph Technology on Financial Services.pdfRabobank_Exploring the Impact of Graph Technology on Financial Services.pdf
Rabobank_Exploring the Impact of Graph Technology on Financial Services.pdfNeo4j
 
Webinar - IA generativa e grafi Neo4j: RAG time!
Webinar - IA generativa e grafi Neo4j: RAG time!Webinar - IA generativa e grafi Neo4j: RAG time!
Webinar - IA generativa e grafi Neo4j: RAG time!Neo4j
 
IA Generativa y Grafos de Neo4j: RAG time
IA Generativa y Grafos de Neo4j: RAG timeIA Generativa y Grafos de Neo4j: RAG time
IA Generativa y Grafos de Neo4j: RAG timeNeo4j
 
Neo4j: Data Engineering for RAG (retrieval augmented generation)
Neo4j: Data Engineering for RAG (retrieval augmented generation)Neo4j: Data Engineering for RAG (retrieval augmented generation)
Neo4j: Data Engineering for RAG (retrieval augmented generation)Neo4j
 
Neo4j Graph Summit 2024 Workshop - EMEA - Breda_and_Munchen.pdf
Neo4j Graph Summit 2024 Workshop - EMEA - Breda_and_Munchen.pdfNeo4j Graph Summit 2024 Workshop - EMEA - Breda_and_Munchen.pdf
Neo4j Graph Summit 2024 Workshop - EMEA - Breda_and_Munchen.pdfNeo4j
 
Enabling GenAI Breakthroughs with Knowledge Graphs
Enabling GenAI Breakthroughs with Knowledge GraphsEnabling GenAI Breakthroughs with Knowledge Graphs
Enabling GenAI Breakthroughs with Knowledge GraphsNeo4j
 
Neo4j_Anurag Tandon_Product Vision and Roadmap.Benelux.pptx.pdf
Neo4j_Anurag Tandon_Product Vision and Roadmap.Benelux.pptx.pdfNeo4j_Anurag Tandon_Product Vision and Roadmap.Benelux.pptx.pdf
Neo4j_Anurag Tandon_Product Vision and Roadmap.Benelux.pptx.pdfNeo4j
 
Neo4j Jesus Barrasa The Art of the Possible with Graph
Neo4j Jesus Barrasa The Art of the Possible with GraphNeo4j Jesus Barrasa The Art of the Possible with Graph
Neo4j Jesus Barrasa The Art of the Possible with GraphNeo4j
 

More from Neo4j (20)

Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
QIAGEN: Biomedical Knowledge Graphs for Data Scientists and Bioinformaticians
QIAGEN: Biomedical Knowledge Graphs for Data Scientists and BioinformaticiansQIAGEN: Biomedical Knowledge Graphs for Data Scientists and Bioinformaticians
QIAGEN: Biomedical Knowledge Graphs for Data Scientists and Bioinformaticians
 
EY_Graph Database Powered Sustainability
EY_Graph Database Powered SustainabilityEY_Graph Database Powered Sustainability
EY_Graph Database Powered Sustainability
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
 
Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024
 
Connecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfConnecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdf
 
ISDEFE - GraphSummit Madrid - ARETA: Aviation Real-Time Emissions Token Accre...
ISDEFE - GraphSummit Madrid - ARETA: Aviation Real-Time Emissions Token Accre...ISDEFE - GraphSummit Madrid - ARETA: Aviation Real-Time Emissions Token Accre...
ISDEFE - GraphSummit Madrid - ARETA: Aviation Real-Time Emissions Token Accre...
 
BBVA - GraphSummit Madrid - Caso de éxito en BBVA: Optimizando con grafos
BBVA - GraphSummit Madrid - Caso de éxito en BBVA: Optimizando con grafosBBVA - GraphSummit Madrid - Caso de éxito en BBVA: Optimizando con grafos
BBVA - GraphSummit Madrid - Caso de éxito en BBVA: Optimizando con grafos
 
Graph Everywhere - Josep Taruella - Por qué Graph Data Science en tus modelos...
Graph Everywhere - Josep Taruella - Por qué Graph Data Science en tus modelos...Graph Everywhere - Josep Taruella - Por qué Graph Data Science en tus modelos...
Graph Everywhere - Josep Taruella - Por qué Graph Data Science en tus modelos...
 
GraphSummit Madrid - Product Vision and Roadmap - Luis Salvador Neo4j
GraphSummit Madrid - Product Vision and Roadmap - Luis Salvador Neo4jGraphSummit Madrid - Product Vision and Roadmap - Luis Salvador Neo4j
GraphSummit Madrid - Product Vision and Roadmap - Luis Salvador Neo4j
 
Neo4j_Exploring the Impact of Graph Technology on Financial Services.pdf
Neo4j_Exploring the Impact of Graph Technology on Financial Services.pdfNeo4j_Exploring the Impact of Graph Technology on Financial Services.pdf
Neo4j_Exploring the Impact of Graph Technology on Financial Services.pdf
 
Rabobank_Exploring the Impact of Graph Technology on Financial Services.pdf
Rabobank_Exploring the Impact of Graph Technology on Financial Services.pdfRabobank_Exploring the Impact of Graph Technology on Financial Services.pdf
Rabobank_Exploring the Impact of Graph Technology on Financial Services.pdf
 
Webinar - IA generativa e grafi Neo4j: RAG time!
Webinar - IA generativa e grafi Neo4j: RAG time!Webinar - IA generativa e grafi Neo4j: RAG time!
Webinar - IA generativa e grafi Neo4j: RAG time!
 
IA Generativa y Grafos de Neo4j: RAG time
IA Generativa y Grafos de Neo4j: RAG timeIA Generativa y Grafos de Neo4j: RAG time
IA Generativa y Grafos de Neo4j: RAG time
 
Neo4j: Data Engineering for RAG (retrieval augmented generation)
Neo4j: Data Engineering for RAG (retrieval augmented generation)Neo4j: Data Engineering for RAG (retrieval augmented generation)
Neo4j: Data Engineering for RAG (retrieval augmented generation)
 
Neo4j Graph Summit 2024 Workshop - EMEA - Breda_and_Munchen.pdf
Neo4j Graph Summit 2024 Workshop - EMEA - Breda_and_Munchen.pdfNeo4j Graph Summit 2024 Workshop - EMEA - Breda_and_Munchen.pdf
Neo4j Graph Summit 2024 Workshop - EMEA - Breda_and_Munchen.pdf
 
Enabling GenAI Breakthroughs with Knowledge Graphs
Enabling GenAI Breakthroughs with Knowledge GraphsEnabling GenAI Breakthroughs with Knowledge Graphs
Enabling GenAI Breakthroughs with Knowledge Graphs
 
Neo4j_Anurag Tandon_Product Vision and Roadmap.Benelux.pptx.pdf
Neo4j_Anurag Tandon_Product Vision and Roadmap.Benelux.pptx.pdfNeo4j_Anurag Tandon_Product Vision and Roadmap.Benelux.pptx.pdf
Neo4j_Anurag Tandon_Product Vision and Roadmap.Benelux.pptx.pdf
 
Neo4j Jesus Barrasa The Art of the Possible with Graph
Neo4j Jesus Barrasa The Art of the Possible with GraphNeo4j Jesus Barrasa The Art of the Possible with Graph
Neo4j Jesus Barrasa The Art of the Possible with Graph
 

Recently uploaded

CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online ☂️
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online  ☂️CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online  ☂️
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online ☂️anilsa9823
 
Active Directory Penetration Testing, cionsystems.com.pdf
Active Directory Penetration Testing, cionsystems.com.pdfActive Directory Penetration Testing, cionsystems.com.pdf
Active Directory Penetration Testing, cionsystems.com.pdfCionsystems
 
TECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providerTECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providermohitmore19
 
Hand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptxHand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptxbodapatigopi8531
 
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...ICS
 
A Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxA Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxComplianceQuest1
 
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...OnePlan Solutions
 
The Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdfThe Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdfkalichargn70th171
 
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Steffen Staab
 
Diamond Application Development Crafting Solutions with Precision
Diamond Application Development Crafting Solutions with PrecisionDiamond Application Development Crafting Solutions with Precision
Diamond Application Development Crafting Solutions with PrecisionSolGuruz
 
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsUnveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsAlberto González Trastoy
 
Test Automation Strategy for Frontend and Backend
Test Automation Strategy for Frontend and BackendTest Automation Strategy for Frontend and Backend
Test Automation Strategy for Frontend and BackendArshad QA
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comFatema Valibhai
 
Salesforce Certified Field Service Consultant
Salesforce Certified Field Service ConsultantSalesforce Certified Field Service Consultant
Salesforce Certified Field Service ConsultantAxelRicardoTrocheRiq
 
Software Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsSoftware Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsArshad QA
 
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...MyIntelliSource, Inc.
 
Professional Resume Template for Software Developers
Professional Resume Template for Software DevelopersProfessional Resume Template for Software Developers
Professional Resume Template for Software DevelopersVinodh Ram
 
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...kellynguyen01
 

Recently uploaded (20)

CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online ☂️
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online  ☂️CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online  ☂️
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online ☂️
 
Active Directory Penetration Testing, cionsystems.com.pdf
Active Directory Penetration Testing, cionsystems.com.pdfActive Directory Penetration Testing, cionsystems.com.pdf
Active Directory Penetration Testing, cionsystems.com.pdf
 
TECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providerTECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service provider
 
Hand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptxHand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptx
 
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
 
A Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxA Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docx
 
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
 
The Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdfThe Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdf
 
Exploring iOS App Development: Simplifying the Process
Exploring iOS App Development: Simplifying the ProcessExploring iOS App Development: Simplifying the Process
Exploring iOS App Development: Simplifying the Process
 
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
 
Diamond Application Development Crafting Solutions with Precision
Diamond Application Development Crafting Solutions with PrecisionDiamond Application Development Crafting Solutions with Precision
Diamond Application Development Crafting Solutions with Precision
 
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsUnveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
 
Test Automation Strategy for Frontend and Backend
Test Automation Strategy for Frontend and BackendTest Automation Strategy for Frontend and Backend
Test Automation Strategy for Frontend and Backend
 
Vip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
Vip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS LiveVip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
Vip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.com
 
Salesforce Certified Field Service Consultant
Salesforce Certified Field Service ConsultantSalesforce Certified Field Service Consultant
Salesforce Certified Field Service Consultant
 
Software Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsSoftware Quality Assurance Interview Questions
Software Quality Assurance Interview Questions
 
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
 
Professional Resume Template for Software Developers
Professional Resume Template for Software DevelopersProfessional Resume Template for Software Developers
Professional Resume Template for Software Developers
 
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
 

Neo4j GraphDay - Italia Ultime novità di prodotto

  • 1. Neo4j, Inc. All rights reserved 2022 Neo4j GraphDay - Italia Ultime novità di prodotto (‘Ivan Zoratti’, ‘ivan.zoratti@neo4j.com’) -[:HAS_ROLE]-> (‘Director of Product Management ’, ‘Neo4j’, ‘Italy’) (‘Luisa Raviol’, ‘luisa.raviol@neo4j.com’) -[:HAS_ROLE]-> (‘Product Manager ’, ‘Neo4j’, ‘Italy’)
  • 2. Neo4j, Inc. All rights reserved 2022 Graph Databases Unlock New Data Possibilities 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 “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
  • 3. Neo4j, Inc. All rights reserved 2022 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.
  • 4. Neo4j, Inc. All rights reserved 2022 Fully-managed Cloud Service • 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
  • 5. Neo4j, Inc. All rights reserved 2022 Graph Data Science Helps Make Sense of Your Data Relationships What’s Unusual? What’s Important? What’s Next? Exploring the hidden patterns and features in your data
  • 6. Neo4j, Inc. All rights reserved 2022 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
  • 7. Neo4j, Inc. All rights reserved 2022 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
  • 8. Neo4j, Inc. All rights reserved 2022 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.
  • 9. Neo4j, Inc. All rights reserved 2022 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
  • 10. Neo4j, Inc. All rights reserved 2022 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
  • 11. Neo4j, Inc. All rights reserved 2022 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
  • 12. Neo4j, Inc. All rights reserved 2022 New! Explore Graph Algorithms Directly in Bloom
  • 13. Neo4j, Inc. All rights reserved 2022 Workspace: Unified Experience for Neo4j Frictionless Experience Unified Workspace A single workspace to unify the experience of all developer tools
  • 14. Neo4j, Inc. All rights reserved 2022 14
  • 15. Neo4j, Inc. All rights reserved 2022 Neo4j is turning 5!
  • 16. Neo4j, Inc. All rights reserved 2022 Neo4j 5 Continuous Release Support Model Synchronized DB Releases: Aura & Self-Managed Major change in how we handle DB versions: - New features and fixes released in each Minor releases - Frequent minor releases to Aura & self-managed artifacts - Ensure two-way migration between self-managed and Aura - Long Term Support for 3.5 yrs 5.LTS.0 Fixes ONLY Fixes Frequent 5.0.0 5.LTS+n.0 Features LTS in June 2024 Final Features Released End of Support Nov 2027 Upgrade to the latest version to receive latest fixes from Support
  • 17. Neo4j, Inc. All rights reserved 2022 Any-to-any rolling upgrade Upgrade to latest Neo4j version much more easily From Neo4j 5.0: - Either, upgrade to each Minor version in turn - Or, skip versions and upgrade to any Minor version - Includes rolling upgrades in Autonomous Cluster Neo4j 5.0 Neo4j 5.1 Neo4j 5.2 Neo4j 5.0 Neo4j 5.n Neo4j 5.5
  • 18. Neo4j, Inc. All rights reserved 2022 Graph Pattern Matching Simpler alternative syntax to navigate and traverse your graph - Disjunction (v:L1|L2) - Conjunction (v:L1&L2) - Negation (v:!L1) - Grouping (v: (L1&L2)|(L3&!L4)) - Repetition ()* // 0..n ()+ //1..n
  • 19. Neo4j, Inc. All rights reserved 2022 Offline Incremental Importer Provides an ultra-high speed method of loading data incrementally neo4j-admin database import supports batch loading - New nodes with properties - New relationships between existing or new nodes Prepare (offline) Build (online) Merge (offline) All in one (offline)
  • 20. Neo4j, Inc. All rights reserved 2022 Autonomous Clusters Cloud-ready architecture for global clusters One of the most sophisticated clustering architectures in the database industry - Elasticity: scale up and down on demand - Cluster Scalability: - Tens (and ultimately 100s+) of machines - Designed to work with Fabric: shared view of schema & security - Extreme Performance: Add/remove “secondaries” on the fly to support variable workloads on demand - Guaranteed availability & consistency - Foundational technology to support knowledge lakes 1 2 3 Admin specifies the databases, primaries for Fault Tolerance and secondaries for read scalability Autonomous Cluster allocates them to suitable servers Admin can add or remove servers, and then reallocate the databases across the cluster 2 3 1
  • 21. Neo4j, Inc. All rights reserved 2021 Why Fabric? A way to… • Execute queries in parallel across databases • Chain queries for sophisticated real-time analysis • Query a database composed of other databases Unlock more business value • Query across multiple business graphs FEDERATION Operate at scale • Virtually unlimited horizontal scale • Increase performance without vertical scale • Improved operations SHARD TeraByte of data into 100s GB ◦ Manage smaller data sets ◦ Backup / restore Hybrid Cloud queries • From Neo4j query across Aura & Neo4j* What Is It?
  • 22. Neo4j, Inc. All rights reserved 2022 COMPOSITE DATABASES for Fabric Make Fabric Easier to Use Scale beyond the database and cluster • Dynamically create sharded and federated graphs in Cypher • Fault Tolerance for the COMPOSITE database ◦ No more proxy servers • Query the COMPOSITE database to query across databases • Extend the query across clusters with multi cluster support • Fully integrated into the Neo4j database infrastructure The COMPOSITE DATABASE ( C ) holds the definition of what can queried C Sharded Cluster Federated Cluster C C Multi Cluster C
  • 23. Neo4j, Inc. All rights reserved 2022 Neo4j Fabric: Scaling Up & Scaling Out! 19 Billion 1.2 Trillion! 128 Billion
  • 24. Neo4j, Inc. All rights reserved 2022 Backup and Restore - Differential backups - Point-in-time restore Legacy Neo4j 4 style backup / restore behaviour available Full Diff Diff Full2 Diff Diff Full Diff Diff Full Recover Restore until time or tx id
  • 25. Neo4j, Inc. All rights reserved 2022 Neo4j Operations Manager Gain transparency & mastery over database operations - Manage all your Neo4j instances - Monitor metrics, status and see intelligent alerts - Administer complex tasks like security and cluster - Help with operations like upgrade and migration