Megastef

Results 63 comments of Megastef

Is this issue solved with the merge and available in the published npm module?

Are you able to solve conflicts? I've got a few thoughts about this issue. Please note JAVA (crate db) might start 100 java threads when nodejs uses 100 sockets. This...

Hi, did you try `copy from` in crate console? https://crate.io/docs/crate/guide/en/latest/best-practices/data-import.html#importing-data-using-copy-from What is your problem with huge dataset? Did you try `executeBulk`. See code example in the test: https://github.com/megastef/node-crate/blob/2874aceabae6c2faa982c29e5d2553b861f55c0f/test/test.js#L152-L178 I think...

I don’t see a stream option in the http API endpoint. The ‘select’ statement has the options ‘limit’ and ‘offset’ - so you could load data in chunks e.g using...

@behrad did you solve your problem? Could you contribute a function to wraps multiple selects with limit/offset into a stream `readable` interface?

The default could be some standard fields like 'msg' (bunyan), 'message' or 'MESSAGE' (journald). Well I'm not good in UI design: 1) Place a field selector with field names (seen...

This was a hack (sorry), I had to modify process.arv to run the server in-process: https://github.com/sematext/logagent-js/blob/master/bin/logagent.js#L342-L344 I would appreciate a constructor.

To send logs I had to implement the rtail protocol, so a require for the client, just passing the Object would be nice. https://github.com/sematext/logagent-js/blob/master/bin/logagent.js#L282-L297 Originally the whole Object was sent...

Hi my optinion is that rtail is great for realtime view and storing logs can be done in parallel - rtail should focus on best realtime log view experience including...

Sorry, I wrote my last C++ program in 1998 :) - so I better don't touch. Background: I'm hunting for a growing number of GC cycles (without memory leak as...