基于云的数据库扩展、安全性和可用性
我们有一个移动网络(ASP.NET + MS-SQL 2008)网站,用于存储用户的“个人”数据。我们现在正在开发iPhone& Android 应用程序会定期将移动数据同步到同一后端。在云中托管的最佳方法是什么?我的要求(排名不分先后):
- 速度/性能
- 安全(我们对数据进行加密等),但数据库需要 安全,因为数据库被“黑客攻击”的暗示可能会影响感知
- 可用性:需要 HA
- 最后 $ - 希望保持较低的成本。
我看过的一些是:Google 数据存储(问题:没有 RESTful API)、Amazon SimpleDB(成本似乎相当高,有一个 WTF 小 10GB“限制”)。
关于如何最好地构建此解决方案有什么建议吗?
We have an mobile web (ASP.NET + MS-SQL 2008) website that stores users' "personal" data. We are now developing an iPhone & Android apps that would sync mobile data periodically to the same backend. What is the best way of going about it for hosting in the cloud? My requirements in no particular order:
- Speed/Performance
- Security (we bcrypt the data etc.), but the database needs to be
secure, since a hint of database being "hacked" can affect perception - Availability: need HA
- Finally $ - want to maintain costs low.
Some I have looked at are: Google data-store (problem: no RESTful API), Amazon SimpleDB (the cost seems quite prohibitive, has a WTF small 10GB "limit").
Any recommendations on how best to architect this solution?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我们决定使用 Amazon RDS https://aws.amazon.com/rds/。它仍处于测试阶段,价格似乎合理。希望这对某人有帮助。
We decided to go with Amazon RDS https://aws.amazon.com/rds/. It is still in beta and seems price reasonable. Hope this helps someone.