Update README.md (#552)

Add RustPython's Acknowledgement
This commit is contained in:
discord9
2022-11-17 14:15:43 +08:00
committed by GitHub
parent 73e6e2e01b
commit bf408e3b96

View File

@@ -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.
- GreptimeDBs meta service is based on [etcd](https://etcd.io/).
- GreptimeDB uses [RustPython](https://github.com/RustPython/RustPython) for experimental embedded python scripting.