{"id":28281762,"url":"https://github.com/linsoss/doris-operator","last_synced_at":"2025-06-17T00:32:33.826Z","repository":{"id":201137216,"uuid":"692111455","full_name":"linsoss/doris-operator","owner":"linsoss","description":"An operator for Apache Doris that manages Doris cluster and observability components through Kubernetes CRs 😆","archived":false,"fork":false,"pushed_at":"2024-01-20T13:48:16.000Z","size":5155,"stargazers_count":12,"open_issues_count":3,"forks_count":4,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2025-05-21T12:18:13.070Z","etag":null,"topics":["cloud-native","doris","doris-operator","go","grafana","k8s","kubernetes","logging","loki","monitoring","observability","operator"],"latest_commit_sha":null,"homepage":"https://linsoss.github.io/doris-operator/","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/linsoss.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2023-09-15T15:26:52.000Z","updated_at":"2024-07-31T07:10:50.000Z","dependencies_parsed_at":"2024-01-12T04:45:00.158Z","dependency_job_id":"0fddce7d-9c2b-45ee-92a0-2100d3f6832b","html_url":"https://github.com/linsoss/doris-operator","commit_stats":{"total_commits":146,"total_committers":3,"mean_commits":"48.666666666666664","dds":"0.013698630136986356","last_synced_commit":"746030ee02b676353be95da53547225ab05c9297"},"previous_names":["linsoss/doris-operator"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/linsoss/doris-operator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linsoss%2Fdoris-operator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linsoss%2Fdoris-operator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linsoss%2Fdoris-operator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linsoss%2Fdoris-operator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/linsoss","download_url":"https://codeload.github.com/linsoss/doris-operator/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linsoss%2Fdoris-operator/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260268324,"owners_count":22983599,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cloud-native","doris","doris-operator","go","grafana","k8s","kubernetes","logging","loki","monitoring","observability","operator"],"created_at":"2025-05-21T12:13:34.851Z","updated_at":"2025-06-17T00:32:33.816Z","avatar_url":"https://github.com/linsoss.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"![image-banner](docs/img/banner.png)\n\n# Doris Operator\n\nThe Doris Operator is designed to streamlines the management of [Apache Doris](https://github.com/apache/doris) clusters\non [Kubernetes](https://kubernetes.io/), automating operational tasks and monitoring of the Doris cluster, with the\nprimary goal of transforming Doris into a truly **cloud-native** database.\n\n😆 Find out more on [our official website](https://linsoss.github.io/doris-operator).\n\n![image-arch](docs/img/arch.png)\n\n## Some Convincing Benefits\n\nThe Doris Operator encompasses the following key features:\n\n- **Kubernetes Package Management Support**\n\n  Doris Operator supports installation via [Helm](https://helm.sh/) or [Kustomize](https://kustomize.io/), enabling easy\n  deployment with a single command.\n\n- **Rolling Updates for Doris Cluster**\n\n  Orchestrates a smooth rolling update for the Doris cluster, allowing for non-disruptive configuration updates and\n  version upgrades.\n\n- **Secure Scalability of Doris Cluster**\n\n  The Doris Operator facilitates horizontal scalability for Doris in the cloud, ensuring a secure and efficient scaling\n  process.\n\n- **Automated Compute Node Scaling Based on Load**\n\n  Automatically adjusts the cluster's compute nodes based on Doris load, optimizing performance through horizontal\n  scaling.\n\n- **Automatic Failover**\n\n  In case of cluster failures, the Doris Operator seamlessly initiates automatic failover procedures to ensure\n  uninterrupted service.\n\n- **Automatic Monitoring Setup Upon Creation of Doris Cluster**\n\n  Automatically deploys monitoring components such as [Prometheus](https://prometheus.io/)\n  and [Grafana](https://grafana.com/) for monitoring, as well as [Loki](https://grafana.com/oss/loki/) for logging, to\n  maintain the observability of the Doris cluster.\n\n- **Automatic Data Backup (WIP)**\n\n  Provides a user-friendly and customizable periodic data backup mechanism with automatic retry capabilities.\n\n- **Multi-tenancy Support**\n\n  Allows users to effortlessly deploy and manage multiple Doris clusters on a single Kubernetes cluster, promoting\n  efficient multi-tenant utilization.\n\n## Deploying a Doris Cluster in 3 minutes!\n\nYou can follow our [Get Started](https://linsoss.github.io/doris-operator/docs/prologue/get-started/) guide to quickly\nstart a testing Kubernetes cluster and play with Doris Operator on your own machine.\n\n## Documentation\n\n- [English](https://linsoss.github.io/doris-operator/docs/prologue/introduction/)\n- [Chinese](https://linsoss.github.io/doris-operator/zh/docs/prologue/%E7%AE%80%E4%BB%8B/)\n\n## License\n\nDoris Operator is under the Apache 2.0 license. See the [LICENSE](LICENSE) file for details.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinsoss%2Fdoris-operator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flinsoss%2Fdoris-operator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinsoss%2Fdoris-operator/lists"}