4paradigm / 4paradigm/OpenMLDB
部署方式建议
Open
community
docker
enhancement
- Dominant language
- C++
- Stars
- 1.7k
- Forks
- 331
- Avg merge
- 12d 12h
- Merged PRs (30d)
- 1
Description
1. Dockerfile基于release包来做,做最简基础镜像,这样用户可以基于此镜像再做上层服务;
2. 组件拆分,openmldb各个组件其实只是启动参数不一样,各个组件用compose来编排,同时参数可传,端口可改,用户一个命令即可快速启动,并且脱离交互启动;
3. 测试数据可以挂载目录,各类离线数据用户可以自行使用;
4. 基于以上compose可以实现分钟内或者几分钟内完成单机与集群的搭建;
Contributor guide
Research direction
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.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, docker-compose
- Domain
- database, devops, infrastructure
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100