Practical Internet of Things with JavaScript
上QQ阅读APP看书,第一时间看更新

MongoDB

We are going to use MongoDB as our data persistence layer. MongoDB is a NoSQL document database that allows us to save documents with different schemas in one collection. This kind of database is well suited for dealing with sensor data from various devices, as the data structure or the parameters vary from solution to solution. To know more about MongoDB, refer to https://www.mongodb.com/.