Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 424 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 424 Bytes

Elasticsearch Python Example

This example uses the elastic library to connect to Elasticsearch, add a document, and read it out again.

Installing Dependencies

pip install elasticsearch

Running The Example

Note: You can find the connection details in the "Overview" tab in the Aiven Console.

./main.py --url https://<user>:<password>@<host>:<port>