Tap JSON
Reads a
JSON formatted stream from stdin and persist it as a
Singer formatted stream to stdout.
How to use
Just connect tap-json’s stdin to the stdout of any JSON streamer:
streamer-any-streamer | tap-json
The output can be used to push data to any singer target:
streamer-any-streamer | tap-json | target-any-target
Learn more
- Observes
- Tap Checkly
Tip
Have an idea to simplify our architecture or noticed docs that could use some love? Don't hesitate to
open an issue or submit improvements.