nsco1 / py-questdb-client

A Python3 API for ingesting data into QuestDB through the InfluxDB Line Protocol.
Apache License 2.0
6 stars 1 forks source link

Add ILP Authentication #5

Open EmmettM opened 2 years ago

EmmettM commented 2 years ago

Been working with this library today and it's great. Unfortunately, it doesn't work with QuestDB ILP Auth. Have you written anything to solve this?

marregui commented 2 years ago

hola @EmmettM excellent to hear!!, yes, this library is great, but it does not address auth. So we are working on this: https://github.com/questdb/py-questdb-client this is a python wrapper on top of a c library (https://github.com/questdb/c-questdb-client) that does ILP protocol with auth and it is optimised for speed. The API prevents all user error as well.

Please follow the repo, we are working on it and it should be ready by end of July.