GDB in SV_4th_Meetup_12212016

43
(graphians)-[:MEETUP]- >(GDBinSV)

Transcript of GDB in SV_4th_Meetup_12212016

Page 1: GDB in SV_4th_Meetup_12212016

(graphians)-[:MEETUP]->(GDBinSV)

Page 2: GDB in SV_4th_Meetup_12212016

Agenda

• 6:30 - 7:00 Food, refreshments, and mingling• 7:00 - 7:15 Greeting & Introduction • 7:15 - 7:35 Session (Visualization tool by Joshua Bae)• 7:35 - 8:10 Meetup Networking • 8:10 - 8:20 Closing

Page 3: GDB in SV_4th_Meetup_12212016

( )-[:Sponsors]->(GDBinSV)

Page 4: GDB in SV_4th_Meetup_12212016

Bitnine’s Hybrid DBMS

AGENSGRAPH

Page 5: GDB in SV_4th_Meetup_12212016

1. Integrated Query system

+

CYPHER QUERY LANGUAGE

Page 6: GDB in SV_4th_Meetup_12212016

2. Storage Layer

Page 7: GDB in SV_4th_Meetup_12212016

3. Graph Visualizer

Page 8: GDB in SV_4th_Meetup_12212016

(4th_meetup)-[:IS_ABOUT]->(visualization_tools)

Page 9: GDB in SV_4th_Meetup_12212016

Agenda1. Graph Visualization Tools2. A tip of Importing Dataset3. Map Layers4. Node Layouts5. Query Patterns6. Icons 7. Publishing subgraphs8. Editing Data (property, edge)9. Geospatial distance formula

Page 10: GDB in SV_4th_Meetup_12212016

Graph Visualization Tools

Page 11: GDB in SV_4th_Meetup_12212016
Page 12: GDB in SV_4th_Meetup_12212016
Page 13: GDB in SV_4th_Meetup_12212016
Page 14: GDB in SV_4th_Meetup_12212016

Graph Visualization Use Cases

1. Information Technology- Network topology- Risk Assessment

2. Intelligence & Government3. Finance and Insurance

- Fraud detection4. Social Media analysis5. Bioscience / Pharmaceuticals

- Knowledge discovery

Page 15: GDB in SV_4th_Meetup_12212016
Page 16: GDB in SV_4th_Meetup_12212016
Page 17: GDB in SV_4th_Meetup_12212016
Page 18: GDB in SV_4th_Meetup_12212016
Page 19: GDB in SV_4th_Meetup_12212016
Page 20: GDB in SV_4th_Meetup_12212016
Page 21: GDB in SV_4th_Meetup_12212016
Page 22: GDB in SV_4th_Meetup_12212016
Page 23: GDB in SV_4th_Meetup_12212016
Page 24: GDB in SV_4th_Meetup_12212016
Page 25: GDB in SV_4th_Meetup_12212016
Page 26: GDB in SV_4th_Meetup_12212016
Page 27: GDB in SV_4th_Meetup_12212016
Page 28: GDB in SV_4th_Meetup_12212016

Graph Data Visualization

Page 29: GDB in SV_4th_Meetup_12212016
Page 30: GDB in SV_4th_Meetup_12212016
Page 31: GDB in SV_4th_Meetup_12212016

A tip of Data Importing (Windows Local File)1. Start Neo4j2. Create a new project folder (e.g. project_n)3. Open the http://localhost:7474/browser/4. Create the ‘import’ folder under the new project folder

Documents\Neo4j\project_n\import5. Copy the CSV file at the ‘import’ folder6. Import dataset using LOAD CSV

LOAD CSV with Headers from "file:///city.csv" AS cityCREATE (ct:City {name: city.city, state: city.state, city_state: city.city_state, lat: city.lat, lng: city.lng, population: city.pop});

Page 32: GDB in SV_4th_Meetup_12212016
Page 33: GDB in SV_4th_Meetup_12212016
Page 34: GDB in SV_4th_Meetup_12212016
Page 35: GDB in SV_4th_Meetup_12212016
Page 36: GDB in SV_4th_Meetup_12212016
Page 37: GDB in SV_4th_Meetup_12212016
Page 38: GDB in SV_4th_Meetup_12212016
Page 39: GDB in SV_4th_Meetup_12212016
Page 40: GDB in SV_4th_Meetup_12212016
Page 41: GDB in SV_4th_Meetup_12212016
Page 42: GDB in SV_4th_Meetup_12212016
Page 43: GDB in SV_4th_Meetup_12212016

Thank you!