gbv / jskos-cli

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

Update dependencies and use json-anystream to parse files/URLs in jskos-validate #22

Closed stefandesu closed 4 years ago

stefandesu commented 4 years ago

Now we can validate very large files, even from URLs like this:

jskos-validate concepts https://coli-conc.gbv.de/rvk/data/2020_3/rvko_2020_3.ndjson -v
stefandesu commented 4 years ago

There's a bug in json-anystream when using Node.js 14.14 (https://github.com/gbv/json-anystream/issues/1), that's why the tests still fail even after removing Node.js 8 from Travis.