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