Comment on Ask HN: Best internal tools your startup built?parentComments−geophile8yBecause in a 100-node cluster, you get 100 du results. With osh you can post-process cluster output in arbitrary ways, e.g. summing.Also:- Piping of Python objects instead of strings.- Integrated database access (SQL results -> stream of Python tuples).- Support for arbitrary Python processing.
Comments
Because in a 100-node cluster, you get 100 du results. With osh you can post-process cluster output in arbitrary ways, e.g. summing.
Also:
- Piping of Python objects instead of strings.
- Integrated database access (SQL results -> stream of Python tuples).
- Support for arbitrary Python processing.