5 ms·
I learned about parquet2json from HN recently, and would use it for this: ```bash parquet2json cat <file or url> | grep ... ``` https://github.com/jupiter/p
by rdubz 3y ago
I learned about parquet2json from HN recently, and would use it for this:
```bash
parquet2json cat <file or url> | grep ...
```
https://github.com/jupiter/parquet2json https://github.com/jupiter/parquet2json