+ All Categories
Home > Documents > neo4j - Yo Briefca · or preaching to the converted the things I do for free beer neo4j or a case...

neo4j - Yo Briefca · or preaching to the converted the things I do for free beer neo4j or a case...

Date post: 24-Aug-2020
Category:
Upload: others
View: 1 times
Download: 0 times
Share this document with a friend
36
or preaching to the converted the things I do for free beer neo4j or a case study
Transcript
Page 1: neo4j - Yo Briefca · or preaching to the converted the things I do for free beer neo4j or a case study

orpreaching to the converted

the things I do for free beer

neo4jor

a case study

Page 2: neo4j - Yo Briefca · or preaching to the converted the things I do for free beer neo4j or a case study

Background

Page 3: neo4j - Yo Briefca · or preaching to the converted the things I do for free beer neo4j or a case study

Github

Twitter

BlogMeWORKS_FOR

Page 4: neo4j - Yo Briefca · or preaching to the converted the things I do for free beer neo4j or a case study

Github

Twitter

BlogMeWORKS_FOR

kouphax

Page 5: neo4j - Yo Briefca · or preaching to the converted the things I do for free beer neo4j or a case study

Github

Twitter

BlogMe

kouphax

http://yobriefca.seWORKS_FOR

Page 6: neo4j - Yo Briefca · or preaching to the converted the things I do for free beer neo4j or a case study

Github

Twitter

BlogMe http://yobriefca.se

@kouphax

WORKS_FOR

kouphax

Page 7: neo4j - Yo Briefca · or preaching to the converted the things I do for free beer neo4j or a case study

Kainos

Github

Twitter

BlogMeWORKS_FORINVOLVED_WITH

Page 8: neo4j - Yo Briefca · or preaching to the converted the things I do for free beer neo4j or a case study

Kainos WORKS_FORGDS INVOLVED_WITH

ERTP

Innovations

Licensify

TEAM_WITHIN

Page 9: neo4j - Yo Briefca · or preaching to the converted the things I do for free beer neo4j or a case study

GDSINVOLVED_WITH

ERTP

Innovations

Licensify

TEAM_WITHIN

Page 10: neo4j - Yo Briefca · or preaching to the converted the things I do for free beer neo4j or a case study

GDS

ERTP

Innov

ation

s

Licen

sify

Cab Off. TEAM_WITHINDEPARTMENT_OF INVOLVED_WITH

Page 13: neo4j - Yo Briefca · or preaching to the converted the things I do for free beer neo4j or a case study

PUBLISHES_TO

IATI

Page 18: neo4j - Yo Briefca · or preaching to the converted the things I do for free beer neo4j or a case study

AidPlatform

Page 19: neo4j - Yo Briefca · or preaching to the converted the things I do for free beer neo4j or a case study

The ability to trace all money spentthrough its entire journey from source

to its final destination

Page 20: neo4j - Yo Briefca · or preaching to the converted the things I do for free beer neo4j or a case study

IATI XMLDFID Website

DFID SystemsDFID SystemsDFID Systems

Page 21: neo4j - Yo Briefca · or preaching to the converted the things I do for free beer neo4j or a case study

X

Aid Platform IATI XML

DFID SystemsDFID SystemsDFID Systems

Page 22: neo4j - Yo Briefca · or preaching to the converted the things I do for free beer neo4j or a case study

Aid P

latfo

rm

IATI XML

IATI XML

IATI XML

IATI XML

IATI XML

IATI XML

IATI XML

Page 23: neo4j - Yo Briefca · or preaching to the converted the things I do for free beer neo4j or a case study

TheSolution

Page 24: neo4j - Yo Briefca · or preaching to the converted the things I do for free beer neo4j or a case study

Data Access

Data Loader

JVM/Scala

Play! 2

jQuery/D3

Persistence

TileStream

Leaflet

IATI XMLIATI XML

Page 25: neo4j - Yo Briefca · or preaching to the converted the things I do for free beer neo4j or a case study

Region Country Organisation Budget

Project ComponentTransaction Disbursement

Location Results Document

Page 26: neo4j - Yo Briefca · or preaching to the converted the things I do for free beer neo4j or a case study

#1

hell is other people’s api

Page 27: neo4j - Yo Briefca · or preaching to the converted the things I do for free beer neo4j or a case study

OIPA API

JVM/Scala

Play! 2

jQuery/D3

MySQL

TileStream

Leaflet

IATI XMLIATI XML

Page 28: neo4j - Yo Briefca · or preaching to the converted the things I do for free beer neo4j or a case study

#2

relational databases are a lie

Page 29: neo4j - Yo Briefca · or preaching to the converted the things I do for free beer neo4j or a case study

Anorm/Migrations

Data Loader

JVM/Scala

Play! 2

jQuery/D3

PostgreSQL

TileStream

Leaflet

IATI XMLIATI XML

Page 30: neo4j - Yo Briefca · or preaching to the converted the things I do for free beer neo4j or a case study

#3

once you go graph...

Page 31: neo4j - Yo Briefca · or preaching to the converted the things I do for free beer neo4j or a case study

Neo4J

Data Loader

JVM/Scala

Play! 2

jQuery/D3

TileStream

Leaflet

IATI XMLIATI XML

Page 32: neo4j - Yo Briefca · or preaching to the converted the things I do for free beer neo4j or a case study

val org = createNode(orgModel)val country = createNode(countryModel)

org --> “HAS_RECIPIENT_COUNTRY” --> country

neo4j-scala

Page 33: neo4j - Yo Briefca · or preaching to the converted the things I do for free beer neo4j or a case study

val index = getNodeIndex("activity").getval node = index.get("id",id).getSingle

val budgets = node.doTraverse[Budget]( follow ->- “HAS_BUDGET”){ END_OF_GRAPH}{ ALL_BUT_START_NODE}

neo4j-scala

Page 34: neo4j - Yo Briefca · or preaching to the converted the things I do for free beer neo4j or a case study

query[Node](""" | START global=node(0) | MATCH global-[:IS_SUB_LOCATION]->location<-[:IS_RECIPIENT]-component-[:IS_COMPONENT_OF]->n | RETURN DISTINCT n | ORDER BY n.projectBudget desc | LIMIT 5""".stripMargin).map(_.toCC[Activity])

neo4j-scala

Page 35: neo4j - Yo Briefca · or preaching to the converted the things I do for free beer neo4j or a case study

TheFuture

Page 36: neo4j - Yo Briefca · or preaching to the converted the things I do for free beer neo4j or a case study

C’estFini

Slides and Resourceshttp://yobriefca.se


Recommended