码迷,mamicode.com
首页 > 数据库 > 详细

elasticsearch-sql安装

时间:2018-07-09 15:28:05      阅读:284      评论:0      收藏:0      [点我收藏+]

标签:sql脚本   文件中   nod   斜杠   打开   插件   col   文件   语言   

Github地址:https://github.com/NLPchina/elasticsearch-sql 
elasticsearch-sql插件可以方便我们使用SQL语言来对elasticsearch进行查询

1、进入elasticsearch的安装目录,执行如下命令(windows和linux的斜杠要注意):

./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/6.2.3.0/elasticsearch-sql-6.2.3.0.zip

或者从Github上下载后解压放在ES的plugins\sql下

2、下载页面需要的node.js文件

https://github.com/NLPchina/elasticsearch-sql/releases/download/5.4.1.0/es-sql-site-standalone.zip

在解压目录下安装运行即可

npm install express --save

node node-server.js

elasticsearch-sql的默认端口是8080,可以在site-server/site_configuration.json文件中进行修改 
然后 打开 http://localhost:8080/ 访问插件

注意修改右上角本地elasticsearch的地址,sql脚本不需要以分号“;”结尾,如果一个index有多个type,表名用indexName/typeName表示

elasticsearch-sql安装

标签:sql脚本   文件中   nod   斜杠   打开   插件   col   文件   语言   

原文地址:https://www.cnblogs.com/wujf/p/9283619.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!