O
O
out-of-space2018-07-31 14:32:52
Journaling
out-of-space, 2018-07-31 14:32:52

Who knows a service for plotting graphs of daily incoming data?

There is equipment that uploads logs of its work to the ftp server in the form of a csv file, the frequency of data in the file is 5 minutes. The file contains data for one day.
Is there a service that can build graphs for this data. to be able to change the scale along the x-axis. Those could see data for a day, a week, a month, etc.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Sergey Sokolov, 2018-07-31
@sergiks

Big-complex industrial option: build Elastic Search + Kibana yourself .

D
dmshar, 2018-07-31
@dmshar

If the data is presented as a csv file, and there are timestamps, then do whatever you want with it.
Absolutely trivial - though EXCEL use. Or its add-ons like Power BI. Or its analogues - LibreOffice and its analogues. They all know how to do what you mentioned.
You can write a couple of necessary scripts yourself in the same Python.
The gnuplot utility is a dedicated and free plotting utility. Works in almost all operating systems.
You can use Tableau or its equivalents.
You can use tools specialized for logs - but they are more difficult to maintain and use requires training. (The same elasticsearch + kibana mentioned here). The same Grafana certainly knows how to do everything you want.
In general, it all depends on your goals and qualifications. And from the funds allocated for these purposes.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question