網(wǎng)站做微信接口嗎在線葡京在線葡京
簡(jiǎn)介
milvusmetagui是一款用來(lái)對(duì)milvus的元數(shù)據(jù)進(jìn)行解析的工具,milvus的元數(shù)據(jù)存儲(chǔ)在etcd上,而且經(jīng)過(guò)了序列化,通過(guò)etcd-manager這樣的工具來(lái)查看是一堆二進(jìn)制亂碼,因此開(kāi)發(fā)了這個(gè)工具對(duì)value進(jìn)行反序列化解析。
在這里為了方便交流,建立了一個(gè)q群:937787074
項(xiàng)目地址:
https://github.com/melodyfx/milvusmetagui/
使用
1.解析database
通過(guò)etcd-manager工具搜索database/db-info
可以列出milvus中的數(shù)據(jù)庫(kù)。
取其中一個(gè),例如by-dev/meta/root-coord/database/db-info/1
2.解析collection
通過(guò)etcd-manager工具搜索database/collection-info
可以列出milvus中的collection。
取其中一個(gè),例如by-dev/meta/root-coord/database/collection-info/1/449952137045880999
3.解析fields
通過(guò)etcd-manager工具搜索root-coord/fields
可以列出milvus中的field。
取其中一個(gè),例如by-dev/meta/root-coord/fields/449952137045880999/102
4.解析field-index
通過(guò)etcd-manager工具搜索field-index
可以列出milvus中的field-index。
取其中一個(gè),例如by-dev/meta/field-index/449952137045880999/449952137045881004
5.解析segment-index
通過(guò)etcd-manager工具搜索segment-index
可以列出milvus中的segment-index。
取其中一個(gè),例如by-dev/meta/segment-index/449952137045880999/449952137045881000/449952137046086601/449952137047289214
6.解析partition
通過(guò)etcd-manager工具搜索root-coord/partitions
可以列出milvus中的partition。
取其中一個(gè),例如by-dev/meta/segment-index/449952137045880999/449952137045881000/449952137046086601/449952137047289214