computer:ubuntu:garmin_fenix_und_linux

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
computer:ubuntu:garmin_fenix_und_linux [2023/03/08 09:58] – [Grafana, Kibana et.al.] springmcomputer:ubuntu:garmin_fenix_und_linux [2025/03/09 19:02] (current) – [Aktuelle Darstellung] spring
Line 17: Line 17:
   * https://github.com/btittelbach/openmtbmap_openvelomap_linux   * https://github.com/btittelbach/openmtbmap_openvelomap_linux
   * https://www.mkgmap.org.uk/download/mkgmap.html   * https://www.mkgmap.org.uk/download/mkgmap.html
 +
 +==== Aktuelle Darstellung ====
 +
 +  # Aktuelle Daten von der Garmin-Website holen
 +  ~/projekte/python/GarminDB/scripts/garmindb_cli.py -d --all
 +  
 +  # In CSV umwandeln
 +  (cd ~/projekte/python/d-tale && ./garmin_bike2csv.py)
 +  
 +  # Darstellen mit Plotly
 +  # ( cd ~/projekte/python/d-tale/; ./resample3.py )
 +  
 +  # flask-Anwendung für docker testen
 +  ( cd ~/projekte/python/mtb-dashboard && export FLASK_ENV=development && export FLASK_APP=run.py && flask run)
 +  
 +Plan: Flask-Server in docker, der die Werte dynamisch liest und darstellt.
 +hierzu: 
 +  * https://towardsdatascience.com/web-visualization-with-plotly-and-flask-3660abf9c946 
 +  * https://blog.logrocket.com/build-deploy-flask-app-using-docker/
 +  * https://gist.github.com/mwouts/a2de16feb90d33fd89334fb09f62742f
 +  * https://www.digitalocean.com/community/tutorials/how-to-build-and-deploy-a-flask-application-using-docker-on-ubuntu-20-04
 +
 +==== garmindb-mtb-dashboard auf hermes ====
 +  docker compose build
  
 ===== Ubuntu Softwareprojekte ===== ===== Ubuntu Softwareprojekte =====
Line 27: Line 51:
  
 ===== Grafana, Kibana et.al. ===== ===== Grafana, Kibana et.al. =====
 +Die Grafana-Visualisierung funktioniert, allerdings braucht der Elastic-Stack sehr viele Ressourcen und erzeugt eine hohe CPU-Last. Nett für einen Test, erstaunlich was mit Grafana alles möglich ist, aber für den Dauerbetrieb uninteressant.
   * https://medium.com/@franzke.christoph/create-your-own-komoot-dashboard-6a0cd35ab89   * https://medium.com/@franzke.christoph/create-your-own-komoot-dashboard-6a0cd35ab89
   * [[kibana-garmin]]   * [[kibana-garmin]]
  
-==== Aktuelle Darstellung ==== 
  
-  # Aktuelle Daten von der Garmin-Website holen 
-  ~/projekte/python/GarminDB/scripts/garmindb_cli.py -d --all 
-   
-  # In CSV umwandeln 
-  (cd ~/projekte/python/d-tale && ./garmin_bike2csv.py) 
-   
-  # Darstellen mit Plotly 
-  ( cd ~/projekte/python/d-tale/; ./resample3.py ) 
-   
-Plan: Flask-Server in docker, der die Werte dynamisch liest und darstellt. 
-hierzu: https://towardsdatascience.com/web-visualization-with-plotly-and-flask-3660abf9c946 und https://blog.logrocket.com/build-deploy-flask-app-using-docker/ 
  • computer/ubuntu/garmin_fenix_und_linux.1678269523.txt.gz
  • Last modified: 2023/03/08 09:58
  • by springm