Skip to content

Commit 2d1d25f

Browse files
authored
docs: update README.md (#205)
1 parent 2d75b33 commit 2d1d25f

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

README.md

+11-8
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@
55
[![Go Report Card](https://goreportcard.com/badge/github.com/zncdatadev/trino-operator)](https://goreportcard.com/report/github.com/zncdatadev/trino-operator)
66
[![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/trino-operator)](https://artifacthub.io/packages/helm/kubedoop/trino-operator)
77

8-
This is a kubernetes operator to manage apache trino on kubernetes cluster. It's part of the kubedoop ecosystem.
8+
This is a Kubernetes operator to manage Trino ensembles.
99

10-
Kubedoop is a cloud-native big data platform built on Kubernetes, designed to simplify the deployment and management of big data applications on Kubernetes.
11-
It provides a set of pre-configured Operators to easily deploy and manage various big data components such as HDFS, Hive, Spark, Kafka, and more.
10+
It's part of the kubedoop Data Platform, a modular open source data platform built on Kubernetes that provides Kubernetes native deployment
11+
and management of popular open source data apps like Apache Kafka, Apache Doris, Apache Kyuubi, Trino or Apache Spark, all working
12+
together seamlessly. Based on Kubernetes, it runs everywhere – on prem or in the cloud.
1213

1314
## Quick Start
1415

@@ -40,23 +41,25 @@ helm install trino-operator kubedoop/trino-operator
4041
kubectl apply -f config/samples
4142
```
4243

43-
## Kubedoop Ecosystem
44+
## Kubedoop Data Platform Operators
4445

45-
### Operators
46-
47-
Kubedoop operators:
46+
These are the operators that are currently part of the Kubedoop Data Platform:
4847

48+
- [Kubedoop Operator for Apache Airflow](https://github.com/zncdatadev/airflow-operator)
4949
- [Kubedoop Operator for Apache DolphinScheduler](https://github.com/zncdatadev/dolphinscheduler-operator)
50+
- [Kubedoop Operator for Apache Doris](https://github.com/zncdatadev/doris-operator)
5051
- [Kubedoop Operator for Apache Hadoop HDFS](https://github.com/zncdatadev/hdfs-operator)
5152
- [Kubedoop Operator for Apache HBase](https://github.com/zncdatadev/hbase-operator)
5253
- [Kubedoop Operator for Apache Hive](https://github.com/zncdatadev/hive-operator)
5354
- [Kubedoop Operator for Apache Kafka](https://github.com/zncdatadev/kafka-operator)
55+
- [Kubedoop Operator for Apache Kyuubi](https://github.com/zncdatadev/kyuubi-operator)
56+
- [Kubedoop Operator for Apache Nifi](https://github.com/zncdatadev/nifi-operator)
5457
- [Kubedoop Operator for Apache Spark](https://github.com/zncdatadev/spark-k8s-operator)
5558
- [Kubedoop Operator for Apache Superset](https://github.com/zncdatadev/superset-operator)
5659
- [Kubedoop Operator for Trino](https://github.com/zncdatadev/trino-operator)
5760
- [Kubedoop Operator for Apache Zookeeper](https://github.com/zncdatadev/zookeeper-operator)
5861

59-
Kubedoop built-in operators:
62+
And our internal operators: :
6063

6164
- [Commons Operator](https://github.com/zncdatadev/commons-operator)
6265
- [Listener Operator](https://github.com/zncdatadev/listener-operator)

0 commit comments

Comments
 (0)