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

Calculating TF-IDF scores in Neo4j with Cypher

Calculating TF-IDF scores in Neo4j with Cypher

When extracting information from documents using NLP, attempting to separate important terms from noise can be tricky. Calculating a TF-IDF (Term Frequency-Inverse Document Frequency) score allows you to identify the important terms in a document.

Importing Wikidata into Neo4j Using Neosemantics

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

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…

Multi-Tenancy in Neo4j 4.0

How to manage and connect to multiple databases in Neo4j 4.0