nodejs-questdb-client
nodejs-questdb-client copied to clipboard
QuestDB Node.js Client
Many of our users write to QuestDB as a part of HTTP request processing. The simplest way to do that is to open a new connection on each HTTP request,...
would be great to have the geohash support, I am willing to contribute but I would need some guidence
Scenario: * Create a QuestDB Cloud instance * Run generated ILP ingestion script for Node.js with Node.js 14, e.g. v14.17.6 * Observe the following error: ```bash $ node insert-client.js Successfully...
See full description here: https://github.com/questdb/questdb/issues/2891
Community and contributors links.
#### Changes - Improved the clarity and completeness of the documentation. - Added detailed step-by-step usage instructions. - Included examples for advanced usage, such as authentication, TypeScript, and worker threads....
Hi, I have just managed to code a script that pulls data from an API and inserts into my questdb. I am using PM2 to manage the processes where each...
When adding columns to the sender, if we pass a null value, as in ``` sender.table('prices').symbol('instrument', 'EURUSD') .floatColumn('bid', null).at(Date.now(), 'ms'); ``` It would be convenient that the column was ignored,...
As per title, how do I pass the log function setting `'debug'`? Using version 3. Thanks!
Hello, the sender is not threadsafe it seems. When attempting to send a lot of data to the table, large swaths of data is randomly lost. I suspect the reason...