NeoDash 2.3 is finally here! This update brings a fresh new look, improved performance for large dashboards, and exciting visualization features. Read more →
Tom Nijhof, Back End Developer at CytoSMART Jun 13, 2023 3mins read
In a previous blog, I loaded 197M chemical names into a graph database. All of these are indexed with a full-text index and use the graph properties to improve the search. In order to test the user experience (not just… Read more →
Kees Vegter, Pre-Sales Engineer, Neo4j Mar 31, 2023 6mins read
Discover the power of Cypher Paths in Neo4j Database. Learn about Path data type, variable length paths, and relationship functions. Optimize your query engine today. Read more →
Saloni Gupta, Data Scientist, SparkCognition Mar 15, 2023 8mins read
Photo by Galina Nelyubova on UnsplashWell, you might be wondering: Why would one want to write Pandas or SQL-style queries while working with a graph database like Neo4j? Does it not defeat the purpose of having data stored and ingested in… Read more →
Tom Nijhof, Back End Developer at CytoSMART Jan 26, 2023 3mins read
I got a helpful email from Ron van Weverwijk pointing out that constructing a Cypher query every time does not give the best performance. I didn’t know at the time that this would also solve another problem. The problem is… Read more →
Adam Cowley, Developer Experience Engineer at Neo4j Jan 12, 2023 5mins read
The main features of the plugin: Manage connections to Neo4j instances in the Sidebar, manage query parameters and run Cypher from a file or text selection.How did we get here?As a developer building Neo4j Applications in VS Code, I often switch… Read more →
Tara Jana, Senior Director of Product Marketing Jun 30, 2022 4mins read
Submit Cypher queries that are shorter in length and lower on database hits while still returning the correct query results to win $27k worth of prizes. Do you love coding effectively and optimizing codes for performance? Look no further and… Read more →
Estelle Scifo, CTO at SmartGrid Communications Inc. May 02, 2022 6mins read
A lesser-known feature of Cypher allows you to determine with equal precision what gets returned by the query in a JSON format similar to a GraphQL output. Read more →
Darrell Warde, Software Engineer, Neo4j Feb 17, 2022 7mins read
Neo4j is excited to announce the release of the Neo4j GraphQL Library 3.0.0! Initially driven by the requirement to perform some major dependency upgrades, we have taken the opportunity to work through a backlog of breaking changes to improve the experience with the library, and to perform some much needed cleanup in key areas. Read more →
David Allen, Senior Director of Developer Relations, Neo4j Feb 16, 2022 7mins read
In this article, we’ll cover some best practices for using Neo4j drivers in your application. The code examples will all be in Python for simplicity, but the basic practices outlined apply to all languages supported by Neo4j. Read more →
Michael Hunger, Head of Product Innovation & Developer Strategy, Neo4j Feb 04, 2022 11mins read
Two weeks ago, a colleague asked if I could help him import his personal ancestry data into Neo4j. He sent me a GEDCOM file, and I gave it a try. Read more →
Greg King, Product Manager for Neo4j Developer Tools, Neo4j Oct 27, 2021 6mins read
Check out how we brightened up your development experience with our latest versions of Neo4j DevTools, including Neo4j Browser and Desktop. Read more →
Tomaž Bratanič, Graph ML and GenAI Research, Neo4j Oct 13, 2021 6mins read
Learn how you can use correlation between stock prices to infer a similarity network between stocks – and then use that network information to help you diversify your portfolio. Read more →
Michael Hunger, Head of Product Innovation & Developer Strategy, Neo4j Oct 05, 2021 6mins read
Learn how Neo4j's graph technology fueled the ICIJ's Pandora Papers investigation and exposed offshore money laundering efforts around the globe. Read more →
Matt Holford, Consulting Engineer, PS Oct 01, 2021 13mins read
Neo4j offers two main ways of querying a graph – through the Cypher query language and via a Java API. A solid model and well-designed Cypher query is sufficient in the majority of cases, but for those cases where we want the finest level of control, the Java API provides a powerful and intuitive interface. Read more →
Jennifer Reif, Developer Relations Engineer at Neo4j Aug 18, 2021 11mins read
In this post, we will combine the three duration functions along with various components to translate values from a unit in one category to a unit in another category. Then, we will take a look at a couple of fun puzzles having to do with Cypher and dates to wrap up. Read more →