Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pehovorka/covidvobcich-importer
Service for importing data from ÚZIS datasets, transforming them, and storing in Firestore database.
https://github.com/pehovorka/covidvobcich-importer
covidvobcich
Last synced: 17 days ago
JSON representation
Service for importing data from ÚZIS datasets, transforming them, and storing in Firestore database.
- Host: GitHub
- URL: https://github.com/pehovorka/covidvobcich-importer
- Owner: pehovorka
- Created: 2021-11-22T22:16:54.000Z (about 3 years ago)
- Default Branch: development
- Last Pushed: 2022-12-14T14:19:51.000Z (about 2 years ago)
- Last Synced: 2024-10-31T19:15:02.507Z (2 months ago)
- Topics: covidvobcich
- Language: TypeScript
- Homepage: https://covidvobcich.cz
- Size: 205 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# covidvobcich.cz importer service
The service is used to import data from ÚZIS datasets, transform them, and store them in the Firestore database.
## Available commands
### `yarn lint`
Starts linter checks.
### `yarn build`
Transpiles TypeScript files to JavaScript.
### `yarn dev`
Builds and runs the app directly without starting the web server.
### `yarn start`
Runs the web server listening for Cloud Scheduler invocations.
### `yarn deploy`
Builds and deploys the app.
### `yarn deploy:app`
Deploys the app.