Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can ElasticSearch be packaged locally with Electron?

I'm exploring building an Electron desktop app that would be powered by ElasticSearch running on the client. Is this possible, and if so, how can it be done?

like image 736
AnApprentice Avatar asked Jun 25 '16 18:06

AnApprentice


1 Answers

Depending on interpretation, there are two possible answers to your question:

If you want to implement an elasticsearch library that enables the use of elasticsearch from within electron, try elasticsearch.js.

If you want to implement local offline search within a client, try using either lunr.js, or its weird but loveable cousin, elasticlunr.

like image 98
Jens Habegger Avatar answered Sep 18 '22 14:09

Jens Habegger