Skip to content

punit15sharma/Iot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##This is the repository for installing Grafana+Influx+VScode in Rpi with Codes to upload (SHT85) data to influx



run "bash infana.sh"
Commands for creating a database and granting all the premissions

"""

create database home
use home

create user grafana with password '<passwordhere>' with all privileges
grant all privileges on home to grafana

show users

"""
#one has to add the database(grafana) on Grafana server too 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published