Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.