4paradigm / 4paradigm/OpenMLDB
部署方式建议
未关闭
community
docker
enhancement
- 主要语言
- C++
- 星标
- 1.7k
- 派生
- 331
- 平均合并
- 12 天 12 小时
- 30 天内合并 PR
- 1
描述
1. Dockerfile基于release包来做,做最简基础镜像,这样用户可以基于此镜像再做上层服务;
2. 组件拆分,openmldb各个组件其实只是启动参数不一样,各个组件用compose来编排,同时参数可传,端口可改,用户一个命令即可快速启动,并且脱离交互启动;
3. 测试数据可以挂载目录,各类离线数据用户可以自行使用;
4. 基于以上compose可以实现分钟内或者几分钟内完成单机与集群的搭建;
贡献指南
调研方向
Look at the existing Dockerfile and docker-compose setup in the repository. Understand the different OpenMLDB components (like tablet, nameserver, apiserver) and their startup parameters. The goal is to create a minimal release-based Docker image and a compose file that allows parameterized, non-interactive startup of single-node and cluster setups with configurable ports and mountable data directories.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- docker, docker-compose
- 领域
- database, devops, infrastructure
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 30/100