You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

ceda-elasticsearch-client

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ceda-elasticsearch-client

CEDA elasticsearch client

1.0.0
pipPyPI
Maintainers
1

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=...

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts