I haven't written to the email list in years. This is what I'm working on. Please feel free to unsubscribe below. This is part 1? in a series on tackling the most audacious of problems in using …
Refactoring node properties as labels and relationships in Cypher for faster querying [Neo4j]
In this use case, a node property is generated to assign a node to a community. You can learn about how we identify pages with similar link profiles by generating a similarity score based on links …
the science of (long) big game hunting
In marketing, there are a very simple and reliable approaches to big game hunting (as long as big game exists). You see it with wild budgets being spent on bus and billboard ads for personal injury …
Continue Reading about the science of (long) big game hunting →
Per Page Link Profile Similarity + Label Propagation for Website Analysis
I am exploring how combining graph algorithms can help with more quickly analyzing a site's structure or labeling it's content/pages. This is a proof of concept for using a similarity algorithm and …
Continue Reading about Per Page Link Profile Similarity + Label Propagation for Website Analysis →
How to move graph databases from one Project folder to another in Neo4j Desktop
This question was answered by Elaine R. on the Neo4j community forum, but with the newer versions of Neo4j Desktop (Neo4j Desktop 1.4.3 with 4.x.x databases), there is a quick four step drag and drop …
Creating a summary relationship from multiple relationships between nodes
In order to query time series data, I felt like I had to model my google search console data this way in Neo4j: each day of data with clicks, impressions In Google Search Console there are (for …
Continue Reading about Creating a summary relationship from multiple relationships between nodes →