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 →
This week we launched the latest and greatest versions of our developer tools: Neo4j Desktop and Neo4j Browser.We’re excited to share some of the work we’ve been doing to help you be more productive. Read more →
Jennifer Reif, Developer Relations Engineer at Neo4j Apr 26, 2021 10mins read
My previous part 1 post on this topic introduced Cypher dates and translated a few other date formats to the Cypher-supported ISO 8601 format. If you read that, then this post is the next step with Cypher dates that covers… Read more →
Jennifer Reif, Developer Relations Engineer at Neo4j Apr 09, 2021 9mins read
No matter what database, programming language, or webpage you might be using, dates always seem to cause headaches. Different date formats require calculations between application date pickers in user-friendly formats and system dates in backend devices and data sources. Then,… Read more →
Greg King, Product Manager for Neo4j Developer Tools, Neo4j Mar 09, 2021 4mins read
Neo4j Browser 4.2.4 launched last week, and with it brings exciting changes to improve your experience when writing and running Cypher queries. The latest Browser is available to use in Neo4j Desktop now and also at browser.graphapp.io. Read more →
Niels de Jong, Consulting Engineer, Neo4j Jan 27, 2021 6mins read
Working at Neo4j, I frequently build front-end applications that use graph data. Fortunately, a ton of tools exist to make the life of a Neo4j front-end developer easier (great examples are the GrandStack and Neode). In many cases, however, I’m… Read more →
Dan Flavin, Senior System Engineer, Neo4j Jan 14, 2021 13mins read
Why a Cypher query run in the Neo4j Browser may not return in a reasonable amount of time, what is happening, and what you can do about it.Note: The content of this post is relevant to the Neo4j Browser version 4.2.0… Read more →
Michael Hunger, Head of Product Innovation & Developer Strategy, Neo4j Jul 23, 2018 6mins read
While looking for efficient graph visualization libraries for large scale rendering, I came across 3d-force-graph, a really neat wrapper around three.js for graph visualization. Check out that repository after reading this, they have many more examples and settings to explore.I was… Read more →
Nigel Small, Neo4j Drivers Team Lead Jun 07, 2018 7mins read
As both a busy dad and the team lead of the Neo4j Drivers Team, the amount of spare time I’ve had to work on personal projects over the past couple of years has been somewhat reduced. But with all the… Read more →