# hive-query-plan-viz **Repository Path**: itlbo/hive-query-plan-viz ## Basic Information - **Project Name**: hive-query-plan-viz - **Description**: Hive执行计划可视化 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 12 - **Forks**: 6 - **Created**: 2022-07-22 - **Last Updated**: 2025-11-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # hive-query-plan-viz ## 使用说明 使用如下命令获取格式化后的执行计划(json格式),放入输入框,即可得到执行计划图 ```sql explain formatted ``` ## 效果图 ![img.png](img.png) ## Project setup > 我有一点小小的要求:node版本<=14 ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Lints and fixes files ``` npm run lint ```