Anders Kirkeby
All things graph

All things graph

Follow
homebadges
Tag

Neo4j

#neo4j

More content

Read more stories on Hashnode


Articles with this tag

Connecting to Neo4j from a node.js ap

Mar 10, 20235 min read

In this tutorial, we will walk through how to set up a quick node.js-based app and connect it to a local Neo4j instance, so we can start querying...

Connecting to Neo4j from a node.js ap

How to query for data in Neo4j

Nov 18, 20226 min read

In this post we will explore how to execute queries in Neo4j, the popular graph database, and retrieve nodes and edges to answer a few questions. We...

How to query for data in Neo4j