Skip to content

Commit 0e148f2

Browse files
committed
Populate clients page
1 parent 720e159 commit 0e148f2

File tree

1 file changed

+31
-5
lines changed

1 file changed

+31
-5
lines changed

solutions/search/site-or-app/clients.md

Lines changed: 31 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,37 @@ applies:
77
serverless:
88
---
99

10-
# Clients
10+
# Client libraries [elasticsearch-clients]
11+
12+
## Official client libraries
13+
14+
{{es}} provides official client libraries for popular programming languages. These libraries simplify the process of interacting with your {{es}} deployment.
15+
16+
- [Go](asciidocalypse://go-elasticsearch/docs/reference/elasticsearch/elasticsearch-client-go-api.md)
17+
- [Java](asciidocalypse://elasticsearch-java/docs/reference/elasticsearch/elasticsearch-client-java-api-client.md)
18+
- [JavaScript](asciidocalypse://elasticsearch-js/docs/reference/elasticsearch/elasticsearch-client-javascript-api.md)
19+
- [.NET](asciidocalypse://elasticsearch-net/docs/reference/elasticsearch/elasticsearch-client-net-api.md)
20+
- [PHP](asciidocalypse://elasticsearch-php/docs/reference/elasticsearch/elasticsearch-client-php-api.md)
21+
- [Python](asciidocalypse://elasticsearch-py/docs/reference/elasticsearch/elasticsearch-client-python-api.md)
22+
- [Eland](asciidocalypse://eland/docs/reference/elasticsearch/elasticsearch-client-eland.md) (Python client and toolkit for DataFrames and machine learning)
23+
- [Ruby](asciidocalypse://elasticsearch-ruby/docs/reference/elasticsearch/elasticsearch-client-ruby-api.md)
24+
- [Rust](asciidocalypse://elasticsearch-rs/docs/reference/elasticsearch/elasticsearch-client-rust-api.md)
25+
26+
## Community-contributed client libraries
27+
28+
In addition to official clients, the Elastic community has contributed libraries for other programming languages.
29+
30+
- [Community-contributed clients](asciidocalypse://elasticsearch/docs/reference/community-contributed.md)
31+
32+
::::{tip}
33+
Learn how to [connect to your {{es}} endpoint](/solutions/search/search-connection-details.md).
34+
::::
35+
36+
37+
38+
39+
40+
1141

12-
% What needs to be done: Refine
1342

14-
% Use migrated content from existing pages that map to this page:
1543

16-
% - [ ] https://www.elastic.co/guide/en/elasticsearch/client/index.html
17-
% - [ ] ./raw-migrated-files/docs-content/serverless/elasticsearch-clients.md

0 commit comments

Comments
 (0)