Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I've been playing around with a similar idea - using plain JSON as the message format, you can make a set of pipeable command line utilities for manipulating data from many web APIs.


Have you seen RecordStream? It's some good cli tools based on streams of json which might be handy.

https://github.com/benbernard/RecordStream

I've used it a lot and it's a godsend for a most "record-y" manipulation.


A textual format needs parsing though at every stage in the pipeline. Thats why I think using an (optional, when supported) binary format is important.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: