Client Libraries

Current Client Libraries only implement InfluxDB Line Protocol for now. They are suitable only for data ingestion. Follow this guide for querying data.

InfluxDB Line Protocol Client Libraries allow fast data ingestion while abstracting you away from the details of the wire protocol. It's the recommended way to ingest data into QuestDB. Clients also support authentication and TLS encryption.

.NET.NET
C and C++C and C++
JavaJava

For other languages, we have examples and a protocol reference. Please let us know if you cannot find a client for your favourite language!

note

InfluxDB Line Protocol clients are for data ingestion only. You cannot use a client to query database. If you are looking for ways to query QuestDB then see this page.


โญ Something missing? Page not helpful? Please suggest an edit on GitHub.