Skip to main content

Python client for Elasticsearch Serverless

Project description

https://img.shields.io/pypi/v/elasticsearch-serverless https://img.shields.io/conda/vn/conda-forge/elasticsearch-serverless?color=blue https://static.pepy.tech/badge/elasticsearch-serverless https://clients-ci.elastic.co/job/elastic+elasticsearch-serverless-python+main/badge/icon https://readthedocs.org/projects/elasticsearch-serverless-python/badge/?version=latest&style=flat

The official Python client for Elasticsearch Serverless.

Features

  • Translating basic Python data types to and from JSON

  • Configurable automatic discovery of cluster nodes

  • Persistent connections

  • Load balancing (with pluggable selection strategy) across available nodes

  • Failed connection penalization (time based - failed connections won’t be retried until a timeout is reached)

  • Support for TLS and HTTP authentication

  • Thread safety across requests

  • Pluggable architecture

  • Helper functions for idiomatically using APIs together

Installation

Install the elasticsearch-serverless package with pip:

$ python -m pip install elasticsearch-serverless

If your application uses async/await in Python you can install with the async extra:

$ python -m pip install elasticsearch-serverless[async]

Read more about how to use asyncio with this project.

Compatibility

TODO

Documentation

Documentation for the client is available on elastic.co and Read the Docs.

Quick Start

# Import the client from the 'elasticsearch' module
>>> from elasticsearch_serverless import Elasticsearch

# Instantiate a client instance
>>> client = Elasticsearch("http://localhost:9200")

# Call an API, in this example `info()`
>>> resp = client.info()

# View the result
>>> resp
{
  "name" : "instance-name",
  "cluster_name" : "cluster-name",
  "cluster_uuid" : "cluster-uuid",
  "version" : {
    "number" : "7.14.0",
    ...
  },
  "tagline" : "You know, for Search"
}

You can read more about configuring the client in the documentation.

License

Copyright 2023 Elasticsearch B.V. Licensed under the Apache License, Version 2.0.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

elasticsearch_serverless-0.7.0.20231031.tar.gz (266.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

File details

Details for the file elasticsearch_serverless-0.7.0.20231031.tar.gz.

File metadata

File hashes

Hashes for elasticsearch_serverless-0.7.0.20231031.tar.gz
Algorithm Hash digest
SHA256 1411605db5ebb1117de36789664f0d44858c0984d48525e85d4dc07a615ea3ed
MD5 1f49fc09ced391be88a3987df38e771e
BLAKE2b-256 945171af4c892f6ae7c38efe48723eff9c2aebcbfd2d56a21050dea59e40f59f

See more details on using hashes here.

File details

Details for the file elasticsearch_serverless-0.7.0.20231031-py3-none-any.whl.

File metadata

File hashes

Hashes for elasticsearch_serverless-0.7.0.20231031-py3-none-any.whl
Algorithm Hash digest
SHA256 6963c0327e46d7b68f5d3fda806b958d779a6641e2758107172e3c81c63a3c3c
MD5 1c7618c63e4575c1866f1efbebed0d9a
BLAKE2b-256 42a224fd94c65028c75c360c3baee8a259652a2ea0dbe8bfd2406de8304ce995

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page