简体   繁体   English

将Cloud应用程序与Onpremise集成

[英]integrating Cloud application with Onpremise

I have a product hosted in AWS which has well defined REST based API, I need to integrate this with multiple on premise applications like ERP, CRM, HR etc. So this is kind of a Hybrid integration what are the best possible solutions ? 我有一个托管在AWS上的产品,该产品具有定义良好的基于​​REST的API,我需要将此产品与多个内部应用程序(如ERP,CRM,HR等)集成。因此,这是一种混合集成,最好的解决方案是什么? I am looking for Open source solutions. 我正在寻找开源解决方案。 Can I deploy an Open source ESB like Mule or WSO2 in cloud and integrate with my On premise applications? 我可以在云中部署像Mule或WSO2这样的开源ESB并与我的本地应用程序集成吗?

The cloud version of MuleESB is called CloudHub ( https://anypoint.mulesoft.com/cloudhub/ ) which can be used for your case. MuleESB的云版本称为CloudHub( https://anypoint.mulesoft.com/cloudhub/ ),可用于您的案例。 However, it is not free, there is a 30-day trial available to try it out. 但是,它不是免费的,可以试用30天。

Essentially, the endpoints in the CloudHub flows will connect the AWS REST API with the on-premise applications. 本质上,CloudHub流中的终结点会将AWS REST API与本地应用程序连接。

I'm pretty sure you can deploy MuleESB in the cloud, but much to my knowledge it's not multi-tenant (please correct me someone if it's not true anymore) if that's what you'd also need. 我很确定您可以在云中部署MuleESB,但据我所知,它不是多租户(如果不再需要,请更正我),如果您也需要这样做。 If you're ready to write connectors to these on-premise applications as well as to you product yourself, you can also try the elastic.io - it's a cloud-based integration platform with Java and Node.js SDKs for writing own API components. 如果您准备为这些本地应用程序以及您自己的产品编写连接器,也可以尝试elastic.io-这是一个基于云的集成平台,具有Java和Node.js SDK,用于编写自己的API组件。 Serves basically the same purpose as ESB. 具有与ESB基本上相同的目的。

Off my experience I can tell stratoacale's Symphony is a multi tenant product that may suit your needs. 根据我的经验,我可以告诉我stratoacale的Symphony是一款多租户产品,可以满足您的需求。 The latest version of it has made the SDDC solution even more simple to use, as you can have your private cloud as a base, use it as on-premise whenever, plus you can have your AWS infrastructure set as an on-premise as well. 它的最新版本使SDDC解决方案的使用变得更加简单,因为您可以将私有云作为基础,随时将其用作内部部署,还可以将AWS基础架构设置为内部部署。 You can try their demo and see if that could work for you. 您可以尝试他们的演示,看看是否可以为您工作。

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

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