Cypher Sleuthing: How to Find Property Data Types in Neo4j
Mar 25 5 mins read
Learn how to find the data types of properties in Neo4j Graph Database using the Cypher query language and APOC. Read more →
Learn how to find the data types of properties in Neo4j Graph Database using the Cypher query language and APOC. Read more →
Learn how to turn a list of flat elements into a hierarchy with Java, Cypher, and the updated Neo4j driver for Java. Read more →
In our world today, we seem to encounter crises and global struggles on a daily basis. But what if we could help others and improve life around us using the data and technology at our fingertips? Graph databases like Neo4j help us do exactly that. Read more →
With the new release of Java 17, let's explore the JDK data set that details the historical library changes of the versions of Java in Neo4j. Read more →
In this second part of the Will It Graph blog series, we’re going to show you some examples of good and poor fits for graph databases, how to identify a graph-shaped problem, and how the graph-native architecture helps solve graphy problems. Read more →
APOC contains about 500 procedures and functions, here we’ll discuss some of them that are very interesting and use cases about their applications. Enjoy!Started as a very simple collection of useful Procedures and Functions in 2016 the APOC project raised… Read more →
Gram is a textual format for data. We have CSV for tables, JSON for documents, and gram for data graphs.Use gram when [a,b,c] becomes (a)–>(b)<–(c).Why Another Data Format?Anything worth talking about is worth inventing a language for. — probably not L. WittgensteinGraphs are a… Read more →