網(wǎng)站做微信接口嗎在線葡京在線葡京
簡介
milvusmetagui是一款用來對milvus的元數(shù)據(jù)進行解析的工具,milvus的元數(shù)據(jù)存儲在etcd上,而且經(jīng)過了序列化,通過etcd-manager這樣的工具來查看是一堆二進制亂碼,因此開發(fā)了這個工具對value進行反序列化解析。
在這里為了方便交流,建立了一個q群:937787074
項目地址:
https://github.com/melodyfx/milvusmetagui/
使用
1.解析database
通過etcd-manager工具搜索database/db-info
可以列出milvus中的數(shù)據(jù)庫。
取其中一個,例如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