Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yuhexiong/deploy-doris-and-backup-guide
https://github.com/yuhexiong/deploy-doris-and-backup-guide
apache-doris backup deployment doris
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/yuhexiong/deploy-doris-and-backup-guide
- Owner: yuhexiong
- Created: 2024-07-12T02:12:59.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-09-27T01:39:01.000Z (5 months ago)
- Last Synced: 2024-12-02T12:13:25.554Z (3 months ago)
- Topics: apache-doris, backup, deployment, doris
- Language: Shell
- Homepage:
- Size: 75.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Deploy Doris Guide
Guide for deploying Apache Doris in one/three vitrual machines by script or docker.
## Overview
- Platform: JDK 11
- Database: Doris v2.0.12## Run
### Script
- one frontend, one backend and one broker in one vm (refer to [doris-in-one-script.md](./doris-in-one/doris-in-one-script.md))## Docker
### Build Image
- build doris image fe/be/broker (refer to [doris-build-image.md](./build/doris-build-image.md))### Docker Compose
- one frontend, one backend and one broker in one vm (refer to [doris-in-one-docker.md](./doris-in-one/doris-in-one-docker.md))
- two frontends, three backends and one broker in three vms (refer to [doris-multiple-docker.md](./doris-multiple/doris-multiple-docker.md))## Backup
- backup from 1 doris and restore to another (refer to [doris-backup.md](./doris-backup/doris-backup.md))