Skip to content

Commit

Permalink
docs: Add acknowledgment to README (GreptimeTeam#522)
Browse files Browse the repository at this point in the history
* docs: Add acknowledgment to README

* docs: Address review comment
  • Loading branch information
evenyag authored Nov 15, 2022
1 parent e6768a3 commit 57979c9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -178,3 +178,9 @@ open contributions and allowing you to use the software however you want.
## 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'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/).

0 comments on commit 57979c9

Please sign in to comment.