Outils pour utilisateurs

Outils du site


informatique:docker:warp10

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
informatique:docker:warp10 [2020/10/10 09:26] florianinformatique:docker:warp10 [2025/01/14 11:19] (Version actuelle) – modification externe 127.0.0.1
Ligne 1: Ligne 1:
-{{  :informatique:docker:warp10:warp10_logo.png?nolink&170x68}}+{{  :informatique:docker:warp10:warp10_logo.png?nolink&250x100}}
  
 ====== Warp10 ====== ====== Warp10 ======
  
-===== Démarrage =====+{{indexmenu>informatique:docker:warp10#1}}
  
-Démarrage Warp10 Standalone et WarpStudio : +~~socialite~~
- +
-<code> +
-docker run -d --restart=always --name="Warp10" -p 80:8080 -p 81:8081 warp10io/warp10:latest +
- +
-</code> +
- +
-==== Create Token ==== +
- +
-[[https://www.warp10.io/content/03_Documentation/02_Installation/02_Docker#getting-tokens|Getting Token]] - Génération d'un Token de démo valide 1 an : +
-<file> +
- +
-florian@ubuntuNAS:~$ docker exec -u warp10 -it Warp10 warp10-standalone.sh worf MyGTS 31536000000 +
-{"read":{"token":"_CMyoxjEHWECcDynChiuwHG.rIeaiIY1mrZSWdfS6bz6p1PqNH_gpkppoqgKyGlmdnueFuWUPyamxzKOz2Ss90YFkjDifWZP9yAjCBjrh5PXJuYrL5anJV","tokenIdent":"a98f77328f47d3fa","ttl":31536000000,"application":"MyGTS","applications":["MyGTS"],"owners":["0f573687-508c-4da7-925f-87a224f0b7fe"],"producer":"0f573687-508c-4da7-925f-87a224f0b7fe","producers":[]},"write":{"token":"AP_8QdbvhyjFJuuOoohNyHJClJd7ODr.vP5GMt.Y6irthsyFdeaZt_vx2CeCrQfpF465ADT1RKD5e488pteN2MhfVomQbEHAPX8Ra3foeYo","tokenIdent":"7af4eff80b201b04","ttl":31536000000,"application":"MyGTS","owner":"0f573687-508c-4da7-925f-87a224f0b7fe","producer":"0f573687-508c-4da7-925f-87a224f0b7fe"}} +
- +
-</file> +
- +
-==== Write GTS ==== +
- +
-[[https://www.warp10.io/content/03_Documentation/03_Interacting_with_Warp_10/03_Ingesting_data/01_Ingress#example-using-curl|Writing Data]] - On pousse une GTS : +
-<code> +
- +
-curl -v -H 'X-Warp10-Token: my_write_token' --data-binary "1/48.44484:-4.46653/15000 GTS_demo{lieu=maison} 'Toctoc'" 'http://192.168.0.11:80/api/v0/update' +
- +
-</code> +
- +
-Un fichier de GTS : +
- +
-<code> +
-Florian.Tales@LIN0115014:~/Téléchargements$ curl -v -H 'X-Warp10-Token: my_write_token' --data-binary @eco2mix.gts 'http://192.168.0.11:80/api/v0/update' +
- +
-</code> +
- +
-==== Read GTS ==== +
- +
-[[https://www.warp10.io/content/03_Documentation/03_Interacting_with_Warp_10/04_Fetching_data/01_Fetching_data#example|Reading Data]] - On lit les GTS - ici via WarpStudio :\\ +
-{{http://doku.floriantales.fr//lib/plugins/ckgedit/fckeditor/userfiles/image/informatique/docker/warp10/first_fetch_warpstudio.png?direct&750x242}} +
- +
-==== Delete GTS ==== +
- +
-[[https://www.warp10.io/content/03_Documentation/03_Interacting_with_Warp_10/07_Deleting_data|Delete Data]] - On efface tout : ~.* url encoded : +
-<code> +
- +
- curl -v -H 'X-Warp10-Token: my_write_token' 'http://192.168.0.11:80/api/v0/delete?deleteall&selector=~.%2A%7B%7D' +
- +
-</code> +
- +
-===== Exploration opendata eco2mix ===== +
- +
-Exploration des données france énergie : [[https://opendata.reseaux-energies.fr/explore/dataset/eco2mix-regional-cons-def/|https://opendata.reseaux-energies.fr/explore/dataset/eco2mix-regional-cons-def/]] (Spécification des fichiers de données : [[https://assets.rte-france.com/prod/public/2020-07/éCO2mix - Description des fichiers des données en puissance.pdf|Lien]])\\ +
-\\ +
-Conversion csv au format gts file : [[https://github.com/floriantales/warp10-eco2mix/blob/main/eco2mix_csv_to_gts.sh|https://github.com/floriantales/warp10-eco2mix/blob/main/eco2mix_csv_to_gts.sh]] +
- +
-==== Production Eolienne Bretonne ==== +
- +
-=== Fetch === +
- +
-Exploration de la production eolienne en MW en Bretagne les 100 derniers jours : +
- +
- +
- +
-<code> +
-geshi: warp10 warpscript1.mc2 +
- +
-// Fetch 100 days Brittany wind production & smooth it +
-'_CMyoxjEHWECcDynChiuwHG.rIeaiIY1mrZSWdfS6bz6p1PqNH_gpkppoqgKyGlmdnueFuWUPyamxzKOz2Ss90YFkjDifWZP9yAjCBjrh5PXJuYrL5anJV' 'Read_Token' STORE +
-'AP_8QdbvhyjFJuuOoohNyHJClJd7ODr.vP5GMt.Y6irthsyFdeaZt_vx2CeCrQfpF465ADT1RKD5e488pteN2MhfVomQbEHAPX8Ra3foeYo' 'Write_Token' STORE +
- +
-// Fetch +
-+
-$Read_Token +
-'eco2mix.production.mw' +
-+
-  'region' 'Bretagne' +
-  'source' 'eolien' +
-+
-NOW +
-100 d +
-+
-FETCH 'gts_eolien' STORE +
- +
-// Single Exponential Smoothing +
-$gts_eolien +
-0.01 // alpha (smoothing factor) +
-SINGLEEXPONENTIALSMOOTHING 'gts_eolien_single_exp' STORE +
- +
-// Display +
-$gts_eolien_single_exp +
-$gts_eolien +
- +
- +
-</code> +
- +
-//Source : [[https://github.com/floriantales/warp10-eco2mix/blob/main/warpscript1.mc2|warpscript1.mc2]]// +
- +
-=== Dataviz === +
- +
-{{http://doku.floriantales.fr//lib/plugins/ckgedit/fckeditor/userfiles/image/informatique/docker/warp10/bretagne_eolienne_production_mw.png?nolink&1466x405}} +
- +
-==== Production Renouvelable Bretonne ==== +
- +
-=== Fetch === +
- +
-Exploration de la production totale (reducer.sum) des énergies renouvelables et de la consommation sur 100 jours : +
- +
-warpscript2.mc2 +
- +
-<code> +
-geshi: warp10 warpscript2.mc2 +
-'_CMyoxjEHWECcDynChiuwHG.rIeaiIY1mrZSWdfS6bz6p1PqNH_gpkppoqgKyGlmdnueFuWUPyamxzKOz2Ss90YFkjDifWZP9yAjCBjrh5PXJuYrL5anJV' 'Read_Token' STORE +
-'AP_8QdbvhyjFJuuOoohNyHJClJd7ODr.vP5GMt.Y6irthsyFdeaZt_vx2CeCrQfpF465ADT1RKD5e488pteN2MhfVomQbEHAPX8Ra3foeYo' 'Write_Token' STORE +
- +
-// Fetch Production Renouvelable +
-+
-$Read_Token +
-'eco2mix.production.mw' +
-+
-  'region' 'Bretagne' +
-  'source' '~(hydrolique|bioenregie|eolien|solaire)' +
-+
-NOW +
-100 d +
-+
-FETCH 'gts_prod' STORE +
- +
-// Somme des production Renouvelable +
-[ $gts_prod [] reducer.sum ] REDUCE 'gts_prod' STORE +
- +
-// Single Exponential Smoothing +
-//$gts_prod +
-//0.01 // alpha (smoothing factor) +
-//SINGLEEXPONENTIALSMOOTHING 'gts_prod_smooth' STORE +
- +
-// Fetch Consommation +
-+
-$Read_Token +
-'eco2mix.consommation.mw' +
-+
-  'region' 'Bretagne' +
-+
-NOW +
-100 d +
-+
-FETCH 'gts_conso' STORE +
- +
-// Display +
-$gts_prod +
-$gts_conso +
- +
- +
-</code> +
- +
-=== Dataviz === +
- +
-{{:informatique:docker:warp10:bretagne_renouvelable_production_mw.png?nolink&1458x389}}+
  
  
informatique/docker/warp10.1602318389.txt.gz · Dernière modification : 2025/01/14 11:19 (modification externe)