SimpleDB、OpenID 和云能走多远?
我正在开发一个 ASP.NET MVC 应用程序(非事务型、社交型)。我开始使用 .NET 授权提供程序来完成这项工作,但随着云的衬里变得越来越闪亮,我想知道我可以推升多少。
最终,我希望废除 ISP 托管的 SQL Server 数据库,并随着内容的增加逐步开始使用 S3。
我正在考虑使用 OpenID 进行身份验证,使用 SimpleDB 来存储用户详细信息。如果我理解正确的话,用户添加的任何内容都可以在 ClaimedIdentifier 上键入。
这样做的优点/缺点是什么?这种方法的亮点是什么?
有没有人有任何纯云架构的例子可以用来支持支持/反对的论点?
I have an ASP.NET MVC app (non-transactional, social) I am workong on. I started using the .NET authorisation provider which does the job, but with the Cloud's lining getting more shiny by the day I was wondering just how much I can push up.
Ultimately I want to do away with my ISP-hosted SQL Server database and to progressively start using S3 as my content increases.
I am considering using OpenID for authentication and SimpleDB for storing user details. Any content added by a user could be keyed on the ClaimedIdentifier, if I understand correctly.
What are the advantages/disadvantages of doing this? What are the showstoppers of this approach?
Does anyone have any examples of pure Cloud architectures that can be used to support arguments for/against?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为使用 OpenID 的好处是众所周知的。使用 SimpleDB 存储用户详细信息的优点包括:
缺点包括:
I think the benefits of using OpenID are pretty well known. The advantages of using SimpleDB for storing user details include:
Disadvantages include: