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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file ceda-elasticsearch-client-0.0.1.tar.gz
.
File metadata
- Download URL: ceda-elasticsearch-client-0.0.1.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 59baf56d19e7966f86993f4908ad5a8f92a52f79d0afb2fedbe1cb8cc561cb85 |
|
MD5 | 3e170a5b3b2e71c96955535df6d6fed1 |
|
BLAKE2b-256 | 6ada86cd3d3c3fc9ed9cc5a9118dcb93f0d53a050687277cd3b3cb9c3955dc32 |
File details
Details for the file ceda_elasticsearch_client-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: ceda_elasticsearch_client-0.0.1-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 50f036cb7daac5b60a89694bcc5d51c50f00058007725e7d93b47796a5c00e75 |
|
MD5 | 06b0014e0c0588b8dba8aeb54e39ce02 |
|
BLAKE2b-256 | 41ccc756510d6b5819b289256642aa9095eb69226252fe07682072f14e647ed1 |