# es-client **Repository Path**: git-xiaocui/es-client ## Basic Information - **Project Name**: es-client - **Description**: ES查询客户端,elasticsearch可视化工具 - **Primary Language**: TypeScript - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: https://support.qq.com/products/489458 - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 116 - **Created**: 2023-01-12 - **Last Updated**: 2023-01-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # es-client [![star](https://gitee.com/qiaoshengda/es-client/badge/star.svg?theme=white)](https://gitee.com/qiaoshengda/es-client) [![star](https://img.shields.io/github/stars/q2316367743/es-client?style=social)](https://github.com/q2316367743/es-client/) [![star](https://up.apps.vip/storeicon/w-bright.svg)](https://a.apps.vip/d.appStore/index.html#/share?id=NdAH5w) [![star](https://img.shields.io/badge/edge-v2.2.0-%230883d8)](https://microsoftedge.microsoft.com/addons/detail/esclient/aonamamifdfigcflbeokdndfappnmogo) [![star](https://img.shields.io/badge/firefox-v2.2.0-%23ff3847)](https://addons.mozilla.org/zh-CN/firefox/addon/es-client/) [![star](https://img.shields.io/badge/windows-v2.2.0-%2324c8db)](https://www.aliyundrive.com/s/wRg2ZS2K6ME) [![OSCS Status](https://www.oscs1024.com/platform/badge/es-client.svg?size=small)](https://www.murphysec.com/accept?code=9a8096e0fd00acdcdb1901030f42d5d6&type=1&from=2) > 功能上仿照[elasticsearch head](https://github.com/mobz/elasticsearch-head)编写的elasticsearch查询客户端。 > elasticsearch的客户端比较出名的就是elasticsearch head和Kibana了,但是elasticsearch head已经停止更新,且样式老旧,功能不全;而Kibana虽功能全面,但是启动麻烦,大部分功能用不上,很不灵活,所以采用vite2+vue3+ts+element-plus进行开发了一个elasticsearch的客户端。 ## 安装 & 更新 本项目已经推送到Firefox拓展和Edge外接程序中,但由于Edge审核比较慢,所以Firefox的更新速度会比Edge快一些,谷歌插件商店上架比较麻烦,所以并未上架。 - [website](https://project.esion.xyz/es-client/)**(基本用不了)** - [Edge插件](https://microsoftedge.microsoft.com/addons/detail/esclient/aonamamifdfigcflbeokdndfappnmogo)**(审核有些慢)** - [火狐插件](https://addons.mozilla.org/zh-CN/firefox/addon/es-client/) - [想天浏览器独立应用](https://a.apps.vip/d.appStore/index.html#/share?id=NdAH5w)**(完整功能)** - [windows安装包](https://gitee.com/qiaoshengda/es-client/releases/tag/v2.2.0)**(完整功能)** - [百度网盘](https://pan.baidu.com/s/1sTd8aOWai-n3hxMur11iXA?pwd=3e5t) - [阿里云盘](https://www.aliyundrive.com/s/wRg2ZS2K6ME) - [Cloudreve](https://explorer.esion.xyz/s/e8up) ## 详细文档 [语雀](https://www.yuque.com/baozhiyige-tewwf/ygxv4r) ## 反馈社区 [兔小巢](https://support.qq.com/products/489458) ## 开发 ```bash git clone https://gitee.com/qiaoshengda/es-client.git yarn install yarn dev ``` ## 自行打包 本项目推荐使用`yarn` 1. 安装依赖:`yarn install` 2. 构建浏览器版本:`yarn build:ts` 3. 构建Chrome插件:`yarn build:edge` 4. 构建Firefox插件:`yarn build:firefox` ## 项目预览 - 首页 ![图片](https://static.esion.xyz/picture/%E5%9B%BE%E7%89%87.png) - 数据浏览 ![图片-1653033250795](https://static.esion.xyz/picture/%E5%9B%BE%E7%89%87-1653033250795.png) - 基础查询 ![图片-1653033209166](https://static.esion.xyz/picture/%E5%9B%BE%E7%89%87-1653033209166.png) - 高级查询 ![图片-1653033316089](https://static.esion.xyz/picture/%E5%9B%BE%E7%89%87-1653033316089.png) - 设置 ![图片-1653033335849](https://static.esion.xyz/picture/%E5%9B%BE%E7%89%87-1653033335849.png) ## 项目功能 - 链接管理功能 - 索引浏览功能 - 索引管理功能 - 语法提示与高亮 - 。。。