{"id":17168513,"url":"https://github.com/ccojocar/gh2es","last_synced_at":"2025-10-12T20:30:58.779Z","repository":{"id":139972907,"uuid":"235374005","full_name":"ccojocar/gh2es","owner":"ccojocar","description":"Tool to upload the GitHub issues from a repository into an Elasticsearch index","archived":false,"fork":false,"pushed_at":"2024-12-19T10:05:27.000Z","size":16532,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-05T19:34:12.965Z","etag":null,"topics":["elasticsearch","github","issue-tracker","issues","kibana","search"],"latest_commit_sha":null,"homepage":null,"language":"Go","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/ccojocar.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":"2020-01-21T15:23:45.000Z","updated_at":"2024-12-19T10:05:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"8791ee96-b1b2-4feb-90a5-359aabcf9fe8","html_url":"https://github.com/ccojocar/gh2es","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ccojocar/gh2es","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ccojocar%2Fgh2es","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ccojocar%2Fgh2es/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ccojocar%2Fgh2es/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ccojocar%2Fgh2es/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ccojocar","download_url":"https://codeload.github.com/ccojocar/gh2es/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ccojocar%2Fgh2es/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279012800,"owners_count":26085187,"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-12T02:00:06.719Z","response_time":53,"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":["elasticsearch","github","issue-tracker","issues","kibana","search"],"created_at":"2024-10-14T23:12:06.271Z","updated_at":"2025-10-12T20:30:56.598Z","avatar_url":"https://github.com/ccojocar.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gh2es\n\nThis is a tool which allows to upload the issues from a GitHub repository into an Elasticsearch index.\n\n## Installation\n\nYou can install this tool with:\n\n```sh\ngo get -u https://github.com/ccojocar/gh2es\n```\n\n## Usage\n\nThe Elasticsearch index needs to be initialised first. It is recommended to keep one index per GitHub repository. You can achieve this by running the following command:\n\n ```sh\n  gh2es init --endpoint https://\u003celasticserach-addresss\u003e --file=index.json --index=github\n\n ```\n\nThis will create an index which has the name `github` with the properties described in the [index.json](index.json) file.\n\nThe issues can now be synced up from a GitHub repository into the index which has just been created. You can do this by running:\n\n```sh\ngh2es sync --endpoint https://\u003celasticsearch-address\u003e --index=github --organisation=\u003cgithub-org-name\u003e --repository=\u003cgithub-repository\u003e\n```\n\n## GitHub Authentication\n\nThe tools will parse the Github token either from the `GITHUB_TOKEN` environment variable, or from the configuration of the [github/hub](https://github.com/github/hub) tool. This configuration is usually stored into `~/.config/hub` file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fccojocar%2Fgh2es","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fccojocar%2Fgh2es","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fccojocar%2Fgh2es/lists"}