https://github.com/mrleebo/streaming-qhp-validator
Implementation of the coverage-validator as a streaming NodeJS utility
https://github.com/mrleebo/streaming-qhp-validator
json plans providers qhp streaming validation
Last synced: about 2 months ago
JSON representation
Implementation of the coverage-validator as a streaming NodeJS utility
- Host: GitHub
- URL: https://github.com/mrleebo/streaming-qhp-validator
- Owner: MrLeebo
- Created: 2017-06-06T21:51:22.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-06T21:51:44.000Z (almost 8 years ago)
- Last Synced: 2025-03-29T05:37:57.642Z (about 2 months ago)
- Topics: json, plans, providers, qhp, streaming, validation
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# streaming-qhp-validator
This is the validator from [coverage-validator](https://github.com/adhocteam/coverage-validator) as a NodeJS utility with streaming, allowing it to validate very large provider.json or plan.json files without reading the entire file into memory.
## Usage
```bash
npm install --global streaming-qhp-validatorstreaming-qhp-validator providers ./provider.json
streaming-qhp-validator plans ./plan.json
```