Maison >développement back-end >tutoriel php >Elasticsearch做站内搜索,索引与mysql数据表同步问题

Elasticsearch做站内搜索,索引与mysql数据表同步问题

WBOY
WBOYoriginal
2016-07-06 13:53:091675parcourir

使用Elasticsearch做站内搜索,后台框架是laravel,所以使用的这个laravel包,"Elasticquent"(https://github.com/elasticquent/Elasticquent),

问题:
假如mysql中有一个artiles表,现在有新的article加入,那么,Elasticsearch的索引怎么自动同步mysql的artiles表中的数据?

回复内容:

使用Elasticsearch做站内搜索,后台框架是laravel,所以使用的这个laravel包,"Elasticquent"(https://github.com/elasticquent/Elasticquent),

问题:
假如mysql中有一个artiles表,现在有新的article加入,那么,Elasticsearch的索引怎么自动同步mysql的artiles表中的数据?

竟然和es.cn上是一样的内容。。。。
那我也粘过来好了

有几种方法,看着选吧:
1.在业务系统里做双写

2.用elasticsearch-jdbc之类的工具来做全量和增量同步

3.用阿里的canal来做数据库binlog->kafka->es的同步,需要开发,而且依赖比较多,小公司选择还是慎重些吧

Déclaration:
Le contenu de cet article est volontairement contribué par les internautes et les droits d'auteur appartiennent à l'auteur original. Ce site n'assume aucune responsabilité légale correspondante. Si vous trouvez un contenu suspecté de plagiat ou de contrefaçon, veuillez contacter admin@php.cn