S
S
semki0962020-02-10 11:16:08
Database
semki096, 2020-02-10 11:16:08

What is the best way to store data that does not need to be processed?

I want to use the D3.js plotting library. What is the best way to store the data for the plot - in a database or in a file? At this stage, I do not plan to process them in the data query plan, but I plan to add this data at some time intervals, for example, every minute. I would be grateful for help.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Andrew, 2020-02-10
@semki096

At this stage, I do not plan to process them in terms of data query

This is not very clear.
There is data for plotting. According to this data, graphs will be built with some periodicity = will there be requests?
If you just save some information, then it's easier, of course, purely to a file.

M
mayton2019, 2020-02-12
@mayton2019

If the author needs to store measurement data (graphics) in append-only mode, then you can look towards InfluxDB.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question