Skip to main content

CEDA elasticsearch client

Project description

# A CEDA elastic search client

Just a layer over the elasticsearch lib with the CEDA elastic search config baked in.

` >>> from ceda_es_client import CEDAElasticsearchClient >>> es = CEDAElasticsearchClient() >>> es.search(index="fbi-2022", ... `

If you need to add an API key

` >>> from ceda_es_client import CEDAElasticsearchClient >>> es = CEDAElasticsearchClient(api_key=MYAPIKEY) >>> es.index(index="myindex", id=10, document=... `

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

ceda-elasticsearch-client-0.0.1.tar.gz (3.7 kB view hashes)

Uploaded Source

Built Distribution

Supported by

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