Neo4j & SSIS

By Charlotte

Neo4j and SSIS are awkward bedfellows – SSIS is Microsoft and has connectors to a plethora of database and technologies using ODBC, Web etc, and Neo4j is written in Java which provides a JDBC connection.…

PowerBI With Neo4j – How do you build a DataConnector?

By Charlotte

TL;DR; Repo is at: https://github.com/cskardon/Neo4jDataConnectorForPowerBiRelease at: https://github.com/cskardon/Neo4jDataConnectorForPowerBi/releases Looky! Pie Charts! This glorious picture represents the very pinnacle of my PowerBI experience, beforehand I was pulling the data into Excel and charting myself – no longer!…

Better Know APOC #4 : apoc.coll.sort*

By Charlotte

Neo4j.Version 3.3.4 APOC Version 3.3.0.2 If you haven’t already, please have a look at the intro post to this series, it’ll cover stuff which I’m not going to go into on this. OK, ‘apoc.coll’ has 43 (that’s…

Neo4j with Azure Functions

By Charlotte

Recently, I’ve had a couple of people ask me how to use Neo4j with Azure functions, and well – I’d not done it myself, but now I have – let’s get it done! Login to…

Neo4jClient turns 3.0

By Charlotte

Well, version wise anyhow! This is a pretty big release and is one I’ve been working on for a while now (sorry!). Version 3.0 of the client finally adds support for Bolt. When Neo4j released…

Better Know APOC #2: apoc.graph.fromDB

By Charlotte

Neo4j.Version 3.0.0 APOC Version 3.3.0.1 If you haven’t already, please have a look at the intro post to this series, it’ll cover stuff which I’m not going to go into on this. Back at the…

Better Know APOC #1: apoc.export.csv.*

By Charlotte

Neo4j Version 3.3.0 APOC Version 3.3.0.1 If you haven’t already, please have a look at the intro post to this series, it’ll cover stuff which I’m not going to go into on this. We’re going…

Better Know APOC #0: Introduction

By Charlotte

As all developers in good languages know – arrays and blog series start at 0, not 1 (sorry VB developers) so this is the introductory post to the upcoming series about APOC and it’s procedures…