Archive | September 2020

You are browsing the site archives by date.

Some Bash magic, graph, csv

Unix shells are powerful. Scripts are useful. I am working on a project for which I want to know if the master data is already present in my graph as I’ll process CSV files. So, the idea is to get all the distinct unique values from a given column in all the csv file and […]

Neo4j Favorites

You certainly already know that you can add a Cypher statement as a favorite by hitting the star button next to the input box A very useful trick is to start it with a comment, so that the comment appears as the title of the favorite in the favorites tab. // Isolated nodes – count […]