WSO2 Stratos Live Services / API

时间:2013-05-31 08:28:29

标签: wso2 paas wso2stratos

目前我正在评估WSO2 Stratos LIVE 作为公共PaaS。我做了很多研究,但仍有一些问题:

  • 1。)WSO2 Stratos Live是否提供“多租户-api”以使Java Web应用程序具有多租户感知功能(类似于Google App Engine命名空间API)?
  • 2.。)基于盒式架构是否可用(如WSO2 Stratos 2中所述)?
  • 3。)是否有针对所有云服务的官方API文档/代码示例?我刚刚发现了博客文章和网络研讨会。但官方的api文档和代码示例会非常好(例如,如何在Java Web应用程序中取消Identity Server的身份验证)。
  • 4。)基于WSO2 API Manager deployment on Stratos,我认为API管理器不能用作云服务吗?
  • 5.。)我是否在Stratos Live上拥有托管选项(例如Java版本,我的应用程序将托管的国家/数据中心)?
  • 6。)是否存在使用我的应用程序访问应用程序日志的logs-api?
  • 7。)是否存在数据处理的api(例如Map Reduce,执行cron作业,CDN)?
  • 8。)我是否有本地测试环境?我知道有一些IDE插件可以轻松部署。但是有可能在我的机器上使用本地所有WSO2 Stratos Live云服务测试我的应用程序而无需连接到真实服务吗?

我知道这很多,但如果WSO2专业人士帮我回答这些问题,那将会更有帮助。正如我所说,我做了很多研究,但这8个问题仍未解决。

非常感谢和最诚挚的问候 本

1 个答案:

答案 0 :(得分:0)

在线查看答案。

1.) Does WSO2 Stratos Live offer a "multi-tenancy-api" to make Java web applications multi-tenant-aware (something like the Google App Engine Namespace API)?

是。您的网络应用程序可以是多租户的。 http://www.youtube.com/watch?v=_lEwm6VzAmo&noredirect=1 http://www.slideshare.net/afkham_azeez/building-a-multitenanted-cloudnative-appserver

2.) Is the cartridge-based architecture available (like in WSO2 Stratos 2)?

还没有。但我们的计划是将Stratos2.0作为StratosLive的基础。这将在GA发布Stratos2.0之后完成(现在处于测试阶段)

3.) Are there official API documentations / code samples for all the cloud services? I just found blog posts and webinars. But an official api documentation and code samples would be very great (for example how to unse Identity Server for authentication in Java web applications).

可用于WSO2产品的所有文档和样本均适用于StratosLive。原因是,我们在云中部署了相同的产品。我们目前正在填补有关StratosLive的文档差距。

4.) Based on WSO2 API Manager deployment on Stratos, I assume that the API manager is not available as cloud-service?

还没有。它将来会有用。

5.) Do I have hosting options on Stratos Live (e.g. Java Version, the country / Data Center where my app will be hosted)?

没有。 StratosLive使用共享实例来实现多租户(不像其他一些每个租户使用JVM的PaaS)。因此,托管选项不可用。

6.) Does exist a logs-api to access application logs from my application?

是。我们允许租户查看系统日志和应用程序日志。遗憾的是,用于日志查看的API尚未记录。 http://sparkletechthoughts.blogspot.com/2012/09/how-distributed-logging-works-in-wso2.html

7.) Are there apis for data handling (for example Map Reduce, execution of cron jobs, CDN)?

可以使用可以部署在WSO2 BAM(monitor.stratoslive.wso2.com)中的工具箱来处理Map reduce相关任务。有关详细信息,请查看WSO2 BAM2文档。

8.) Do I have a local test environment? I know that there are IDE plugins for an easy deployment. But is it possible to test my app with all WSO2 Stratos Live cloud services local on my machine without connecting to the real services?

您可以下载并使用可在http://wso2.com/cloud/stratos

找到的Stratos本地设置