Skip to content

Commit

Permalink
Add clients section for python clients (#80)
Browse files Browse the repository at this point in the history
Co-authored-by: Stephen <shutch190@gmail.com>
  • Loading branch information
surfer190 and Stephen committed Jul 29, 2022
1 parent 380d1d8 commit db384c2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Expand Up @@ -44,7 +44,12 @@


## Elasticsearch developer tools and utilities


### Clients

* [Python Elasticsearch Client](https://elasticsearch-py.readthedocs.io/en/latest/) - Official low-level elasticsearch client for python
* [Elasticsearch DSL](https://elasticsearch-dsl.readthedocs.io/en/latest/) - High-level python client for Elasticsearch

### Development and debugging
* [Sense (from Elastic)](https://github.com/elastic/sense/#sense) A JSON aware developer console to Elasticsearch; official and very powerful
* [ES-mode](https://github.com/dakrone/es-mode) An Emacs major mode for interacting with Elasticsearch (similar to Sense)
Expand Down

0 comments on commit db384c2

Please sign in to comment.