mulesoft笔记

  • iPaas产品对比
  • mulesoft是什么?

首先了解一下云服务的整个架构,由Iaas、Paas和Saas三部分组成,其是一个逐渐软化的过程:

而在Paas层又细分出aPaas和iPaas,其区别主要是:

  • iPaas解决企业里各个软件造成的壁垒问题,减轻IT任务量,偏向Iaas;
  • aPaas满足企业追求的灵活但要性价比高的软件开发,降低开发门槛,偏向Saas。

iPaas产品对比

2020年魔力四象限报告

Product Strengths Cautions
Adaptris Targeted industry traction
Use case coverage
Customer relationship and growth
Sales execution
Market coverage
Support for nonspecialist integrators
Boomi Market understanding
Product strategy
Market traction
Pricing
Citizen integrator support
Functionality and third-party support
Celigo Support for nonspecialist integrators
Sales execution
Sales strategy
Market reach
Customer experience
Range of buyers
Cloud Elements Multipersona support
Innovation
Strategy for enterprise-grade operations
Marketing execution
Market focus
Geographic strategy
IBM Market understanding
Product strategy
Market responsiveness
Sales execution
Mind share
Fragmented offering
Informatica Enterprise offering and adoption
Innovation:
Extensibility
Mind share for non-data-focused scenarios
Guidance for complex implementations
Pricing
Jitterbit Market traction
Resonance of offering
Customer relationships
Implementation and skills coverage
Operational and deployment support
Geographic strategy
Microsoft Breadth of portfolio
Market traction
Global coverage
Versatility of offering
Product implementation and documentation
Pricing model
MuleSoft Go-to-market strategy and traction
Innovation
Platform versatility
Appeal to nonspecialist integrators
Pricing and negotiation flexibility
Complexity and suitability
Oracle Offering coverage
Marketing strategy
Product strategy
Enterprise-grade operations
Partnerships
Customer satisfaction
SAP Offering coverage
Sales execution
Customer experience
Marketing strategy
Platform deployment
Platform technology
SnapLogic Adaptable platform and customer focus
Balance of high performance and simplification
Composable business capabilities
Operations and administration
API management functionality
Access to solutions
Software AG Product coverage
Geographic strategy
Market understanding
Sales execution
Market responsiveness
Marketing execution
Talend Sales execution
Product evolution
Business model extension
Market and mind share
Geographic and skills coverage
Resonance and versatility of offering
TIBCO Software Sales execution
Product versatility
Presence and experience
Market mind share
Solution strategy and implementation
Integrator productivity
Tray.io Sales execution
Sales strategy
Customer experience
Geographic strategy
Breadth of offering
Market reach
Workato Customer experience
Innovation
Sales execution
Geographic strategy
Product offering
Market reach

mulesoft是什么?


mulesoft是一个云平台,在后端与前端之间的中继站。这个中继站通过MuleSoft对后端发送的数据进行处理和包装,然后发给前端。在这里前端需要Dataweave处理得到的RAML格式的数据。

RAML
RAML的全称是RESTful API建模语言,这是一种基于YAML格式的新规范,因此机器与人类都能够轻易地理解其中的内容。但RAML的目的不仅仅在于创建更易于理解的规范(你可以将这一工作指派给文档团队,他们会做得更好)而已。RAML的设计者Uri Sarid希望使用者能够打破固有的思维,在开始编写代码之前以一种全新的方式对API进行建模。

Dataweave
Dataweave中文翻译为数据编织。Dataweave是一个简单而强大的工具,主要用在Mule中的Transform Message组件,用于在Mule内部查询和转换数据(XML,JSON,CSV…)。

