News Feed
Jobs Feed
Sections




News Archive
Josh Adell's Blog:
Neo4j for PHP
June 17, 2011 @ 10:05:26

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 and the difficulties that traditional RDBMS have with them.

Lately, I've been playing around with the graph database Neo4j and its application to certain classes of problems. Graph databases are meant to solve problems in domains where data relationships can be multiple levels deep. [...] As you continue to add degrees, the query becomes increasingly unwieldy, harder to maintain, and less performant.

Graph databases, like Neo4j, handle these sorts of needs perfectly. There wasn't an official PHP interface for it, so he decided to create his own that worked with the REST interface the database provides. He includes a few code snippets showing how to connect and make a few requests - setting properties on objects, relating objects to one another and making queries that follow the paths from user to user and return them as a simple array.

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


blog comments powered by Disqus

Similar Posts

Jacob Santos' Blog: PHP Blackjack

Joshua Thijssen's Blog: Password hashing and salting

Vid Luther's Blog: Installing the PHP SSH2 extension in Snow Leopard (10.6)

Zend Developer Zone: PHP DOM XML extension encoding processing

Jim Plush\'s Blog: My-Bic Ajax Framework Video Tutorials Online


Community Events











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


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

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