Slide 1

Slide 1 text

No content

Slide 2

Slide 2 text

No content

Slide 3

Slide 3 text

Vertex edge Graph Database (also called node)

Slide 4

Slide 4 text

vertex (node) vertex properties vertex ID edge edge label edge properties edge ID directed edge

Slide 5

Slide 5 text

• • • • • • • • Didn’t test it, a .bat file is included in the ZIP to start the PGX server

Slide 6

Slide 6 text

• •

Slide 7

Slide 7 text

DEMO

Slide 8

Slide 8 text

No content

Slide 9

Slide 9 text

• • • • • • Simplified version

Slide 10

Slide 10 text

Product Order Customer Country Confirm LivesIn Reference

Slide 11

Slide 11 text

Product Order Customer Confirm Reference Country= “”

Slide 12

Slide 12 text

Order Customer Confirm Country= “” Product= “”

Slide 13

Slide 13 text

Product Customer Country LivesIn Buys Quantity= “” Amount= “” OrderDate= “”

Slide 14

Slide 14 text

Product Customer Country LivesIn Buys Quantity= “” Amount= “” OrderDate= “” Let’s implement this one

Slide 15

Slide 15 text

Name Null? Type ----- -------- ----------------------- VID NOT NULL NUMBER VL NVARCHAR2(3100) K NVARCHAR2(3100) T INTEGER V NVARCHAR2(15000) VN NUMBER VT TIMESTAMP WITH TIMEZONE 47 name: Matthew McConaughey [T=1] age: 47 [T=2] birth-date:1969-11-04 12:00:00.0 [T=5] Name Null? Type ------- -------- ------------------------ EID NOT NULL NUMBER SVID NOT NULL NUMBER DVID NOT NULL NUMBER EL NVARCHAR2(3100) K NVARCHAR2(3100) T INTEGER V NVARCHAR2(15000) VN NUMBER VT TIMESTAMP WITH TIME ZONE 46 47 admires weight:1.0 [T=4] 1102 Column “VL” added in PGX 3.1.1 only

Slide 16

Slide 16 text

• • • • ID Data type Column 1 String V 2 Integer VN 3 Float VN 4 Double VN 5 Date VT 6 Boolean V 7 Long VN 8 Short VN 9 Byte VN 10 Char V 101 Serializable V

Slide 17

Slide 17 text

DEMO

Slide 18

Slide 18 text

If you feel like having more questions than before this presentation, it’s a good thing! It means you have to try graphs for real…

Slide 19

Slide 19 text

No content