Skip to content

Commit a8f42a1

Browse files
taheeraahmednicokant
authored andcommitted
Update the readme
1 parent 10baa86 commit a8f42a1

1 file changed

Lines changed: 12 additions & 3 deletions

File tree

README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
1-
# Miljødata data sync
1+
# Miljødata - Data Sync
22

33
This repo is used to create scripts for fetching data from different services. The common denominator is that the various data is being fetched with the Python library `dlt` which simplifies the process of downloading data from RestAPI's.
44

5-
- UBW
6-
- NVA
5+
The scripts are CLI-based, and the usage can be understood by typing:
6+
7+
```bash
8+
uv run datasync --help
9+
```
10+
11+
For example to understand how the CLI works for fetching data from `ubw` you can do:
12+
13+
```bash
14+
uv run datasync ubw --help
15+
```
716

817
## Environment variables
918

0 commit comments

Comments
 (0)