Showing Posts From

Neo4j

The Abridged Guide to Neo4j Cypher Generation with OpenAI GPT-4

The Abridged Guide to Neo4j Cypher Generation with OpenAI GPT-4

Learn how to build a chatbot that connects to Neo4j with minimal code and minimal Cypher.

Analysing Football Events in a Graph Database

Analysing Football Events in a Graph Database

How Graph Databases can be used to analyse event sequences in sports

Next level Cypher aggregations using WITH, COLLECT and UNWIND

YouTube Shorts Explained: Create a window function with Cypher using WITH, COLLECT and UNWIND.

Importing Google Analytics to Neo4j via BigQuery using APOC & JDBC

Importing Google Analytics to Neo4j via BigQuery using APOC & JDBC

Take back control of your website visit data by importing it into Neo4j via BigQuery.

Importing Wikidata into Neo4j Using Neosemantics

How I imported football data from the Wikidata API into Neo4j using Neosemantics.

Multi-Tenancy in Neo4j 4.0

How to manage and connect to multiple databases in Neo4j 4.0

Building a Real-Time UI on top of Neo4j with Vue.js and Kafka

Building a Real-Time UI on top of Neo4j with Vue.js and Kafka

How to build a Real-time UI on top of Neo4j with VueJS using websockets, driven by Kafka and the Neo4j Streams plugin.

When and how to implement Sharding in Neo4j 4.0

When you are dealing with large volumes of data, you may need to shard your graph across many physical servers. Here's how…

Social Feed Cursor Based Pagination

Social Feed Cursor Based Pagination

How to squeeze as much peformance out of a high-traffic, high-volume social feed using Neo4j's Core API.

An introduction to Temporal Date Types in Neo4j

A comprehensive guide to using temporal types in Cypher, including Date, Time, DateTime, LocalDate, LocalDateTime and Duration.

TIL: Plotting Neo4j Results with Matplotlib

TIL: Plotting Neo4j Results with Matplotlib

Discover the two lines of code required to convert a Neo4j result to a Pandas DataFrame and plot it with Matplotlib

TIL: Quick & Convenient Cypher Counts

TIL: Quick & Convenient Cypher Counts

The quickest way to get counts of nodes and relationships in Cypher

Using the Neo4j Driver with NodeJS

Using the Neo4j Driver with NodeJS

A guide to using the Neo4j Driver in a NodeJS application