Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BenJoyenConseil authored Nov 21, 2024
1 parent 4401fb8 commit bafe5a6
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ Just use the `.github/workflow.yml` in your project

Provide the following environment variables :

GITHUB_TOKEN=<GITHUB Personal Access Token>
GITHUB_ORG=<decathlon_a_fond_la_forme>
GITHUB_REPO=<my_dbt_repo>
GITHUB_PAGES=<url>

```env
GITHUB_TOKEN=<GITHUB Personal Access Token>
GITHUB_ORG=<decathlon_a_fond_la_forme>
GITHUB_REPO=<my_dbt_repo>
```

Here is the doc for your Github's [Personal Access Token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens)

Expand All @@ -46,10 +46,12 @@ Here is the doc for your Github's [Personal Access Token](https://docs.github.co

Tested requirements : NodeJS v22.8.0, Python 3.13.0

python -m venv venv
source venv/bin/activate
pip install dbt-duckdb==1.9.0
npm install
```sh
python -m venv venv
source venv/bin/activate
pip install dbt-duckdb==1.9.0
npm install
```

#### Execute

Expand All @@ -60,14 +62,14 @@ Tested requirements : NodeJS v22.8.0, Python 3.13.0
2. Run Extraction and prepare data with dbt

The extraction part is managed by Javascript script in `src/data/*.json.js`
```
```sh
make download
make transform
```

3. run Webserver

```
```sh
make dev
```

Expand Down

0 comments on commit bafe5a6

Please sign in to comment.