Skip to content

isxcode/spark-yun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

至轻云-超轻量级智能化大数据中心

Docker Pulls build GitHub Repo stars GitHub forks FOSSA Status GitHub License

产品官网: https://zhiqingyun.isxcode.com
源码仓库: https://github.com/isxcode/spark-yun
演示环境: https://zhiqingyun-demo.isxcode.com
部署文档: https://zhiqingyun.isxcode.com/zh/docs/zh/1/2
安装包下载: https://zhiqingyun-demo.isxcode.com/tools/open/file/zhiqingyun.tar.gz
许可证下载: https://zhiqingyun-demo.isxcode.com/tools/open/file/license.lic
友情链接: 至数云 - 超轻量级人工智能应用平台
关键词: 大数据计算, AI智能, 数仓, 数据清洗, 数据同步, Spark, Flink, Hadoop, Hive

产品介绍

       至轻云是一款企业级、智能化大数据中心。一键部署,开箱即用。可快速实现大数据计算、数据采集、数据清洗、数据安全、数据质量、数据管理、数据接口开放等功能,助力企业构建新一代智慧数据中心。

功能特点

  • 轻量级产品: 无需安装额外组件,一键部署,开箱即用。
  • 云原生私有化: 兼容云原生架构,支持多节点安装与高可用集群部署。
  • 分布式计算: 基于分布式架构,高效执行复杂数据计算。

立即体验

Tip

演示地址:https://zhiqingyun-demo.isxcode.com
体验账号:zhiyao
账号密码:zhiyao123

快速部署

Note

访问地址:http://localhost:8080
管理员账号:admin
管理员密码:admin123

docker run -p 8080:8080 -d isxcode/zhiqingyun

相关文档

源码构建

Important

安装包路径: /tmp/spark-yun/spark-yun-dist/build/distributions/zhiqingyun.tar.gz

cd /tmp
git clone https://github.com/isxcode/spark-yun.git
docker run --rm \
  -v /tmp/spark-yun:/spark-yun \
  -w /spark-yun \
  -it registry.cn-shanghai.aliyuncs.com/isxcode/zhiqingyun-build:amd-latest \
  /bin/bash -c "source /etc/profile && gradle install clean package"