graphday stockholm - iknow solutions - the value add of graphs to analytics and information...

15
The Value Add of Graphs to Analytics and Information Management

Upload: neo4j-the-fastest-and-most-scalable-native-graph-database

Post on 21-Mar-2017

39 views

Category:

Technology


2 download

TRANSCRIPT

Page 1: GraphDay Stockholm - iKnow Solutions - The Value Add of Graphs to Analytics and Information Management

The Value Add of Graphs to Analytics and Information Management

Page 2: GraphDay Stockholm - iKnow Solutions - The Value Add of Graphs to Analytics and Information Management

iKnow Solutions – short intro

Page 3: GraphDay Stockholm - iKnow Solutions - The Value Add of Graphs to Analytics and Information Management

iKnow Solutions - Our core skills

Page 4: GraphDay Stockholm - iKnow Solutions - The Value Add of Graphs to Analytics and Information Management
Page 5: GraphDay Stockholm - iKnow Solutions - The Value Add of Graphs to Analytics and Information Management

Why Neo4j?

Page 6: GraphDay Stockholm - iKnow Solutions - The Value Add of Graphs to Analytics and Information Management

A hard question to ask a relational DB…

Find friends of 3rd degree

Page 7: GraphDay Stockholm - iKnow Solutions - The Value Add of Graphs to Analytics and Information Management

SELECT P.Name, P3.Name FROM Person PJOIN PersonFriend F1 ON P.PersonID = F1.PersonID JOIN PersonFriend F2 ON F1.FriendID = F2.PersonID JOIN PersonFriend F3 ON F2.FriendID = F3.PersonID

JOIN Person P3 ON F2.F3.PersonID = P3.PersonID

MATCH (a:Person)-[:KNOWS*3..3]->(b)RETURN a.name.b.name

SQL

Neo4j

Page 8: GraphDay Stockholm - iKnow Solutions - The Value Add of Graphs to Analytics and Information Management

EverythingisConnectedtoEverythingElse

Page 9: GraphDay Stockholm - iKnow Solutions - The Value Add of Graphs to Analytics and Information Management

Connecting people

Calls

Has phone

Has phone

Has phone

Has phone

CallsHas email

Has email

Has email

Has email

Sends email

Sends email

A

B

C D

E

Meets

Has email

Page 10: GraphDay Stockholm - iKnow Solutions - The Value Add of Graphs to Analytics and Information Management

Impact Analysis

Whichelementshavethemostdependencies?

Page 11: GraphDay Stockholm - iKnow Solutions - The Value Add of Graphs to Analytics and Information Management

Master Data Management

Newrelationshipsareeasilyreflected

Page 12: GraphDay Stockholm - iKnow Solutions - The Value Add of Graphs to Analytics and Information Management

Connecting the Data Lake

Page 13: GraphDay Stockholm - iKnow Solutions - The Value Add of Graphs to Analytics and Information Management

Recommendations

Without a graph database, you can still create a representation of a graph to be used forrecommendations.

But, that will be a static representation, and willnot be able to take into account events in the current session.

Page 14: GraphDay Stockholm - iKnow Solutions - The Value Add of Graphs to Analytics and Information Management

CognitiveAnalytucs

NeuralNetworks

Page 15: GraphDay Stockholm - iKnow Solutions - The Value Add of Graphs to Analytics and Information Management

Thank you