基于云的数据库扩展、安全性和可用性

发布于 2024-11-26 10:57:59 字数 383 浏览 0 评论 0原文

我们有一个移动网络(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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

分开我的手 2024-12-03 10:57:59

我们决定使用 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文