Skip to content

Overview

You can read from or write into GreptimeDB using various protocols.

Note that writing data in a specific protocol does not mean that you have to read data with the same protocol. For example, you can write data through gRPC endpoint while using MySQL client to read them.

Authentication

Refer to Authentication to learn how to config username and password for GreptimeDB.

Protocols