09 2021 档案
摘要:简介: es 是一个服务,可以理解为通过api进行交互 可以查看: http://www.ruanyifeng.com/blog/2017/08/elasticsearch.html 基础api介绍 python 实践 https://elasticsearch-py.readthedocs
阅读全文
摘要:创建索引 http://192.168.182.130:9200/s3 PUT s3 索引名称 PUT api 请求方式 body->json { "settings": { "number_of_shards": 5 }, "mappings": { // "_doc":{ "properties
阅读全文
摘要:安装docker wget -qO- https://get.docker.com/ | sh 添加用户到 docker 用户组, 默认会给这个这个组里的用户一些所需的权限 sudo usermod -aG docker shance newGrp docker # 更新用户组 下载es和其组件 s
阅读全文

浙公网安备 33010602011771号