From bf408e3b96c8bd8b79b3931fc451a4ac62e16de0 Mon Sep 17 00:00:00 2001 From: discord9 <55937128+discord9@users.noreply.github.com> Date: Thu, 17 Nov 2022 14:15:43 +0800 Subject: [PATCH] Update README.md (#552) Add RustPython's Acknowledgement --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 28cc85774c..5c7e32677a 100644 --- a/README.md +++ b/README.md @@ -192,3 +192,4 @@ Please refer to [contribution guidelines](CONTRIBUTING.md) for more information. - 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/). +- GreptimeDB uses [RustPython](https://github.com/RustPython/RustPython) for experimental embedded python scripting.