This commit is contained in:
LFC
2023-02-10 13:12:10 +08:00
committed by GitHub
parent 9661615086
commit f089c73068
+1 -1
View File
@@ -34,7 +34,7 @@ use greptime_proto::v1::meta::*;
use greptime_proto::prometheus::remote::*;
```
## For SDK develops
## For SDK developers
GreptimeDB's gRPC service is built on top of [Arrow Flight RPC](https://arrow.apache.org/docs/format/Flight.html). You can find the Arrow's official implementation status of each programming language [here](https://arrow.apache.org/docs/status.html#flight-rpc).