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: An Introduction to Ctype Functions

Phil Sturgeon's Blog: How to: Multi-site CodeIgniter Set-up

Developer Tutorials Blog: Digg Clone: Start your own Digg in five minutes flat with PHP

Developer Tutorials: Zend Framework Tutorial

IBM developerWorks: Creating a REST API with Agavi


Community Events











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


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

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