ElasticSearch
distributed real-time search
and
analytics engine for the cloud
Slide 16
Slide 16 text
real time data
real time analytics
distributed
high availability
multi tenancy
full text search
document oriented conflict management
schema free
restful API
apache 2 open source license
per operation persistence
built on top apache lucene
location = Point(float(longitude), float(latitude))
SearchQuerySet()\
.dwithin('location', location,D(km=10))\
.distance('location',location)\
.order_by('distance')
Search places within 10km and order by distance
Slide 19
Slide 19 text
haystacksearch.org
elasticsearch.org
Further Reading