Introduction to Neo4j Plugins 2022-11-13 What are Neo4j plugins, when do I need them and when should I not use them. Also with an overview on how they work ...
Neo4j Traversal API 2021-01-05 Introduction to the Neo4j traversal API ...
Loading the UK GTFS data feed 2021-01-03 loading the UK GTFS data feed into Neo4j and explore the data we have and start journey finding with Cypher ...
Exploring Twitter data with Vuejs and GRANDstack 2020-09-20 Building a Vue.js application atop of Grandstack with user authentification agains AWS Cognito ...
Syncing Neo4j 2020-03-30 Keeping 2 Neo4j installations in sync via Kafka ...
Integrating Kafka with Neo4j 2020-03-13 Exploring different option to read and/or push data from/to Kafka ...
Versioned Graph Models 2020-03-03 Exploring options for versioning data changes in a graph ...
Schema-based access control in Neo4j 4.0 2020-01-29 Neo4j 4.0 introduced schema based access control. Lets explore it. ...
Implementing a Searchbox with Neo4j 2020-01-07 implementing a google-like search box on top of Neo4j with the help of fulltext search and pagerank ...
Importing corporate data, take two 2019-03-02 Demoing how to import JSONL into Neo4j via apoc. ...