gbv / jskos-cli

Command Line Applications to process JSKOS data format
MIT License
1 stars 1 forks source link

Use streams for reading files in jskos-validate #21

Closed stefandesu closed 3 years ago

stefandesu commented 3 years ago

Large files that don't fit in memory can't be validated with jskos-validate. We should use streams instead.

https://github.com/gbv/jskos-cli/blob/7bc46c71eceacbfa362f2201d003688003479f7b/bin/jskos-validate#L60

Requires https://github.com/gbv/json-anystream.

stefandesu commented 3 years ago

Implemented with PR #22.