The best database for remote monitoring of sensor data

I need to select a database for remote storage of data from a large number (from thousands to tens of thousands) of sensors that generate about one record per minute each.

The indicated data should be requested in various ways: from the calculation of data with certain characteristics for statistics to the simple conclusion for construction.

I am looking for a suitable tool, I started with MySQL, but I feel that it lacks the scalability needed for this project, and this leads me to noSQL databases, which I know little about.

Which database, whether relational or not, would be a good choice?

Thank.

+5
source share
3 answers

"" , . , , ( ?) "".

, , , [MySQL] , ", , - , . , " ".

:

  • , 10 000
  • ( ), .
  • , , ( ), , , ?)

: 10 000 ​​ , . , , . - ( , ) , ( ).

, . , ( " " " " ), , . , , ( ?), , , ..

, , (RRD), RRDTool , .

+7

" " ( SO) :

(http://reatha.de), , , MySQL + PHP. , , .

, Heroku:   , .

, .

0

you can try using the redis noSQL database

-3
source

All Articles