As I plan to run a lot of tests on many different units, I was thinking of the possibility of saving the results in a database. For the moment, the results are semi-structured at best, but could eventually be JSON. For that, the solution seems to be NoSql.
I was curious to know about what other people did when it comes to save the results, maybe run analytics, etc.