Contents

elasticsearch 8.13.0

0

Python client for Elasticsearch

Python client for Elasticsearch

Stars: 4133, Watchers: 4133, Forks: 1167, Open Issues: 63

The elastic/elasticsearch-py repo was created 10 years ago and the last code push was 3 days ago.
The project is very popular with an impressive 4133 github stars!

How to Install elasticsearch

You can install elasticsearch using pip

pip install elasticsearch

or add it to a project with poetry

poetry add elasticsearch

Package Details

Author
Elastic Client Library Maintainers
License
Apache-2.0
Homepage
https://github.com/elastic/elasticsearch-py
PyPi:
https://pypi.org/project/elasticsearch/
Documentation:
https://elasticsearch-py.readthedocs.io
GitHub Repo:
https://github.com/elastic/elasticsearch-py

Classifiers

No  elasticsearch  pypi packages just yet.

Errors

A list of common elasticsearch errors.

Code Examples

Here are some elasticsearch code examples and snippets.

GitHub Issues

The elasticsearch package has 63 open issues on GitHub

  • Builds timing out in Jenkins
  • Document that percent-encoding is done automatically for parameters
  • Date format yyyy-MM-dd HH:mm:ss.SSSSSSZ doesn't work as expected?
  • [Security] Workflow ci.yml is using vulnerable action actions/checkout
  • [7.16] Using reserved keywords within the scan helper results in errors
  • Deprecation warnings in 7.15.0 pre-releases

See more issues on GitHub

Related Packages & Articles

httpie 3.2.2

The httpie Python package is a user-friendly command-line HTTP client for the API era. It aims to simplify the interaction with web services from the command line, making it an excellent tool for testing, debugging, and interacting with APIs and HTTP servers. httpie provides a range of features, including expressive syntax, colorized output, built-in JSON support, and the ability to handle forms and file uploads. This package is a key tool in the realm of Web Development and API Testing.