You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also, the current implementation supports only one elasticsearch host for establishing connections. In our architecture there are one or more (1 or 3) elasticsearch endpoints which are for services and they on their own handle re-connections. It is what elasticsearch-py provides out of the box.
This commit renames mapping.es.py to storage.py to unify things with
other projects. This also adds initial usage of elasticsearch library
client and expands config to allow old and new code to coexist.
Closes#42
Related #37
This commit renames mapping.es.py to storage.py to unify things with
other projects. This also adds initial usage of elasticsearch library
client and expands config to allow old and new code to coexist.
Closes#42
Related #37
The native client provides some benefits for us and requests does not, so let's use elasticsearch.
The text was updated successfully, but these errors were encountered: