I\'m looking for a database system with these requirements: Native support for A
ID: 659031 • Letter: I
Question
I'm looking for a database system with these requirements:
Native support for Ada code.
Easy to store sensor data. I'm managing about ten sensors with a sampling frequency or 1Hz, so I have about 1 million samples per day.
I wish I had that data available to other applications: like rrdttol in order to generate graphs, logging, etc.
Single access is enough, because I will use a protected object.
It is a personal project so I'm looking for free personal use libraries/databases.
Do you know any database system (RRD, levelDB, Redis..) with an easy interface/library to code that in Ada?
Explanation / Answer
I doubt there are any databases (and even more so for database systems) with NATIVE support for Ada. But one thing I know for sure is that postgresql with apq (Ada binding to various databases, postgresql among them) should work for you. And it is quite easy to use.
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.