From c2d5af5d265f617a96fb42c500945ce3d32f886e Mon Sep 17 00:00:00 2001 From: tison Date: Mon, 15 Jan 2024 17:35:45 +0800 Subject: [PATCH 1/3] docs: Update README.md Complying with ASF policy we should refer to Apache projects in their full form in the first and most prominent usage. --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9432620b5665..5c9d38ba13a0 100644 --- a/README.md +++ b/README.md @@ -161,18 +161,17 @@ In addition, you may: ## License -GreptimeDB uses the [Apache 2.0 license][1] to strike a balance between +GreptimeDB uses the [Apache License 2.0 ](https://apache.org/licenses/LICENSE-2.0.txt) to strike a balance between open contributions and allowing you to use the software however you want. -[1]: - ## Contributing Please refer to [contribution guidelines](CONTRIBUTING.md) for more information. ## Acknowledgement -- GreptimeDB uses [Apache Arrow](https://arrow.apache.org/) as the memory model and [Apache Parquet](https://parquet.apache.org/) as the persistent file format. + +- GreptimeDB uses [Apache Arrow™](https://arrow.apache.org/) as the memory model and [Apache Parquet™](https://parquet.apache.org/) as the persistent file format. - GreptimeDB's query engine is powered by [Apache Arrow DataFusion](https://github.com/apache/arrow-datafusion). -- [Apache OpenDAL (incubating)](https://opendal.apache.org) gives GreptimeDB a very general and elegant data access abstraction layer. +- [Apache OpenDAL™](https://opendal.apache.org) gives GreptimeDB a very general and elegant data access abstraction layer. - GreptimeDB's meta service is based on [etcd](https://etcd.io/). - GreptimeDB uses [RustPython](https://github.com/RustPython/RustPython) for experimental embedded python scripting. From cccb161f5eb6f1f929edb522091f03308d9c78d2 Mon Sep 17 00:00:00 2001 From: tison Date: Mon, 15 Jan 2024 17:36:29 +0800 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c9d38ba13a0..3cef92a278af 100644 --- a/README.md +++ b/README.md @@ -161,7 +161,7 @@ In addition, you may: ## License -GreptimeDB uses the [Apache License 2.0 ](https://apache.org/licenses/LICENSE-2.0.txt) to strike a balance between +GreptimeDB uses the [Apache License 2.0](https://apache.org/licenses/LICENSE-2.0.txt) to strike a balance between open contributions and allowing you to use the software however you want. ## Contributing From 3db22fa03abfe9fe0e6473740b28d88f2b19b80e Mon Sep 17 00:00:00 2001 From: tison Date: Mon, 15 Jan 2024 18:03:02 +0800 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3cef92a278af..360e8651306f 100644 --- a/README.md +++ b/README.md @@ -171,7 +171,7 @@ Please refer to [contribution guidelines](CONTRIBUTING.md) for more information. ## Acknowledgement - GreptimeDB uses [Apache Arrow™](https://arrow.apache.org/) as the memory model and [Apache Parquet™](https://parquet.apache.org/) as the persistent file format. -- GreptimeDB's query engine is powered by [Apache Arrow DataFusion](https://github.com/apache/arrow-datafusion). +- GreptimeDB's query engine is powered by [Apache Arrow DataFusion™](https://github.com/apache/arrow-datafusion). - [Apache OpenDAL™](https://opendal.apache.org) gives GreptimeDB a very general and elegant data access abstraction layer. - GreptimeDB's meta service is based on [etcd](https://etcd.io/). - GreptimeDB uses [RustPython](https://github.com/RustPython/RustPython) for experimental embedded python scripting.