Created
January 7, 2012 14:18
-
-
Save mindreframer/1574850 to your computer and use it in GitHub Desktop.
Interesting Links for ElasticSearch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MUSTWATCH!!! | |
- http://www.elasticsearch.org/videos/2011/08/09/road-to-a-distributed-searchengine-berlinbuzzwords.html (after 24 min is really great stuff) | |
HADOOP + elastic search: | |
- http://thedatachef.blogspot.com/2011/01/bulk-indexing-with-elasticsearch-and.html | |
CouchDB + ElasticSearch | |
---> very strange idea: CouchDB as SourceOfTruth, ElasticSearch to be the Workhorse.... | |
- http://stackoverflow.com/questions/6636508/elastic-search-as-a-database/6761973#6761973 | |
- https://github.com/elasticsearch/elasticsearch-river-couchdb | |
Query Explained: | |
- http://www.slideshare.net/clintongormley/terms-of-endearment-the-elasticsearch-query-dsl-explained | |
Nginx Config to protect Elastic Search with basic auth: | |
- http://www.slideshare.net/karmi/elastic-search-beyond-ordinary-fulltext-search-webexpo-2011-prague (slide 46) | |
- https://gist.github.com/986390 (the belonging nginx config) | |
Slides: | |
- http://www.slideshare.net/clintongormley/cool-bonsai-cool-an-introduction-to-elasticsearch | |
- http://www.slideshare.net/andreizm/99-problems-but-the-search-aint-one-7069783 | |
- http://www.slideshare.net/jsuchal/elasticsearch-advanced-features-in-practice | |
Software: | |
- http://www.elasticsearch.org/guide/appendix/clients.html | |
Tire: (Ruby integration) --> Slides from the maintainer of tire | |
- http://www.slideshare.net/karmi/ | |
Hey Karel, thanks a for the nginx gist! And all the other stuff you do, really-really fan of your work! :)
Thanks .)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Heya, the Nginx config for elasticsearch is also in this gist, https://gist.github.com/986390