You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
黄海 b4a043c0b7
'commit'
4 years ago
..
Backup 'commit' 4 years ago
Config commit 4 years ago
MappingAddJson 'commit' 5 years ago
MappingBackupJson 'commit' 5 years ago
MappingCreateJson 'commit' 5 years ago
MappingDefaultJson 'commit' 5 years ago
Shell 'commit' 4 years ago
SyncSql 'commit' 5 years ago
Test 'commit' 4 years ago
Tools 'commit' 5 years ago
Utils 'commit' 4 years ago
README.md 'commit' 5 years ago
go.mod 'commit' 5 years ago
go.sum 'commit' 5 years ago
构建Linux.cmd 'commit' 4 years ago

README.md

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

1、Elasticsearch的索引维护功能集

三者关系

mysql表--->mapping json文件<--->es index mapping

1、mysql--->json 生成表对应的默认创建mapping的json文件。

2、json-----> es index mapping 根据json文件创建es index mapping

3、es index mapping---->json 生成备份的mapping json文件.

2、根据Mysql生成logstatsh的增量同步功能

mysql 表--->生成logstash的同步sql

TODO elasticsearch 修改 mapping https://www.cnblogs.com/ExMan/p/11385931.html

创建index时应使用同义词创建即real_,当前的程序没有采用这种策略。