Josh Adell's Blog: Neo4j for PHP
Josh Adell has written up a new post for his blog showing some of his experience connecting PHP to Neo4j, a graph database (and open source project). It helps to solve a problem of related datasets...
View ArticleJosh Adell's Blog: Path finding with Neo4j
In a follow up to his previous post on using Neo4j with PHP, Josh Adell looks in a bit more detail about how to find paths in the data via a REST interface to the database. The thing that makes...
View ArticleDZone.com: Development Setup for Neo4j and PHP: Part 2
On DZone.com today they've posted the second part of their series looking at using the Neo4j database from your PHP applications. This is Part 2 of a series on setting up a development environment for...
View ArticleSitePoint PHP Blog: PHP and Neo4j: Introduction to Graph Databases
On the SitePoint PHP blog today they've posted a new tutorial by Mehul Jain about combining PHP and Neo4J, a popular graph database tool as an alternative to the typical table-driven database...
View Article