{"id":15287975,"url":"https://github.com/grokify/goelastic","last_synced_at":"2025-05-07T04:21:24.527Z","repository":{"id":22945038,"uuid":"97749711","full_name":"grokify/goelastic","owner":"grokify","description":"Elasticsearch client with JSON API interface in Go.","archived":false,"fork":false,"pushed_at":"2025-04-17T22:09:39.000Z","size":370,"stargazers_count":4,"open_issues_count":2,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-19T18:30:05.015Z","etag":null,"topics":["elasticsearch","go","golang","search-engine"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grokify.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,"zenodo":null}},"created_at":"2017-07-19T18:39:35.000Z","updated_at":"2025-04-10T09:17:47.000Z","dependencies_parsed_at":"2023-01-13T22:29:54.401Z","dependency_job_id":"5a12b534-a651-4926-a081-b46e8d13b60a","html_url":"https://github.com/grokify/goelastic","commit_stats":null,"previous_names":["grokify/elastirad-go"],"tags_count":48,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grokify%2Fgoelastic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grokify%2Fgoelastic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grokify%2Fgoelastic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grokify%2Fgoelastic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grokify","download_url":"https://codeload.github.com/grokify/goelastic/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252811073,"owners_count":21807890,"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":["elasticsearch","go","golang","search-engine"],"created_at":"2024-09-30T15:43:37.904Z","updated_at":"2025-05-07T04:21:24.500Z","avatar_url":"https://github.com/grokify.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GoElastic: A Go Client Wrapper for Elasticsearch\n\n[![Build Status][build-status-svg]][build-status-url]\n[![Lint Status][lint-status-svg]][lint-status-url]\n[![Go Report Card][goreport-svg]][goreport-url]\n[![Docs][docs-godoc-svg]][docs-godoc-url]\n[![License][license-svg]][license-url]\n\nSimple client to query Elasticsearch API using HTTP API documentation.\n\n## Usage\n\nSee the sample code in the [docs folder](docs).\n\nSo far the following example code has been created:\n\n1. Create Index: [Go code](docs/reference/indices-create-index), [ES docs](https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-create-index.html)\n1. Index Docs: [Go code](docs/reference/docs-index), [ES docs](https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-index_.html)\n1. Bool Query: [Go code](docs/reference/query-dsl-bool-query), [ES docs](https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-bool-query.html)\n1. Terms Aggregation: [Go code](docs/reference/search-aggregations-bucket-terms-aggregation), [ES docs](https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-bucket-terms-aggregation.html#search-aggregations-bucket-terms-aggregation)\n\n## References\n\n1. Mapping\n    1. [An Introduction to Elasticsearch Mapping](https://www.elastic.co/blog/found-elasticsearch-mapping-introduction)\n\n [build-status-svg]: https://github.com/grokify/goelastic/actions/workflows/ci.yaml/badge.svg?branch=master\n [build-status-url]: https://github.com/grokify/goelastic/actions/workflows/ci.yaml\n [lint-status-svg]: https://github.com/grokify/goelastic/actions/workflows/lint.yaml/badge.svg?branch=master\n [lint-status-url]: https://github.com/grokify/goelastic/actions/workflows/lint.yaml\n [goreport-svg]: https://goreportcard.com/badge/github.com/grokify/goelastic\n [goreport-url]: https://goreportcard.com/report/github.com/grokify/goelastic\n [docs-godoc-svg]: https://pkg.go.dev/badge/github.com/grokify/goelastic\n [docs-godoc-url]: https://pkg.go.dev/github.com/grokify/goelastic\n [license-svg]: https://img.shields.io/badge/license-MIT-blue.svg\n [license-url]: https://github.com/grokify/goelastic/blob/master/LICENSE","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrokify%2Fgoelastic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgrokify%2Fgoelastic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrokify%2Fgoelastic/lists"}