仅使用magento API 建立商店是否可行?
我正在尝试在 SOA 架构上使用 magento 建立一个网上商店。因此,我打算通过将其与 mule ESB 连接的 API 使用所有功能。
然而,根据我的研究,我发现 magento API 非常慢。现在我想知道它是否真的可以处理整个网站的请求。
以前有人做过类似的事情吗?真的可以发挥作用吗?如果没有,有解决方法吗?
问候 狮子座
I am trying to set up a web store using magento on a SOA Architecture. So I intend to use all of the functionalities through the API connecting it with mule ESB.
However on my research I have read that the magento API is Silly Slow. And now I am wondering if it actually can handle the requests of an entire website.
Has anybody done something like this before? Can it actually work? If not, is there a workaround?
Regards
Leo
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
不,仅使用 Magento 的 SOAP 和 RPC API 来设置商店是不可行的。这不是这些 API 的目的。
No, it is not viable to setup a store using only Magento's SOAP and RPC APIs. THat is not the intention of these APIs.
在某些示例中,人们已经完成了您正在寻找的操作,例如 http://www.yireo.com/software /magebridge
他们声称比原生 Magento 快 40%。
我已经尝试过该工具,它非常实用。
There are examples where people have done what you are looking for such as http://www.yireo.com/software/magebridge
They claim to be 40% faster than native Magento.
I've tried the tool, and it is quite functional.