Posts tagged "neo4j"

This is a great post using Python, Neo4j, and Bulbflow to build a recommendation system using a graph database. It looks like they crawled SnapGuide to get their data for this.

The code for bulbflow is on GH.

Here is another post on Graph Recommendation Systems using Gremlin.

—Jason

Another good Neo4j article. This one shows some relatively complex graph based queries on an imaginary telecommunications data set using Cypher.

—Jason

This is a great article on using Neo4j for creating a small maps application for trains (“MapQuest for Trains”). There is not much code in the article, but the author posted his code in github.

—Jason