elastic / elasticsearch-py

Official Python client for Elasticsearch
https://ela.st/es-python
Apache License 2.0
4.17k stars 1.17k forks source link

[DOCS] Adds ES|QL and Pandas section to the Integrations section #2585

Closed szabosteve closed 1 month ago

szabosteve commented 1 month ago

Overview

This PR adds an ES|QL and Pandas section to the Integrations page. The content is based on this blog published on Search Labs. The examples remain the same, the style of the explanatory text is adjusted slightly to be in line with the documentation style (less conversational).

I also added the index mapping request and the bulk ingest request behind closed collapsible sections, so users don't need to leave the page. @pquentin @marciw if you think it's better to exclude the requests, let me know. We can also add the content as a subpage of the Integrations page if we think it's better.

Preview

Integrations

github-actions[bot] commented 1 month ago

A documentation preview will be available soon.

Request a new doc build by commenting * Rebuild this PR: `run docs-build` * Rebuild this PR and all Elastic docs: `run docs-build rebuild` `run docs-build` is much faster than `run docs-build rebuild`. A `rebuild` should only be needed in rare situations. If your PR continues to fail for an unknown reason, the doc build pipeline may be broken. Elastic employees can check the pipeline status [here](https://buildkite.com/elastic/docs-build).
szabosteve commented 1 month ago

@pquentin I agree. I moved the content to a subpage under Integrations in my latest commits.

pquentin commented 1 month ago

Thanks for iterating @szabosteve and for the previous help @marciw! This is great.