Skip to content

questdb/py-questdb-client

Repository files navigation

QuestDB Client Library for Python

This library makes it easy to insert data into QuestDB.

This client library implements QuestDB's variant of the InfluxDB Line Protocol (ILP) over TCP.

Status of the library

Work in progress: do not use yet.

There will be an announcement on our slack once it's ready for use.

Installation

The latest version of the library is 0.0.3.

python3 -m pip install questdb 

Docs

https://py-questdb-client.readthedocs.io/

Code

https://github.com/questdb/py-questdb-client

Package on PyPI

https://pypi.org/project/questdb/