Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use elasticsearch-py to communicate with elasticsearch #37

Open
akscram opened this issue Dec 6, 2016 · 1 comment
Open

Use elasticsearch-py to communicate with elasticsearch #37

akscram opened this issue Dec 6, 2016 · 1 comment

Comments

@akscram
Copy link
Contributor

akscram commented Dec 6, 2016

The native client provides some benefits for us and requests does not, so let's use elasticsearch.

@akscram
Copy link
Contributor Author

akscram commented Dec 6, 2016

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.

teferi added a commit that referenced this issue Dec 16, 2016
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
teferi added a commit that referenced this issue Dec 16, 2016
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant