Skip to main content

Python SDK for Elasticsearch

Project description

Pypi Wheel Build Status Codecov Code Climate

Python SDK for Elasticsearch

Installation

Install from Pypi.

pip install elastic-sdk

Quick start

Client

>>> import elastic_sdk
>>> client = elastic_sdk.Client(index_name='defocus', hostnames=['elastic:9200'])

Queries

>>> client.q(user__username='me')

Tests

make test

Supported by

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