{"id":25821131,"url":"https://github.com/stretchy/stretchy","last_synced_at":"2025-02-28T10:28:41.995Z","repository":{"id":38346795,"uuid":"261975087","full_name":"stretchy/stretchy","owner":"stretchy","description":"Elasticsearch migration tool","archived":false,"fork":false,"pushed_at":"2023-10-06T19:09:16.000Z","size":163,"stargazers_count":22,"open_issues_count":2,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-06-19T05:37:51.743Z","etag":null,"topics":["elasticsearch","go","golang","index","management","migration-tool"],"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/stretchy.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":"2020-05-07T07:02:52.000Z","updated_at":"2024-02-23T10:19:38.000Z","dependencies_parsed_at":"2024-06-19T05:17:22.266Z","dependency_job_id":"fd355022-fb0c-49c0-8479-325ca4a7356b","html_url":"https://github.com/stretchy/stretchy","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stretchy%2Fstretchy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stretchy%2Fstretchy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stretchy%2Fstretchy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stretchy%2Fstretchy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stretchy","download_url":"https://codeload.github.com/stretchy/stretchy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241137988,"owners_count":19916237,"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","index","management","migration-tool"],"created_at":"2025-02-28T10:28:40.856Z","updated_at":"2025-02-28T10:28:41.976Z","avatar_url":"https://github.com/stretchy.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Stretchy\n![CI](https://github.com/stretchy/stretchy/workflows/CI/badge.svg)\n[![codecov](https://codecov.io/gh/stretchy/stretchy/branch/master/graph/badge.svg)](https://codecov.io/gh/stretchy/stretchy)\n\nStretchy is an elasticsearch manager. It's main feature is zero-down-time remapping of data.\n\n## Notice :warning:\nCurrently under development\n\n## Compatibility\n - Elasticsearch 6.x\n - Elasticsearch 7.x\n \n## Features\n - Zero-down time remapping of an index (including data-transfer)\n - Initialize indices based on config files\n - Show and compare mapping configurations\n\n## Index and Mapping Configuration\nFor stretchy to work, your configuration needs to be defined in JSON or YAML format.\nEach file should contain a valid structure for index creation (https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-create-index.html).\nThe name of the file will be used as the base alias name.\n\n## Usage\n\n```bash\nstretchy apply --elasticsearch-host=http://localhost:9200 \\\n    --index-prefix=stretchy \\ # A prefix that will be applied on each index and alias\n    --path=./configs \\ # Path where to search for configurations file\n    --format=yaml \\ # Format of the configurations file\n    --enable-soft-update \\ # Allows inplace remapping\n    --dry-run # Do not apply changes\n```\n\n## Examples\n\n[Some examples can be found here](examples)\n\n## Road to v1\n - [ ] Refactor [configuration](pkg/configuration) package\n - [ ] Create a configuration file based on an existing index\n - [ ] Add metadata on indexes created with stretchy and keep only X old index versions (should be configurable)\n - [ ] Move [utils](pkg/utils) out from this project\n - [ ] Enrich documentation and examples\n - [ ] Create a new repo for homebrew's release\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstretchy%2Fstretchy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstretchy%2Fstretchy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstretchy%2Fstretchy/lists"}