Skip to content

Mysql to elasticsearch sync tool. Mysql批量导入Elasticsearch工具。

License

Notifications You must be signed in to change notification settings

BenDerPan/MYES.Sync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MYES.Sync

Mysql to elasticsearch sync tool. Mysql批量导入Elasticsearch工具。

Config File (myes.yaml) / 配置参数

MySqlConnectionString: server=localhost;port=3306;uid=test;pwd=test;charset=utf8;sslmode=none;
SyncDatabases: []
IgnoreDatabases: []
ElasticSearchUris: ["https://localhost:9200"]
IndexPrefix: index
NumberOfReplicas: 1
NumberOfShards: 3

About

Mysql to elasticsearch sync tool. Mysql批量导入Elasticsearch工具。

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages