{"id":15138557,"url":"https://github.com/reactiverse/elasticsearch-client","last_synced_at":"2025-10-23T15:30:26.493Z","repository":{"id":49448775,"uuid":"162969200","full_name":"reactiverse/elasticsearch-client","owner":"reactiverse","description":" This client exposes the Elasticsearch Java High Level REST Client for Eclipse Vert.x applications.","archived":false,"fork":false,"pushed_at":"2023-08-22T10:11:32.000Z","size":216,"stargazers_count":39,"open_issues_count":5,"forks_count":9,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-01-30T19:08:14.153Z","etag":null,"topics":["client","elasticsearch","reactive","vertx"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/reactiverse.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-12-24T08:35:49.000Z","updated_at":"2025-01-21T20:35:40.000Z","dependencies_parsed_at":"2024-09-16T12:48:33.941Z","dependency_job_id":null,"html_url":"https://github.com/reactiverse/elasticsearch-client","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reactiverse%2Felasticsearch-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reactiverse%2Felasticsearch-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reactiverse%2Felasticsearch-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reactiverse%2Felasticsearch-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/reactiverse","download_url":"https://codeload.github.com/reactiverse/elasticsearch-client/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237843829,"owners_count":19375210,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["client","elasticsearch","reactive","vertx"],"created_at":"2024-09-26T07:41:22.252Z","updated_at":"2025-10-23T15:30:26.112Z","avatar_url":"https://github.com/reactiverse.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# An Elasticsearch client for Eclipse Vert.x\n\n[![Build Status](https://travis-ci.org/reactiverse/elasticsearch-client.svg?branch=master)](https://travis-ci.org/reactiverse/elasticsearch-client)\n\nThis client exposes the [Elasticsearch Java High Level REST Client](https://www.elastic.co/guide/en/elasticsearch/client/java-rest/master/java-rest-high.html) for [Eclipse Vert.x](https://vertx.io/) applications.\n\n## Overview\n\nThis client is based on automatically generated shims using a source-to-source transformation from the client source code.\n\nThe generated shims ensure that asynchronous event processing respect the Vert.x threading model.\n\n## Usage\n\nThe following modules can be used:\n\n* `elasticsearch-client`: a classic Vert.x API based on callbacks and Vert.x 4.1.0\n* `elasticsearch-client-mutiny`: a [Mutiny](https://smallrye.io/smallrye-mutiny/) API of the client\n* `elasticsearch-client-rxjava2`: a RxJava 2 API of the client\n* `elasticsearch-client-rxjava3`: a RxJava 3 API of the client\n\nThe Maven `groupId` is `io.reactiverse`.\n\n## Sample usage\n\nHere is a sample usage of the RxJava 2 API where an index request is followed by a get request:\n\n```java\nString yo = \"{\\\"foo\\\": \\\"bar\\\"}\";\nIndexRequest req = new IndexRequest(\"posts\", \"_doc\", \"1\").source(yo, XContentType.JSON);\nclient\n  .rxIndexAsync(req, RequestOptions.DEFAULT)\n  .flatMap(resp -\u003e client.rxGetAsync(new GetRequest(\"posts\", \"_all\", \"1\"), RequestOptions.DEFAULT))\n  .subscribe(resp -\u003e {\n    // Handle the response here\n  });\n```\n\n## Legal\n\nOriginally developped by [Julien Ponge](https://julien.ponge.org/).\n\n    Copyright 2018 Red Hat, Inc.\n\n    Licensed under the Apache License, Version 2.0 (the \"License\");\n    you may not use this file except in compliance with the License.\n    You may obtain a copy of the License at\n\n        http://www.apache.org/licenses/LICENSE-2.0\n\n    Unless required by applicable law or agreed to in writing, software\n    distributed under the License is distributed on an \"AS IS\" BASIS,\n    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n    See the License for the specific language governing permissions and\n    limitations under the License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freactiverse%2Felasticsearch-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freactiverse%2Felasticsearch-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freactiverse%2Felasticsearch-client/lists"}