News Feed
Jobs Feed
Sections



Recent Jobs

News Archive
feed this:

Richard Miller's Blog:
Symfony2 Integrating elasticsearch
November 28, 2011 @ 11:40:06

Richard Miller has been posting a series of articles to his blog recently that look at integrating the ElasticSearch tool with a Symfony2-based application.

Elasticsearch is built on top of Lucene and indexes data as JSON documents in a similar way to the way MongoDB stores data. This means as with Mongo that it is schemaless and creates fields on the fly. It is queried over HTTP using queries which are themselves defined in JSON. [...] What I want to do is look at how you can avoid having to deal with issuing JSON queries over HTTP from a Symfony2 app and actually get started using elasticsearch in a very simple way.

He uses the Elastica PHP library to do some of the "heavy lifting" in the three posts so far:

0 comments voice your opinion now!
elasticsearch integration symfony2 framework tutorial series




Community Events





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


database language introduction phpunit community release symfony2 interview api podcast voicesoftheelephpant conference opinion testing injection zendframework2 zendframework application framework unittest

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