This week we’re featuring a post by biomedical engineer Tom Nijhof, who explains how his performance issues were solved by using Cypher query parameters. This allows for the query plan to be cached and reused. An important step along the way was to batch the writes using Cypher’s Unwind feature in order to expand a list, replacing the Python for
loop in his code.
The biggest graph technology event of the year, NODES 2022, is back November 16 and 17, 2022! We are honored to welcome as speakers: Ward Cunningham, the creator of Wiki; Ashleigh Faith, host of IsA DataThing YouTube channel; Rhys Evans from The Financial Times; and Kateryna Nesvit, Visiting Professor, Data Science at Marymount University. These are just four of this year’s 90+ speakers. Save your spot.
Cheers,
Yolande Poirier
FEATURED NODES SPEAKER: Kateryna Nesvit
Dr. Kateryna Nesvit has a Ph.D. in Mathematical Simulation and Methods of Calculation and master’s degrees in applied mathematics. She has been teaching in at a university level for 11 years with courses in applied and computational mathematics such as numerical analysis, data science, knowledge graph, data analysis, recommendation systems, and others. Dr. Nesvit has published 65 papers, including one scientific patent. She has given 34 talks at conferences and congresses in Europe and the United States. In addition, she worked for seven years in the industry and was a Vice President of Data Science. She built a data science platform that predicts compensation for talent across the IT industry for more than 15,000 companies. Don’t miss her live presentation during NODES – save your seat now. You can also follow her on LinkedIn.
PROGRAMMING: Optimizing Cypher query by using parameters
It’s good programming practice to use parameters in Cypher Queries whenever possible. This allows for the caching of queries within the Cypher Engine, which is beneficial for performance. Tom Nijhof discovered this feature and explains how it worked for him.KNOWLEDGE GRAPH: Why IKEA’s Knowledge Graph Has Three Layers
Katariina Kari, lead ontologist at Inter IKEA Systems, explains how envisioning their KG on three layers is not only useful for organizing their work but also for communicating its contents to non-technical stakeholders.VIDEO: Discover Neo4j AuraDB Free with Michael and Alexander
COURSE: Introduction to Neo4j
THEORY: Wardley Maps and Graph Databases
TWEET OF THE WEEK: @Tom_Asel
Don’t forget to retweet if you like it!Hey #WardleyMapping Community, this is for you:
— Tom Asel ?? (@Tom_Asel) September 16, 2022
This is the famous tea shop example as a graph. Why would that be helpful? Quite simply: to enable structured queries on the map.
A ? on Wardley Mapping and graph databases. pic.twitter.com/25NxO9OAoS
… Of Special Interest
- The new documentation website for the Neo4j plugin for Liquibase is here.
- Neo4j Examples – GitHub. Examples for Neo4j and Library Usage. Neo4j Examples has 90 repositories available. Follow their code on GitHub.