junh-ki / dias_kuksa

Pieces of connectivity implementation with Eclipse KUKSA for DIAS.
https://dias-kuksa-doc.readthedocs.io/en/latest/
GNU General Public License v3.0
4 stars 3 forks source link

Deploy grafana with plotly plug-in has been done. What is the next step? #11

Closed junh-ki closed 3 years ago

junh-ki commented 3 years ago

1. Add an InfluxDB container as a DB source (by using docker-compose) (18/Oct/2020)

2. Create a pre-configured panel (for convenience) (29/Oct/2020)

3. How to automatically configure a bridge network and a volume for each service before running docker-compose (21/Oct/2020)

  1. How to include Hono as a docker container (https://hub.docker.com/u/eclipse/)

  2. Migrate the docker-compose configuration to Kubernetes

junh-ki commented 3 years ago

After running docker-compose (influxdb), to interact with influxdb, you can use bash shell:

$ docker exec -it be472f45029e /bin/bash # be472f45029e here is the container id of influxdb