database
-
Hi friends,
I am reading real time data continuously and write to database. I want to use real time database without firebase any method is there please give me any solution.
-
Hi friends,
I am reading real time data continuously and write to database. I want to use real time database without firebase any method is there please give me any solution.
@satyanarayana143 Realtime database? I don't know whether there are any.
What exactly do you mean by "real time"? What are your requirements? -
I am reading data from blackfin board values of current and voltages for every 10 seconds I want to store data to database while continuously database update is delaying.
-
I am reading data from blackfin board values of current and voltages for every 10 seconds I want to store data to database while continuously database update is delaying.
@satyanarayana143
So how much data arrives in what period of time? What databases have you tried, how near to keeping up are they? Also, why do you want to put the data into a database, what will you use that for, what services must it supply? We have no idea of what your requirement might be. -
I am reading data from blackfin board values of current and voltages for every 10 seconds I want to store data to database while continuously database update is delaying.
@satyanarayana143 said in database:
every 10 seconds
I woulod not talk about "real time" in this case.
You can use any SQL database you like/need. See https://doc.qt.io/qt-5/qtsql-index.html
Yeasiest is SQLite - it stores the data in a file.
Are you sure you need a database at all? -
@satyanarayana143
So how much data arrives in what period of time? What databases have you tried, how near to keeping up are they? Also, why do you want to put the data into a database, what will you use that for, what services must it supply? We have no idea of what your requirement might be. -
@satyanarayana143
So have you tested that with a SQLite database (assuming you even need one, which you don't say) before asking? Are you suggesting SQLite cannot keep up with 1.5MB per minute, do you think that is likely?