From the description:
As Honza Kral puts it, “Elasticsearch is a very buzz-word compliant piece of software.” By this he means, it’s open source, it can do REST, JSON, HTTP, it has real time, and even Lucene is somewhere in there. What does this all really mean? Well, simply, Elasticsearch is a distributed data store that’s very good at searching and analyzing data.
Honza, a Python programmer and Django core developer, visits SF Python, to show off what this powerful tool can do. He uses real data to demonstrate how Elasticsearch’s real-time analytics and visualizations tools can help you make sense of your application.
Follow along with Honza’s slides: http://crcl.to/6tdvs
There are clients for ElasticSearch so don’t worry about the deeply nested brackets in the examples. 😉
A very good presentation on exploring data with ElasticSearch.