How to use database influxdb for save data on locally raspberry pi or on my computer, just save data not visualization.. because i just want use node red for visualization data not use influxdb
Hi.
I’m sorry, but I don’t understand your question…
You can save data in InfluxDB and ignore the visualizations.
Are you referring to any project in particular?
Regards,
Sara
I want to implement database locally in my project, i see module 6 influxdb can to use for database locally, just i want influxdb for database
From where are you copying those commands?
Try these commands instead:
wget -q https://repos.influxdata.com/influxdata-archive_compat.key
echo '393e8779c89ac8d958f81f942f9ad7fb82a25e133faddaf92e15b16e6ac9ce4c influxdata-archive_compat.key' | sha256sum -c && cat influxdata-archive_compat.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/influxdata-archive_compat.gpg > /dev/null
echo 'deb [signed-by=/etc/apt/trusted.gpg.d/influxdata-archive_compat.gpg] https://repos.influxdata.com/debian stable main' | sudo tee /etc/apt/sources.list.d/influxdata.list
sudo apt-get update && sudo apt-get install influxdb2
From your ebook v1.1
now i am already download for your ebook last update.. thanks sara