mulesoft笔记相关推荐

  1. Activiti笔记

    第一章 认识Activiti Activiti七大Service接口 Activiti与jBPM5比较 注意 第2章 Acitiviti与BPMN 20规范 启动事件与结束事件 空启动事件 定时启动事 ...

  2. MuleSoft 4 各种组件的使用

    MuleSoft的各种组件 组件的话,可以分成好几类,有core.HTTP.Web Service Consume等等 我认识其实也不是很多,我的东西都是当笔记来看待 core core下面有七种组件 ...

  3. 【读书笔记】知易行难,多实践

    前言: 其实,我不喜欢看书,只是喜欢找答案,想通过专业的解答来解决我生活的困惑.所以,我听了很多书,也看了很多书,但看完书,没有很多的实践,导致我并不很深入在很多时候. 分享读书笔记: <高效1 ...

  4. 【运维学习笔记】生命不息,搞事开始。。。

    001生命不息,搞事不止!!! 这段时间和hexesdesu搞了很多事情! 之前是机械硬盘和固态硬盘的测速,我就在那默默的看着他一个硬盘一个机械测来测去. 坐在他后面,每天都能看到这位萌萌的小男孩,各 ...

  5. SSAN 关系抽取 论文笔记

    20210621 https://zhuanlan.zhihu.com/p/353183322 [KG笔记]八.文档级(Document Level)关系抽取任务 共指id嵌入一样 但是实体嵌入的时候 ...

  6. pandas以前笔记

    # -*- coding: utf-8 -*- """ Created on Sat Jul 21 20:06:20 2018@author: heimi "& ...

  7. PyTorch 学习笔记(六):PyTorch hook 和关于 PyTorch backward 过程的理解 call

    您的位置 首页 PyTorch 学习笔记系列 PyTorch 学习笔记(六):PyTorch hook 和关于 PyTorch backward 过程的理解 发布: 2017年8月4日 7,195阅读 ...

  8. 容器云原生DevOps学习笔记——第三期:从零搭建CI/CD系统标准化交付流程

    暑期实习期间,所在的技术中台-效能研发团队规划设计并结合公司开源协同实现符合DevOps理念的研发工具平台,实现研发过程自动化.标准化: 实习期间对DevOps的理解一直懵懵懂懂,最近观看了阿里专家带 ...

  9. 容器云原生DevOps学习笔记——第二期:如何快速高质量的应用容器化迁移

    暑期实习期间,所在的技术中台-效能研发团队规划设计并结合公司开源协同实现符合DevOps理念的研发工具平台,实现研发过程自动化.标准化: 实习期间对DevOps的理解一直懵懵懂懂,最近观看了阿里专家带 ...

最新文章

  1. java 定时器获得外部参数_JMeter定时器使用小结
  2. 今年CVPR,我们填补了3D场景布局数据集空白,并向全世界开源!
  3. 使用Arquillian测试Spring Data + Spring Boot应用程序(第1部分)
  4. java 使用nullable_Java Stream ofNullable(T)用法及代码示例
  5. mysql对本地文件的读取_Mysql 任意读取客户端文件
  6. tomcat 系统服务 outofmemory
  7. 终于有人把数据、信息、知识讲明白了
  8. android onSaveInstance方法项目中的实践
  9. Android Studio报错: Alternatively, to transfer the license agreements from one workstation to another
  10. jquery 单选、复选赋值
  11. Dll学习心得(2)
  12. CoreBluetooth Central模式 Swift版
  13. 30 System类
  14. 俄罗斯方块 java_java 俄罗斯方块
  15. Python算法、经典面试常见案例题大分享!!!
  16. 批量添加手机联系人:csv/excel转vcf
  17. 免费下载思维导图模板的方法
  18. C语言报错:「error」Id returned 1 exit status
  19. Tip__Unity 3D模型上的材质球为灰色 改不动的问题
  20. 如何禁止 Google Chrome 自动更新 (macOS, Linux, Windows)

热门文章

  1. 让代码看起来更舒服(1):选择适合的配色方案(更新配色方案生成器)
  2. 解决通过modem 拨号到服务器上网问题的方法
  3. ㊙ 女士尽量不要称爱人为“老公”
  4. Janus.js源码浅分析
  5. 五轴数控转台_为什么说五轴数控机床RTCP功能非常重要!
  6. Heuristic (computer science)
  7. 中兴蓝剑计划面试经验
  8. winsvr服务器C盘突然满了的处理方法
  9. 关于Sprites的一些理解
  10. python+opencv人脸识别-图片处理+代码