News Feed
Jobs Feed
Sections




News Archive
Josh Adell's Blog:
Path finding with Neo4j
June 28, 2011 @ 12:38:01

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 graphing databases useful is the ability to find relationship paths from one node to another. There are many algorithms for finding paths efficiently, depending on the use case.

He includes some code showing the REST request (made via this client) to fetch these street-based relationships. He then creates a little sample script that provides driving directions from one intersection to another with a "findPathsTo" call. He modifies it a bit later on to use the Dijkstra algorithm.

0 comments voice your opinion now!
path find neo4j graph database tutorial rest client


blog comments powered by Disqus

Similar Posts

PHPMaster.com: Packaging Your Apps with Phar

Devshed: Database Details and PHP

Josh Adell's Blog: Neo4j for PHP

CloudSpring.com: Using the Rackspace PHP SDK

DevShed: Building a Blogger with the Code Igniter PHP Framework


Community Events











Don't see your event here?
Let us know!


language community code tool series development interview conference testing framework phpunit release functional example unittest zendframework2 opinion podcast application introduction

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework