Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to implement ElasticSearch in Flask app?

I wrote a Python Flask app and want to integrate ElasticSearch in this for effective search. But there is not tuts/docs available regarding integrating ElasticSearch in flask app..

Please refer any tuts/docs if available? Or any instructions.

Regards

like image 208
uday.blob Avatar asked Nov 24 '13 06:11

uday.blob


1 Answers

Here's a module which extends flask to use ElasticSearch. It's actually just a very thin wrapper around pyelasticsearch, which does all the heavy lifting.

like image 63
VooDooNOFX Avatar answered Oct 24 '22 12:10

VooDooNOFX