Skip to main content
Version: Nightly

Protocols

GreptimeDB speaks several wire protocols. They fall into two groups.

Connection protocols carry both writes and queries: the HTTP API, MySQL, and PostgreSQL. These pages document endpoints, authentication, and protocol-specific options. gRPC belongs here by transport but carries writes only β€” there is no gRPC query interface.

Ingestion protocols accept writes from a system that already speaks them β€” InfluxDB line protocol, OpenTelemetry, Loki, Elasticsearch, Splunk, and OpenTSDB. The pages here cover protocol-level details; the configuration for each source is in Ingest Data.