{"id":24813594,"url":"https://github.com/satendrakumar/es-java-client-sample","last_synced_at":"2025-10-13T17:30:59.803Z","repository":{"id":77061601,"uuid":"58274727","full_name":"satendrakumar/es-java-client-sample","owner":"satendrakumar","description":"This is Maven project. It describes Basic CRUD operation on ElasticSearch using java transport client.","archived":false,"fork":false,"pushed_at":"2018-09-29T04:20:37.000Z","size":9,"stargazers_count":6,"open_issues_count":0,"forks_count":19,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-06T14:07:10.387Z","etag":null,"topics":["curd-operation-api-example","elasticsearch","elasticsearch-client","java-8","maven"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/satendrakumar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2016-05-07T16:37:02.000Z","updated_at":"2022-02-01T06:40:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"461c4f2b-11e2-4776-a1a1-0f3ee6d27545","html_url":"https://github.com/satendrakumar/es-java-client-sample","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/satendrakumar/es-java-client-sample","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/satendrakumar%2Fes-java-client-sample","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/satendrakumar%2Fes-java-client-sample/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/satendrakumar%2Fes-java-client-sample/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/satendrakumar%2Fes-java-client-sample/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/satendrakumar","download_url":"https://codeload.github.com/satendrakumar/es-java-client-sample/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/satendrakumar%2Fes-java-client-sample/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279016291,"owners_count":26085828,"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","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["curd-operation-api-example","elasticsearch","elasticsearch-client","java-8","maven"],"created_at":"2025-01-30T15:50:51.117Z","updated_at":"2025-10-13T17:30:59.778Z","avatar_url":"https://github.com/satendrakumar.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# es-java-client-sample\n Prerequisite : Java 8 and Later version \n\n### Start ElasticSearch\n1) Download elasticsearch from [here](https://www.elastic.co/downloads/elasticsearch)   \n2) Extract downloaded elasticsearch     \n3) cd elasticsearch-X.X.X       \n4) $ bin/elasticsearch     \n\n### Insert data into elasticsearch\n     $ curl -H \"Content-Type:application/json\" -XPOST localhost:9200/test/tweet   -d '{\"name\":\"Satendra\", \"job\":\"consultant\" , \"location\":\"India\", \"age\":28}'\n     $ curl -H \"Content-Type:application/json\" -XPOST localhost:9200/test/tweet   -d '{\"name\":\"Rohit\", \"job\":\"consultant\" , \"location\":\"India\", \"age\":22}'\n     $ curl -H \"Content-Type:application/json\" -XPOST localhost:9200/test/tweet   -d '{\"name\":\"Mohit\", \"job\":\"consultant\" , \"location\":\"India\", \"age\":25}'\n \n\n### Run project \n    $ mvn package\n    $ mvn exec:java -Dexec.mainClass=\"com.es.app.ESApp\"\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsatendrakumar%2Fes-java-client-sample","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsatendrakumar%2Fes-java-client-sample","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsatendrakumar%2Fes-java-client-sample/lists"}