Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

loopback connector for ElasticSearch

There are at least two different packages available on npm, loopback-connector-elastic-search and loopback-connector-es. I have not been able to connect my very basic Loopback api to my ES instance, and the sparse documentation on these two connectors is not helping.

Any guidance would be really appreciated on how I can create an API for my app using Loopback and ElasticSearch.

like image 591
punkish Avatar asked May 14 '15 02:05

punkish


1 Answers

Originally loopback-connector-elastic-search was published by drakerian but hasn't been under development since Oct 1st, 2014 if you peek into the commits: https://github.com/drakerian/loopback-connector-elastic-search

loopback-connector-es is a fork from that original effort and is currently under active development so please use that. https://github.com/strongloop-community/loopback-connector-elastic-search

And you'll notice that it is hosted on github under strongloop-community which means it has a future even if the current author (me) gets hit by a truck :)

If even after referring to the instructions here: https://github.com/strongloop-community/loopback-connector-elastic-search#loopback-connector-elastic-search ... you have questions then just jump into the chat room to get some answers: https://gitter.im/strongloop-community/loopback-connector-elastic-search

like image 198
pulkitsinghal Avatar answered Oct 10 '22 22:10

pulkitsinghal