pinojs / pino-mongodb

:evergreen_tree: Insert JSON from stdin into MongoDB
MIT License
54 stars 18 forks source link

readline fails with pipe #2

Closed srl295 closed 7 years ago

srl295 commented 7 years ago

See: https://github.com/nodejs/node-v0.x-archive/issues/1742#issuecomment-2146350 - the readline module might not be the right choice here.

viktor-ku commented 7 years ago

Alright I will use node-bufferstream instead

viktor-ku commented 7 years ago

Master branch now contains the next version. I will close this issue and move project to the pino organization

srl295 commented 7 years ago

I ended up using carrier as per the comment above for pino-couch which by the way is based off pino-mongodb! See blog post