摘要: 最近在参与一个基于Elasticsearch作为底层数据框架提供大数据量(亿级)的实时统计查询的方案设计工作,花了些时间学习Elasticsearch的基础理论知识,整理了一下,希望能对Elasticsearch感兴趣/想了解的同学有所帮助。 同时也希望有发现内容不正确或者有疑问的地方,望指明,一起 阅读全文
posted @ 2019-06-03 16:42 是谁扭曲了时空 阅读(315) 评论(0) 推荐(0) 编辑
摘要: 首先,我们还是通过spring initializr来新建三个项目。一个zipkin service。另外两个是普通的业务应用,分别叫service和client。 zipkin service client service 如上我们引入了web 、zipkin client两个依赖。 新建zipk 阅读全文
posted @ 2019-06-03 16:24 是谁扭曲了时空 阅读(493) 评论(0) 推荐(0) 编辑
摘要: 安装 brew install rabbitmq 目录 cd /usr/local/Cellar/rabbitmq/3.7.4/sbin 插件 sudo ./rabbitmq-plugins enable rabbitmq_management 启动 ./rabbitmq-server 管理界面 h 阅读全文
posted @ 2019-06-03 11:26 是谁扭曲了时空 阅读(325) 评论(0) 推荐(0) 编辑