Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

milvus-channel is a tool that links milvus with other sources, with the vision of building a multi-source, efficient data synchronization tool around milvus.

License

Notifications You must be signed in to change notification settings

feriki/milvus-channel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

milvus-channel

milvus-channels是一个链接milvus和其它源的工具,愿景是围绕milvus构建多源、高效的数据同步工具集。 本工具支持以下功能: 1、将指定milvus集合中的数据同步到指定的文件; 2、将指定文件(文件的数据格式需要满足要求)中的数据同步到指定的milvus集合; 3、将指定milvus集合中的数据同步到另外一个指定的milvus(可同机或异机)集合; 4、将指定milvus集合中的数据同步到clickhouse。

Requirement

本工具要求预先安装JDK8。

Usage

1、复制config.yaml.default文件并重命名为config.yaml,然后按实际填写对应的配置信息。 2、linux环境运行sh run.sh windows环境运行run.bat 如果预置的jvm配置不满足任务要求,请手工修改run.sh或run.bat文件。

Quote and Thanks

https://milvus.io/
https://clickhouse.com/blog/vector-search-clickhouse-p2

TODO list

1、项目目前线程模型为单线程,在后续版本中需要变更为为多线程; 2、修改bug,丰富当前功能; 3、拓展更多的向量库组件

About

milvus-channel is a tool that links milvus with other sources, with the vision of building a multi-source, efficient data synchronization tool around milvus.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages