-
### Describe the bug
Hello, I have a project where I get binance spot data from websocket and print it to questdb database. But after a certain time (like 90 million data) I can't insert with wire pr…
-
We're registering Questdb with the Kafka connect via curl using the following:
```bash
curl -s -X PUT -H "Content-Type:application/json" http://localhost:8083/connectors/questdb-dietlytics/config …
-
### Describe the bug
I've discovered that my DB stopped to write data into tables but WAL still reported activity and clients writing into DB using ILP didn't recognize any problem.
Read queries (bo…
mrosi updated
1 month ago
-
### Describe the bug
Ingest following data using Python 3 and ILP protocol on database version 6.2.1 and version 6.2 respectively:
` crypto_funding_rate,exchange=FTX,contract=ICX rate=-1.8e-05,tim…
-
### Is your feature request related to a problem?
[This PR](https://github.com/questdb/questdb/pull/4034) introduced ILP over HTTP.
Our Java ILP client currently supports ILP only over naked TCP or…
-
### Is your feature request related to a problem?
I'd like to feed data from Telegraf to QuestDB over ILP. This currently works only when ILP does not have any authentication configured.
I'd like …
-
[This page](https://docs.rs/questdb-rs/4.0.0/questdb/ingress/index.html) was partially updated to accomodate for ILP@HTTP changes, but it looks incomplete:
1. It says:
> The ingress module imple…
-
Hi,
Just installed questdb and trying to insert some data. I have created the table as such:
CREATE TABLE 'chartfeed' (
timestamp TIMESTAMP,
name SYMBOL capacity 256 CACHE,
quoteid INT,…
-
### Is your feature request related to a problem?
As a new user I'm starting questdb (installed via `brew`) and all I see is this:
```
$ questdb start
___ _ ____ ____
/…
-
### Is your feature request related to a problem?
I do not know why questdb implemented the ILP protocol on tcp. not on http.
currently none of the questdb ILP client sdk is thread safe.
li…
ttys3 updated
8 months ago