Skip to content

opensearch-project/opensearch-sdk-py

OpenSearch Python SDK

tests codecov

The experimental OpenSearch Python SDK enables you to implement Extensions that provide additional functionality to OpenSearch by registering that functionality through a set of extension points.

When OpenSearch functionality is provided by a REST API, Extensions will use the OpenSearch Python Client to implement it. However, when REST APIs do not provide this information, its binary transport protocol is used. That protocol is implemented in this SDK. Unlike the OpenSearch Java SDK the Python implementation reimplements the protocol in pure python.

See samples/hello to get started.

Developing

See DEVELOPER_GUIDE for implementation details.

Copyright and License

See LICENSE