Storing and retrieving data in the cloud and retrieving via webservices

匆匆过客 提交于 2020-01-17 06:20:10

问题


I am writing some home automation application wextended with an mobile application. The home devices would store their statuses online and should be able to check if there is some kind of command (turn light on, start washing maschine,...) for them to execute.

Are there any service providers that would let me store and retrieve information online, possibly without me having to write the webservices and authentication part for the server side?

If yes then are there service providers that would do this for free if I am a noneprofit enduser just trying to automate his own home?


回答1:


Yes, there are many such services which are coming up now which give you a cloud data-store without writing code on cloud.

Listing some:

  1. http://parse.com/ (A facebook company now). They have a good free usage plan to start with, and is very easy to use (I have tried personally)
  2. https://www.firebase.com/
  3. AWS DynamoDB. If you are familiar with AWS, this is a good option.
  4. Dropbox Datastore

All of them give client side SDK - for Android, iOS etc.



来源:https://stackoverflow.com/questions/22262174/storing-and-retrieving-data-in-the-cloud-and-retrieving-via-webservices

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!