Neo4j python

ronidas1 359 views 17 slides Aug 12, 2020
Slide 1
Slide 1 of 17
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9
Slide 10
10
Slide 11
11
Slide 12
12
Slide 13
13
Slide 14
14
Slide 15
15
Slide 16
16
Slide 17
17

About This Presentation

Neo4j Live Session on Python & Flask


Slide Content

Roni Das Cyber Security n eo4j With Python

Agenda Hello! Setting up the environment Simple demo with Python Setting up one simple Flask Application Demo with Flask Q&A Goodbye! 2

01 Roni Das Cyber Security,EY Germany 3 https://www.linkedin.com/in/roni-das-08b3b866: Youtube playlist on Neo4j & Python : https ://www.youtube.com/watch?v=uZqGKg0ad7k

Setting up the environmnent: Setup neo4j sandox from https://neo4j.com/sandbox/ Install neo4j driver Python is required Any IDE , we will use vs code & jupyter notebook pip install neo4j https://neo4j.com/docs/api/python-driver/current/

Simple Demo With Python Connect and get results from neo4j graphdb with Python driver

Simple Demo With Python Create new node

Simple Demo With Python Update a node by adding new property

Simple Demo With Python Add relationship between nodes

Simple Flask Application Sample Grpah

Flask Application To Display Complete Graph Json Response will be displayed in Html Flask J inja template H ow to display json response from cypher

Results

dynamic query with user input

Use parameterized cypher query from python ,user input is used as parameter

Find relationship using parameterized query

Results

Thank you!