hapijs / good

hapi process monitoring
Other
525 stars 161 forks source link

3rd party streams for good@7.0.0 #479

Closed fhemberger closed 8 years ago

fhemberger commented 8 years ago

I wrote two streams compatible with good@7.0.0:

In case you want to add 3rd party streams in the README again.

leobudima commented 8 years ago

Just wanted to say thanks, @fhemberger - exactly the two I need just these days!

fhemberger commented 8 years ago

@leobudima You're welcome, feedback is always appreciated!

arb commented 8 years ago

I'm actually trying to get away from "good-" streams. Part of the motivation for the good 7 rewrite was to allow users to use any off-the-shelf write or transform stream for their reporting needs without a proprietary interface.

That being said, please feel free to create additional streams that others can use with good! I would caution you though to make sure that you're not creating something that already exists and to be very careful when creating write streams. They are very hard to get right (I'm sure none of mine are 100% right FWIW).

lock[bot] commented 4 years ago

This thread has been automatically locked due to inactivity. Please open a new issue for related bugs or questions following the new issue template instructions.