Bloodhound is great when an application heavily depends on elasticsearch, especially for the search aspect, but there is a cost:
(1) Building Bloodhound is really slow (I'm not sure I ever understood why)
(2) It's a slow moving project whos dependencies dont update very often
Right now I'm unable to upgrade to a recent LTS in a larger project because of bloodhound deps, and on a brief investigation tells me that this library is not really using it in any complicated way (just for index management and posting documents). Would you be willing to replace bloodhound with a little tiny client library? I would volunteer to post an outline and do the work, since I have already had to do this in another project for similar reasons.
Bloodhound is great when an application heavily depends on elasticsearch, especially for the search aspect, but there is a cost:
(1) Building Bloodhound is really slow (I'm not sure I ever understood why)
(2) It's a slow moving project whos dependencies dont update very often
Right now I'm unable to upgrade to a recent LTS in a larger project because of bloodhound deps, and on a brief investigation tells me that this library is not really using it in any complicated way (just for index management and posting documents). Would you be willing to replace bloodhound with a little tiny client library? I would volunteer to post an outline and do the work, since I have already had to do this in another project for similar reasons.