简介
milvusmetagui是一款用来对milvus的元数据进行解析的工具,milvus的元数据存储在etcd上,而且经过了序列化,通过etcd-manager这样的工具来查看是一堆二进制乱码,因此开发了这个工具对value进行反序列化解析。
在这里为了方便交流,建立了一个q群:937787074
项目地址:
https://github.com/melodyfx/milvusmetagui/
使用
1.解析database
通过etcd-manager工具搜索database/db-info可以列出milvus中的数据库。

取其中一个,例如by-dev/meta/root-coord/database/db-info/1

2.解析collection
通过etcd-manager工具搜索database/collection-info可以列出milvus中的collection。

取其中一个,例如by-dev/meta/root-coord/database/collection-info/1/449952137045880999

3.解析fields
通过etcd-manager工具搜索root-coord/fields可以列出milvus中的field。

取其中一个,例如by-dev/meta/root-coord/fields/449952137045880999/102

4.解析field-index
通过etcd-manager工具搜索field-index可以列出milvus中的field-index。

取其中一个,例如by-dev/meta/field-index/449952137045880999/449952137045881004

5.解析segment-index
通过etcd-manager工具搜索segment-index可以列出milvus中的segment-index。

取其中一个,例如by-dev/meta/segment-index/449952137045880999/449952137045881000/449952137046086601/449952137047289214

6.解析partition
通过etcd-manager工具搜索root-coord/partitions可以列出milvus中的partition。

取其中一个,例如by-dev/meta/segment-index/449952137045880999/449952137045881000/449952137046086601/449952137047289214










![[Linux] 系统的基本架构特点](https://img-blog.csdnimg.cn/direct/421e306c0f70413e85e2a0ca5fa269ed.png)









