For this command: sudo service InfluxDB start, I am getting - Failed to start InfluxDB.service: Unit InfluxDB.service not found. I am using ubunutu 20.04.4 LTS. Can you please help me with this?
how do i keep influxdb from filling up the storage medium and crashing the computer? i need to find and select the oldest entries, then delete them, but HOW? how do i do that?
Thanks for the explanations. The terminology with influx is kinda off. When I think of a 'measurement' I think of something like '32 inches' when influx means something more like 'length'. Measurement to me means what value you get when you measure something, influx means the something that you are measuring.
Hi, Very nice and straight to the point video! 👏🏻I am considering using InfluxDB in a school project and this video made me more confident about that choice. I am trying to implement a digital running race competiton between a lot of users and was wondering if you could share what you think: Lets say we have a lot of users, and those users want to compete in a running race digitally. Some device would send data on the distance they've covered each second. Would using measure as "race", and host an unique id for that persons race (from a different db) make sense? Would you do it differenly? I was wondering if you would recommend a InfluxDB for this use case?
I am trying to make a comparison of write times for different databases storing timeseries, does it make sense to insert to influx e.g. 500k records with timestamps defined? since I see it takes the insertion time as a timestamp so they would all be considered from the same moment and timestamp value would lose its significance I guess?
ESP 32 with used to connect water flow sensor. This sensor value is stored in the InfluxDB database. while the below-shown Arduino code is removed we can get the correct accurate flow rate. But in this code is removed, then data can not be sent to the InfluxDB database. (water flow sensor is connected with an interrupt pin). if (!client.writePoint(sensor)) { Serial.print("InfluxDB write failed: "); Serial.println(client.getLastErrorMessage()); } Please give me the correct solution as soon as possible. It will be a big help for me.
They recommend using shell commands. archive.docs.influxdata.com/influxdb/v1.2/tools/web_admin/ For the most part, influx dB sits idle and you push data into it, then you pull out the data using something like Grafana. You might find my Grafana + InfluxDB tutorial helpful. Grafana is a GUI: ruclips.net/video/-zMWWCzFiH0/видео.html
If you want a full tutorial on how to integrate with Telegraf + Grafana: ruclips.net/video/-zMWWCzFiH0/видео.html If you want to see how to add data via Python: ruclips.net/video/49hKs_H5Xf0/видео.html
its too funny that these guys, act like they know what theyre talking about.. when they're jus looking at another screen to know what to type or say.. hahahaa
Hi, I've faced with this problem when I running your code: influxdb.exceptions.InfluxDBClientError: 401: {"code":"unauthorized","message":"Unauthorized"}
@@DevOpsJourneyit is not always correct answer. the issue can be depends on OS win or ubuntu. version issue or some changes in config file (for ubuntu OS it works for me) - file : /etc/influxdb/influxdb.conf need to change [http] # Determines whether HTTP endpoint is enabled. enabled = true on windows it is not friendly, and currently I dont know how to fix unauthorized issue.
Why do I get 'ERR: received status code 401 from server' whenever I try to run a query like 'show users' or anything else ? Ps: I tried to connect with : 'influx -username Raph -password mypassword, it doesn't change anything
I've been struggling for a week to understand this, but you made it all clear in 7 minutes, thanks Sir.
Just the right amount of info I needed in a nutshell. Great work !! Thankyou!!
Straight to the point. Amazing intro with animations, pictures and actually usefull info. This is how a tutorial should be done. Thank you!
great video man, subscribed...keep up the good work
Thank you so much!
Good info to start with Influxdb.
great video, thank you.
Invoking 'influx' on docker just brings a list of commands instead of connecting. How do I connect to the server when in docker?
Nice and simple explanation.
For this command: sudo service InfluxDB start, I am getting -
Failed to start InfluxDB.service: Unit InfluxDB.service not found.
I am using ubunutu 20.04.4 LTS. Can you please help me with this?
how do i keep influxdb from filling up the storage medium and crashing the computer? i need to find and select the oldest entries, then delete them, but HOW? how do i do that?
Thanks for the explanations. The terminology with influx is kinda off. When I think of a 'measurement' I think of something like '32 inches' when influx means something more like 'length'. Measurement to me means what value you get when you measure something, influx means the something that you are measuring.
Excellent introduction! Just right to the point, loved it.
Can we perform joins in the influx, if yes how can we query the same
Hi,
Thank you for the clear description and noce examples.
Awesome video, What do you mean by 'Helpful at all'? This should've been the official documentation my guy.
Good vid. Good introduction
Hello
Please tell me how to export data from Influx 2 in csv format?
Thank you so much 감사합니다
Hi,
Very nice and straight to the point video! 👏🏻I am considering using InfluxDB in a school project and this video made me more confident about that choice.
I am trying to implement a digital running race competiton between a lot of users and was wondering if you could share what you think: Lets say we have a lot of users, and those users want to compete in a running race digitally. Some device would send data on the distance they've covered each second. Would using measure as "race", and host an unique id for that persons race (from a different db) make sense? Would you do it differenly?
I was wondering if you would recommend a InfluxDB for this use case?
Hey there, I think InfluxDB would be great for that. I would do it exactly how you mentioned.
@@DevOpsJourney Thank you for answering 😁
How to install influxDB on Windows 10
Which InfluxDB version is it?
Hey, great guide!
Can you do a simple video showing how to push data into a InfluxBD database using Python?
Great suggestion! I have a project where I had to do this. Will work on a video showcasing it and sharing the code.
@@DevOpsJourney PLEASE PLEASE PLEASE! im totally stuck importing dataframes from API responses!
@@gavinrogan Influxdb with python video is here: ruclips.net/video/49hKs_H5Xf0/видео.html
@RDJ Influxdb with python video is here: ruclips.net/video/49hKs_H5Xf0/видео.html
Thanks for sharing
I am trying to make a comparison of write times for different databases storing timeseries, does it make sense to insert to influx e.g. 500k records with timestamps defined? since I see it takes the insertion time as a timestamp so they would all be considered from the same moment and timestamp value would lose its significance I guess?
Many Thanks. Great tutorial.
thank you!
You're welcome!
ESP 32 with used to connect water flow sensor. This sensor value is stored in the InfluxDB database. while the below-shown Arduino code is removed we can get the correct accurate flow rate. But in this code is removed, then data can not be sent to the InfluxDB database. (water flow sensor is connected with an interrupt pin).
if (!client.writePoint(sensor))
{
Serial.print("InfluxDB write failed: ");
Serial.println(client.getLastErrorMessage());
}
Please give me the correct solution as soon as possible. It will be a big help for me.
useful and neat. Thanks bro.
How to clear the influxdb terminal ?
great nice. Very helpful
hi, does influxdb integrates with some kind of UI instead of only shell commands?
They recommend using shell commands.
archive.docs.influxdata.com/influxdb/v1.2/tools/web_admin/
For the most part, influx dB sits idle and you push data into it, then you pull out the data using something like Grafana.
You might find my Grafana + InfluxDB tutorial helpful. Grafana is a GUI:
ruclips.net/video/-zMWWCzFiH0/видео.html
Thank god it's sql like syntax
how to activate web gui?
Great video! thank you
You are welcome!
thanks bro
I feel influxdb v1 is good..since I am comfortable with sql 😅
Please do again for v2
Will do!
hi - can you put together some data exploration query videos... just to warm up and get going for newbie
Hey there, it may take some time, but I do plan to make a few more videos in regards to influxdb. Thanks again for your comment!
good
If you want a full tutorial on how to integrate with Telegraf + Grafana:
ruclips.net/video/-zMWWCzFiH0/видео.html
If you want to see how to add data via Python:
ruclips.net/video/49hKs_H5Xf0/видео.html
how to install brand@node
0:05 I think it's written in rust
i cant install
sudo systemctl start influxdb
For ubuntu
Useless for me( I have mac os
Virtual Machines and cloud are your friends
its too funny that these guys, act like they know what theyre talking about.. when they're jus looking at another screen to know what to type or say.. hahahaa
😂😂😂
Hi, I've faced with this problem when I running your code:
influxdb.exceptions.InfluxDBClientError: 401: {"code":"unauthorized","message":"Unauthorized"}
Unauthorized means Bad username
Or password
@@DevOpsJourneyit is not always correct answer. the issue can be depends on OS win or ubuntu. version issue or some changes in config file (for ubuntu OS it works for me) - file : /etc/influxdb/influxdb.conf need to change
[http]
# Determines whether HTTP endpoint is enabled.
enabled = true
on windows it is not friendly, and currently I dont know how to fix unauthorized issue.
Why do I get 'ERR: received status code 401 from server' whenever I try to run a query like 'show users' or anything else ?
Ps: I tried to connect with : 'influx -username Raph -password mypassword, it doesn't change anything