Skip to content

Commit

Permalink
fix: clean
Browse files Browse the repository at this point in the history
  • Loading branch information
devthejo committed Mar 21, 2024
1 parent a00bba4 commit 962d046
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 64 deletions.
51 changes: 0 additions & 51 deletions .kontinuous/templates/api-jobs.cronjob.yaml

This file was deleted.

13 changes: 0 additions & 13 deletions .kontinuous/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,19 +161,6 @@ files:
mountPath: /mnt/files

project:
apiJobs:
- name: export-public-data
command: egapro export-public-data /mnt/files/index-egalite-fh.xlsx
- name: dump-dgt
command: egapro dump-dgt /mnt/files/dgt.xlsx
- name: dump-dgt-representation
command: egapro dump-dgt-representation /mnt/files/dgt-representation.xlsx
- name: full
command: egapro full /mnt/files/full.ndjson
- name: export-indexes
command: egapro export-indexes /mnt/files/indexes.csv
- name: export-representation
command: egapro export-representation /mnt/files/dgt-export-representation.xlsx
whitelist:
# DigDash dev
- "94.23.250.213"
Expand Down
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,17 @@ Les fichiers suivants, sont accessibles uniquement si authentifié ou pour certa
- full.ndjson
- indexes.csv

### Commandes pour générer les fichiers manuellement

```sh
egapro export-public-data /mnt/files/index-egalite-fh.xlsx
egapro dump-dgt /mnt/files/dgt.xlsx
egapro dump-dgt-representation /mnt/files/dgt-representation.xlsx
egapro full /mnt/files/full.ndjson
egapro export-indexes /mnt/files/indexes.csv
egapro export-representation /mnt/files/dgt-export-representation.xlsx
```

## Helpers egapro

L'API contient un CLI avec certaines commandes utiles :
Expand Down

0 comments on commit 962d046

Please sign in to comment.