SlideShare a Scribd company logo
HELLO!Dániel Kocsis, Máté Thurzó
Liferay Hungary
@danielkocsis, @matethurzo
Neo4j
Graphconnect
2016
INTRODUCTION
Who we are and what’s our business with Neo4j?
LIFERAY STAGING
∎ Entities has relationships - image references, folders, message threads
∎ Export - entity graph traversal
∎ Permissions
What’s new
in Neo4j 3.0
Stored Procedures
Official
language
drivers
Java
<groupId>org.neo4j.driver</groupId>
<artifactId>neo4j-java-driver</artifactId>
<version>1.0.0</version>
JavaScript
npm install neo4j-driver@1.0.1
.NET
Install-Package Neo4j.Driver-1.0.0
Python
pip install neo4j-driver==1.0.0
PHP
Not official but community driven
Bolt protocol
BINARY
Stream oriented, secure,
optimized for graph
operations
MESSAGEPACK BASED
Binary serialization format
ONLY CYPHER
Some HTTP API capabilities
has been turned into
stored procedures
Unlimited
Graphs
Known issues
∎ DB Configuration
∎ Plugin deployment
∎ Electron with official JS driver
∎ Java driver issues with OSGi - Class.forName()
Interesting
Presentations
and
Topics
Spring Data Neo4j 4.1(.1)
∎ Object-Graph-Mapping of annotated POJO entities
∎ Supports Entity - Repository model
∎ Supports Cypher and Gremlin native queries
∎ OGM 2.0 driver support
□ HTTP and Embedded drivers
□ Bolt will be officially supported from 4.2
∎ Auto result mapping to DTO’s
Maven
<dependencies>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-neo4j</artifactId>
<version>4.1.1.RELEASE</version>
</dependency>
</dependencies>
Gradle
dependencies {
compile
'org.springframework.data:Spring-data-neo4j:
4.1.1.RELEASE'
}
∎ http://neo4j.com/blog/spring-data-neo4j-4-1-milestone-1/
∎ http://neo4j.com/blog/neo4j-ogm-2-0-milestone-1/
∎ http://projects.spring.io/spring-data-neo4j/
Moving Graphs into Production
∎ Only Enterprise version can scale beyond 4 cores!
∎ Solution architectures:
□ Server [with Procedures]: execute complex logic on the server
□ Embedded
∎ JDK 8 support
∎ Recommendations to run Neo4j on Amazon Web Services
∎ Recommendations to configure HA Architecture properly
“Neo4j is a database, it loves multiple cores and it loves a lots of RAM”
Importing data
LOAD CSV
LOAD CSV FROM “test.csv”
AS row
APOC.LOAD.JSON
Neo4j apoc stored procedure
NEO4J IMPORT TOOL
Console application been
around a while
Import with JDBC
CALL apoc.load.jdbc(“jdbc:mysql://localhost:3306/liferay”, BookmarksEntry)
YIELD row
CREATE (b:BookmarksEntry
{uuid: row.uuid_, userid: row.userId, name: row.name, url:row.url}
) RETURN b;
NoSQL Polyglot Persistence
∎ SQL vs NoSQL
∎ Neo4j [graphs] = (?) Recommendations
∎ Benefits of polyglot persistence vs Added Complexity
∎ Migration vs Duplication
∎ ETL processes
□ stored procedures
□ language drivers
□ scripts
∎ Operations
□ Neo4j has an official Docker image
“Does Neo4j work with __________?”
Food and drink places in the following {categories} closest to gate {gate} in terminal {terminal}
that users similar to {user} like
Data science and recommendation
STATISTICS AND GRAPH
Neo4j R Result
Stored
procedures
RESOURCES
Where to go from here?
∎ Neo4j Youtube channel with the presentations: https://www.
youtube.com/channel/UCvze3hU6OZBkB1vkhH2lH9Q
∎ Metal.JS Neo4j demo: https://github.com/LeventeHudak/metal-
neo4j
∎ Liferay Neo4j portlet: https://github.com/danielkocsis/neo4j-
sample-portlet
THANKS!Any questions?
@DanielKocsis86, @matethurzo

More Related Content

What's hot (20)

PDF
MariaDB Server & MySQL Security Essentials 2016
Colin Charles
 
PDF
Ipc mysql php
Anis Berejeb
 
PDF
Tuning Linux for your database FLOSSUK 2016
Colin Charles
 
PDF
Cool MariaDB Plugins
Colin Charles
 
PDF
The Complete MariaDB Server Tutorial - Percona Live 2015
Colin Charles
 
PDF
Databases in the hosted cloud
Colin Charles
 
PDF
MariaDB - the "new" MySQL is 5 years old and everywhere (LinuxCon Europe 2015)
Colin Charles
 
PDF
Distributions from the view a package
Colin Charles
 
PDF
Meet MariaDB Server 10.1 London MySQL meetup December 2015
Colin Charles
 
PDF
MariaDB 10.1 what's new and what's coming in 10.2 - Tokyo MariaDB Meetup
Colin Charles
 
PDF
The MySQL Server ecosystem in 2016
Colin Charles
 
PPTX
Level Up: 5 Expert Tips for Optimizing WordPress Performance
Pantheon
 
PDF
"Clouds on the Horizon Get Ready for Drizzle" by David Axmark @ eLiberatica 2009
eLiberatica
 
PDF
Java EE and NoSQL using JBoss EAP 7 and OpenShift
Arun Gupta
 
PDF
My first moments with MongoDB
Colin Charles
 
PDF
An introduction into Oracle VM V3.x
Marco Gralike
 
PDF
Lessons from database failures
Colin Charles
 
PDF
MariaDB Server Compatibility with MySQL
Colin Charles
 
PDF
D2S1T2N4_saurabh
Saurabh Patel
 
PDF
Lessons from database failures
Colin Charles
 
MariaDB Server & MySQL Security Essentials 2016
Colin Charles
 
Ipc mysql php
Anis Berejeb
 
Tuning Linux for your database FLOSSUK 2016
Colin Charles
 
Cool MariaDB Plugins
Colin Charles
 
The Complete MariaDB Server Tutorial - Percona Live 2015
Colin Charles
 
Databases in the hosted cloud
Colin Charles
 
MariaDB - the "new" MySQL is 5 years old and everywhere (LinuxCon Europe 2015)
Colin Charles
 
Distributions from the view a package
Colin Charles
 
Meet MariaDB Server 10.1 London MySQL meetup December 2015
Colin Charles
 
MariaDB 10.1 what's new and what's coming in 10.2 - Tokyo MariaDB Meetup
Colin Charles
 
The MySQL Server ecosystem in 2016
Colin Charles
 
Level Up: 5 Expert Tips for Optimizing WordPress Performance
Pantheon
 
"Clouds on the Horizon Get Ready for Drizzle" by David Axmark @ eLiberatica 2009
eLiberatica
 
Java EE and NoSQL using JBoss EAP 7 and OpenShift
Arun Gupta
 
My first moments with MongoDB
Colin Charles
 
An introduction into Oracle VM V3.x
Marco Gralike
 
Lessons from database failures
Colin Charles
 
MariaDB Server Compatibility with MySQL
Colin Charles
 
D2S1T2N4_saurabh
Saurabh Patel
 
Lessons from database failures
Colin Charles
 

Similar to Neo4j GraphConnect summary (20)

PDF
DriverPack Solution Download Full ISO free
blouch112kp
 
PDF
Atlantis Word Processor 4.4.5.1 Free Download
shanbahikp01
 
PDF
Adobe After Effects 2025 v25.1.0 Free Download
alihamzakpa070
 
PDF
iTop VPN Crack 6.3.3 serial Key Free 2025
blouch86kp
 
PDF
Neo4j Vision and Roadmap
Neo4j
 
PPTX
New Features in Neo4j 3.4 / 3.3 - Graph Algorithms, Spatial, Date-Time & Visu...
jexp
 
PDF
Neo4j (Part 1)
Bibhuti Regmi
 
PDF
026 Neo4j Data Loading (ETL_ELT) Best Practices - NODES2022 AMERICAS Advanced...
Neo4j
 
PPTX
GraphTour - Neo4j Database Overview
Neo4j
 
PPTX
Neo4j Training Introduction
Max De Marzi
 
PDF
Neo4j Training Cypher
Max De Marzi
 
PDF
Introducing Neo4j 3.0
Neo4j
 
PPTX
GraphTour - Neo4j Platform Overview
Neo4j
 
PDF
Ultime Novità di Prodotto Neo4j
Neo4j
 
PDF
Neo4j Graph Platform Overview, Kurt Freytag, Neo4j
Neo4j
 
PDF
Neo4j: The path to success with Graph Database and Graph Data Science
Neo4j
 
PDF
Neo4j Introduction Workshop for Partners
Deepak Sood
 
PDF
managing big data
Suveeksha
 
PPTX
Introduction to Neo4j and .Net
Neo4j
 
PDF
GraphTour 2020 - Neo4j: What's New?
Neo4j
 
DriverPack Solution Download Full ISO free
blouch112kp
 
Atlantis Word Processor 4.4.5.1 Free Download
shanbahikp01
 
Adobe After Effects 2025 v25.1.0 Free Download
alihamzakpa070
 
iTop VPN Crack 6.3.3 serial Key Free 2025
blouch86kp
 
Neo4j Vision and Roadmap
Neo4j
 
New Features in Neo4j 3.4 / 3.3 - Graph Algorithms, Spatial, Date-Time & Visu...
jexp
 
Neo4j (Part 1)
Bibhuti Regmi
 
026 Neo4j Data Loading (ETL_ELT) Best Practices - NODES2022 AMERICAS Advanced...
Neo4j
 
GraphTour - Neo4j Database Overview
Neo4j
 
Neo4j Training Introduction
Max De Marzi
 
Neo4j Training Cypher
Max De Marzi
 
Introducing Neo4j 3.0
Neo4j
 
GraphTour - Neo4j Platform Overview
Neo4j
 
Ultime Novità di Prodotto Neo4j
Neo4j
 
Neo4j Graph Platform Overview, Kurt Freytag, Neo4j
Neo4j
 
Neo4j: The path to success with Graph Database and Graph Data Science
Neo4j
 
Neo4j Introduction Workshop for Partners
Deepak Sood
 
managing big data
Suveeksha
 
Introduction to Neo4j and .Net
Neo4j
 
GraphTour 2020 - Neo4j: What's New?
Neo4j
 
Ad

Recently uploaded (20)

PDF
Bitcoin for Millennials podcast with Bram, Power Laws of Bitcoin
Stephen Perrenod
 
PDF
Fl Studio 24.2.2 Build 4597 Crack for Windows Free Download 2025
faizk77g
 
PDF
The Builder’s Playbook - 2025 State of AI Report.pdf
jeroen339954
 
PPTX
Building Search Using OpenSearch: Limitations and Workarounds
Sease
 
PDF
Newgen 2022-Forrester Newgen TEI_13 05 2022-The-Total-Economic-Impact-Newgen-...
darshakparmar
 
PDF
Empower Inclusion Through Accessible Java Applications
Ana-Maria Mihalceanu
 
PDF
"AI Transformation: Directions and Challenges", Pavlo Shaternik
Fwdays
 
PPTX
Q2 FY26 Tableau User Group Leader Quarterly Call
lward7
 
PDF
HCIP-Data Center Facility Deployment V2.0 Training Material (Without Remarks ...
mcastillo49
 
PPTX
Webinar: Introduction to LF Energy EVerest
DanBrown980551
 
PDF
From Code to Challenge: Crafting Skill-Based Games That Engage and Reward
aiyshauae
 
PDF
Blockchain Transactions Explained For Everyone
CIFDAQ
 
PDF
CIFDAQ Token Spotlight for 9th July 2025
CIFDAQ
 
PDF
[Newgen] NewgenONE Marvin Brochure 1.pdf
darshakparmar
 
PDF
CIFDAQ Weekly Market Wrap for 11th July 2025
CIFDAQ
 
PDF
Log-Based Anomaly Detection: Enhancing System Reliability with Machine Learning
Mohammed BEKKOUCHE
 
PPTX
WooCommerce Workshop: Bring Your Laptop
Laura Hartwig
 
PDF
New from BookNet Canada for 2025: BNC BiblioShare - Tech Forum 2025
BookNet Canada
 
PDF
Smart Trailers 2025 Update with History and Overview
Paul Menig
 
PDF
SWEBOK Guide and Software Services Engineering Education
Hironori Washizaki
 
Bitcoin for Millennials podcast with Bram, Power Laws of Bitcoin
Stephen Perrenod
 
Fl Studio 24.2.2 Build 4597 Crack for Windows Free Download 2025
faizk77g
 
The Builder’s Playbook - 2025 State of AI Report.pdf
jeroen339954
 
Building Search Using OpenSearch: Limitations and Workarounds
Sease
 
Newgen 2022-Forrester Newgen TEI_13 05 2022-The-Total-Economic-Impact-Newgen-...
darshakparmar
 
Empower Inclusion Through Accessible Java Applications
Ana-Maria Mihalceanu
 
"AI Transformation: Directions and Challenges", Pavlo Shaternik
Fwdays
 
Q2 FY26 Tableau User Group Leader Quarterly Call
lward7
 
HCIP-Data Center Facility Deployment V2.0 Training Material (Without Remarks ...
mcastillo49
 
Webinar: Introduction to LF Energy EVerest
DanBrown980551
 
From Code to Challenge: Crafting Skill-Based Games That Engage and Reward
aiyshauae
 
Blockchain Transactions Explained For Everyone
CIFDAQ
 
CIFDAQ Token Spotlight for 9th July 2025
CIFDAQ
 
[Newgen] NewgenONE Marvin Brochure 1.pdf
darshakparmar
 
CIFDAQ Weekly Market Wrap for 11th July 2025
CIFDAQ
 
Log-Based Anomaly Detection: Enhancing System Reliability with Machine Learning
Mohammed BEKKOUCHE
 
WooCommerce Workshop: Bring Your Laptop
Laura Hartwig
 
New from BookNet Canada for 2025: BNC BiblioShare - Tech Forum 2025
BookNet Canada
 
Smart Trailers 2025 Update with History and Overview
Paul Menig
 
SWEBOK Guide and Software Services Engineering Education
Hironori Washizaki
 
Ad

Neo4j GraphConnect summary