From a63fa76b7b40b61c572d0fc1327edfd733d7428a Mon Sep 17 00:00:00 2001 From: tison Date: Wed, 25 Oct 2023 14:28:32 +0800 Subject: [PATCH] docs: Update README.md (#2653) OpenDAL has been transferred to the ASF. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eb42d7d1ce..94a45dad3b 100644 --- a/README.md +++ b/README.md @@ -184,6 +184,6 @@ 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). -- [OpenDAL](https://github.com/datafuselabs/opendal) from [Datafuse Labs](https://github.com/datafuselabs) gives GreptimeDB a very general and elegant data access abstraction layer. -- GreptimeDB’s meta service is based on [etcd](https://etcd.io/). +- [Apache OpenDAL (incubating)](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.