简体   繁体   English

本地版本的Azure表存储

[英]A Local version of Azure Table Storage

Ok first of all I love Azure and table storage. 好吧,首先我喜欢Azure和表存储。

We're starting a new greenfield project which will be hosted as a SaaS model in the cloud. 我们正在启动一个新的未开发项目,该项目将作为SaaS模型托管在云中。 Azure Table storage is ideal for what we need but one thing stopping us from taking this route is the possibility of someone having to have the application deployed to their local web server rather than a cloud deployment. Azure表存储是满足我们需求的理想选择,但阻止我们采取这种方法的一件事是,有人可能不得不将应用程序部署到本地Web服务器,而不是云部署。

This is something i'd rather avoid personally but unfortunately some people insist the their local setup is more secure than any data centre out there. 我宁愿亲自避免这种情况,但不幸的是,有些人坚持认为本地设置比那里的任何数据中心都更安全。

What i'd really like to know is if someone has created a local implementation of Azure Table Storage. 我真正想知道的是,是否有人创建了Azure Table Storage的本地实现。 I know microsoft have the emulator which in theory could be used (it stores the data in SQL which may be slow) 我知道microsoft具有理论上可以使用的模拟器(它将数据存储在SQL中,这可能很慢)

Anyone used the emulator for an internal deployment? 有人将模拟器用于内部部署吗? I'm happy to look at creating a wrapper for Azure Table Storage using their rest apis but didn't want to do something that's already been done. 我很高兴使用他们的其余API为Azure Table Storage创建包装器,但不想做已经完成的事情。

Alternately can anyone recommend an alternate? 或者,有人可以推荐一个替代者吗? I know there's RavenDB and MongoDB which also look good too but i've not had an exposure to how well they handle under load or when to scale them out. 我知道还有RavenDB和MongoDB看起来也不错,但是我没有透露它们在负载下的处理能力或何时扩展它们。

The emulator is designed to simplify testing - it is definitely not intended to be used as part of a production deployment. 该仿真器旨在简化测试-绝对不打算将其用作生产部署的一部分。

Is it possible to embrace both a cloud only (Azure Web role and Storage) and a hybrid design whereby your application can be hosted within your web server yet still use Azure Storage? 是否可以同时包含仅云(Azure Web角色和存储)和混合设计,从而使您的应用程序可以托管在Web服务器中而仍然使用Azure存储?

Jason 贾森

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM