基于国家重点项目开发具备数据采集,数据湖管理,数据处理,分析建模,数据对外服务,数据应用功能的平台。主要编写数据处理和分析建模,数据处理包括数据集成,数据清洗,数据变换和统计处理。分析建模对数据进行 Kylin建模形成多维宽表,对其采用拖拽维度度量进行探索式分析形成仪表盘和故事,使用户需求定制化
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
For a detailed explanation on how things work, check out the guide and docs for vue-loader.