{"id":28477116,"url":"https://github.com/milvus-io/birdwatcher","last_synced_at":"2025-07-01T02:34:45.898Z","repository":{"id":43640335,"uuid":"510182286","full_name":"milvus-io/birdwatcher","owner":"milvus-io","description":null,"archived":false,"fork":false,"pushed_at":"2025-06-05T02:18:25.000Z","size":4043,"stargazers_count":53,"open_issues_count":29,"forks_count":42,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-06-07T15:49:06.912Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/milvus-io.png","metadata":{"files":{"readme":"README.md","changelog":"history/history.go","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":"2022-07-04T02:05:07.000Z","updated_at":"2025-06-05T02:18:27.000Z","dependencies_parsed_at":"2023-02-16T04:45:59.463Z","dependency_job_id":"65af5c48-cbd9-4b4c-9b6d-7e61282c27d1","html_url":"https://github.com/milvus-io/birdwatcher","commit_stats":{"total_commits":183,"total_committers":26,"mean_commits":7.038461538461538,"dds":0.2622950819672131,"last_synced_commit":"a7849c9f5bda18ba2035d3536d76b5ab66b07b33"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/milvus-io/birdwatcher","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/milvus-io%2Fbirdwatcher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/milvus-io%2Fbirdwatcher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/milvus-io%2Fbirdwatcher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/milvus-io%2Fbirdwatcher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/milvus-io","download_url":"https://codeload.github.com/milvus-io/birdwatcher/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/milvus-io%2Fbirdwatcher/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262884174,"owners_count":23379345,"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":[],"created_at":"2025-06-07T15:40:43.549Z","updated_at":"2025-07-01T02:34:45.862Z","avatar_url":"https://github.com/milvus-io.png","language":"Go","funding_links":[],"categories":["Data Integration \u0026 Migration"],"sub_categories":[],"readme":"# Birdwatcher\n\n[![linter status](https://github.com/milvus-io/birdwatcher/workflows/golangci-lint/badge.svg)](https://github.com/milvus-io/birdwatcher/actions/workflows/golangci-lint.yml?query=branch%3Amain+)\n\nA debug tool for Milvus 2.0 or later. This tool connects to etcd and inspects some status of the Milvus system.\n\n## Get Started\n\n### Prerequisite\ngo 1.18 or higher \n\n### Install birdwatcher\n\ndownload source and run with go command\n\n```shell\ngit clone https://github.com/milvus-io/birdwatcher\ncd birdwatcher\ngo install\n```\n\ntips: [As JimB notice in comments](https://stackoverflow.com/questions/69807151/go-install-github-com-dmacvicar-terraform-provider-libvirtlatest-shows-error):\n\n\u003e If there are replace or exclude directives in the module, the correct installation method is to clone the source and install it.\n\n## How to use\n\n### connect to etcd \n\n\u003cimg alt=\"connect to etcd\" src=\"./docs/images/connect.gif\" width=\"600\" /\u003e\n\n```shell\n❯ birdwatcher\n# execute connect command, using default config, equal to connect --etcd localhost:2379 --rootPath by-dev\nOffline: connect \nUsing meta path: by-dev/meta/\n✔ Milvus(by-dev): show collection\n...\n```\n\n### connect to remote instance etcd with other basePath\n\n```shell\n❯ birdwatcher\nOffline: connect --etcd [ip]:[port] --rootPath instanceName\nUsing meta path: instanceName/meta/\n✔ Milvus(instanceName): \n\n```\n\n### inspect some meta\n\n\n\u003cimg alt=\"inspect meta\" src=\"./docs/images/show.gif\" width=\"600\" /\u003e\n\n```\nMilvus(by-dev): show collections\n================================================================================\nCollection ID: 434393323906469185\tCollection Name:gosdk_index_example\nPartitions:\n - Partition ID:434393323906469186\tPartition Name:_default\nFields:\n - Field ID: 0 \t Field Name: RowID \t Field Type: Int64\n - Field ID: 1 \t Field Name: Timestamp \t Field Type: Int64\n - Field ID: 100 \t Field Name: ID \t Field Type: Int64\n\t - Primary Key, AutoID: false\n - Field ID: 101 \t Field Name: Year \t Field Type: Int32\n - Field ID: 102 \t Field Name: Vector \t Field Type: FloatVector\n\t - Type Param dim: 8\nConsistency Level: Strong\n✔ Milvus(by-dev): █\n```\n\n### backup etcd\n\n\n\u003cimg alt=\"inspect meta\" src=\"./docs/images/backup.gif\" width=\"600\" /\u003e\n\n```\nMilvus(by-dev): backup\nfound 37 keys, at revision 533816, starting backup...\nBacking up ... 100%(37/37)\nbackup etcd for prefix by-dev/meta done, stored in file: bw_etcd_ALL.220707-152246.bak.gz\n```\n\n### help\n\nAnd use `help` command to check other commands.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmilvus-io%2Fbirdwatcher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmilvus-io%2Fbirdwatcher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmilvus-io%2Fbirdwatcher/lists"}