Free Cloud Database Service for home development [closed]

折月煮酒 提交于 2019-12-18 10:09:09

问题


Is there a free cloud based database service I can use for an asp.net application (hosted online and not on my own server) and a winform desktop application (running on my pc).

I'd like to use one so that both apps can use the same database.

SQL Azure looks like a good solution but has no free option.


回答1:


Have you tried Appharbor.com?

They have a number of free database providers including SQL Server, mySQL, Mongo and Cloudant. They'll also build and test your software providing it's hosted on Github, Bitbucket or Codeplex. If you don't care about that, they'll still give the connection string to work with your winforms apps.




回答2:


I've never used it but, for minimal use, you can use Amazon SimpleDB.

Free Tier*

You can get started with Amazon SimpleDB for free. New and existing customers receive 25 SimpleDB Machine Hours and 1 GB of Storage for free each month. Many applications should be able to operate perpetually within these free tier limits.

I doubt you're going to be able to find a completely free cloud solution for databases.




回答3:


Ragic also have a free tier for less than 1000 entries. And paid tier is pretty cheap too for $5 per month.

It should work something like this:

  1. Put the data on an online database with HTTP API like Ragic
  2. Have both your web app and mobile app retrieve and update data to the online database.
  3. Each time the data is update, changes will be reflected on both ends.


来源:https://stackoverflow.com/questions/8695771/free-cloud-database-service-for-home-development

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