基本概念
操作索引
ES中访问数据的模式:
1 | <HTTP Verb>/<Index>/<Endpoint>/<ID> |
1 | <!-- 创建索引 --> |
修改数据
探索数据
- Elasticsearch权威指南,赵建亭,清华大学出版,978-7-302-56594-9
坚守 无畏 宽容 进取
ES中访问数据的模式:
1 | <HTTP Verb>/<Index>/<Endpoint>/<ID> |
1 | <!-- 创建索引 --> |
1 | [root@pseudo-cluster ~]# cat /etc/redhat-release |
1 | [root@localhost ~]# yum list installed | grep mysql |
1 | [root@localhost ~]# yum -y remove mysql.x86_64 |
如果系统安装了mariadb,需要移除
1 | [root@localhost ~]# yum list installed |grep mariadb |
1 | [root@localhost ~]# yum list | grep mysql |
示例应用app-samp-foo
,spring-boot项目,主要配置如下:
bootstrap.yml
1 | spring: |
CentOS 7.x 2 核 CPU,4 GB 内存,40 GB 磁盘空间
Docker 19.3.8 +
提前安装好
需要安装socat
& conntrack
1 | yum install -y socat |
参考《Chart开发指南》