From fee61163daaf26f0eede39b88792fffa7486abbe Mon Sep 17 00:00:00 2001 From: tison Date: Wed, 25 Oct 2023 11:45:38 +0800 Subject: [PATCH] docs: Update README.md 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 eb42d7d1ce55..94a45dad3b36 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.