https://github.com/borud/sysvak
Simple utility to dig around SYSVAK for Covid-19 vaccine data
https://github.com/borud/sysvak
Last synced: 8 months ago
JSON representation
Simple utility to dig around SYSVAK for Covid-19 vaccine data
- Host: GitHub
- URL: https://github.com/borud/sysvak
- Owner: borud
- License: apache-2.0
- Created: 2021-05-13T19:57:11.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-04T19:20:08.000Z (about 5 years ago)
- Last Synced: 2025-02-24T10:43:36.210Z (over 1 year ago)
- Language: Go
- Size: 381 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sysvak
Simple utility for digging out Covid-19 vaccine data for Norway from SYSVAK. I wrote this because I wanted something that was quick and easy and allowed me to pipe data into other applications.

## Install
go get -u github.com/borud/sysvak/cmd/sysvak
## Command line options
```
$ bin/sysvak -h
Usage:
sysvak [OPTIONS]
Application Options:
-f, --from= from date (defaults to 1 week ago)
-t, --to= to date (defaults to now)
-d, --dose= which doeses (default: 1,2)
-m, --municipality= Municipality code(s)
-g, --gender= genders (default: M,K)
-a, --age= age ranges, comma separated (default: 1,2,3,4,5,6,7)
-o, --output=[json|csv|table|markdown|html] output format (default: table)
-n, --no-color turn off colors in table output
-l, --list-muni list municipality codes
-x, --list-ages list age ranges
-v Verbose mode
Help Options:
-h, --help Show this help message
```