Week 1 Unit 4: Creating Integration
Processes From Scratch
Creating Integration Processes From Scratch
A typical integration flow
Sender Receiver
Channel Message Processing = Route = Processor Chain Channel
Component Component
Apache Camel
© 2016 SAP SE or an SAP affiliate company. All rights reserved. Public 2
Creating Integration Processes From Scratch
Apache Camel
Camel is an integration framework (not an ESB)
Routing and mediation engine
Payload-agnostic router
Flexible pipeline (“Route” or “Processor Chain” in Camel terms)
Based on enterprise integration patterns (EIPs)
– EIPs describe integration problems and solutions
– EIPs provide a common vocabulary, for example
Request/Response
Content-Based Router
Splitter/Gather
Recommended reading:
– Camel in Action (2011) by Claus Ibsen and Jonathan Anstey, Manning Publications Co., ISBN 978-1-935182-36-8
– Enterprise Integration Patterns (2003) by Gregor Hohpe and Bobby Woolf, Addison Wesley, ISBN 0-321-20068-3
© 2016 SAP SE or an SAP affiliate company. All rights reserved. Public 3
Creating Integration Processes From Scratch
Copying files – Creating a new integration package
Goal: Implementing an integration flow that copies files between directories located on an SFTP server
© 2016 SAP SE or an SAP affiliate company. All rights reserved. Public 4
Creating Integration Processes From Scratch
Copying files – Creating a new integration flow (1)
Goal: Implementing an integration flow that copies files between directories located on an SFTP server
Click
© 2016 SAP SE or an SAP affiliate company. All rights reserved. Public 5
Creating Integration Processes From Scratch
Copying files – Creating a new integration flow (2)
Goal: Implementing an integration flow that copies files between directories located on an SFTP server
Click
© 2016 SAP SE or an SAP affiliate company. All rights reserved. Public 6
Creating Integration Processes From Scratch
Copying files – Modeling integration flow
Goal: Implementing an integration flow that copies files between directories located on an SFTP server
© 2016 SAP SE or an SAP affiliate company. All rights reserved. Public 7
Creating Integration Processes From Scratch
Copying files – Sender adapter configuration
Goal: Implementing an integration flow that copies files between directories located on an SFTP server
© 2016 SAP SE or an SAP affiliate company. All rights reserved. Public 8
Creating Integration Processes From Scratch
Copying files – Receiver adapter configuration
Goal: Implementing an integration flow that copies files between directories located on an SFTP server
© 2016 SAP SE or an SAP affiliate company. All rights reserved. Public 9
Creating Integration Processes From Scratch
Copying files – Message monitoring
Goal: Implementing an integration flow that copies files between directories located on an SFTP server
© 2016 SAP SE or an SAP affiliate company. All rights reserved. Public 10
Creating Integration Processes From Scratch
Demo
DEMO
Creating Integration
Processes From
Scratch
© 2016 SAP SE or an SAP affiliate company. All rights reserved. Public 11
Creating Integration Processes From Scratch
What you’ve learned in this unit
How to create a new integration package
How to create a new integration flow
How to configure sender and receiver adapters
for copying files between directories on an
SFTP server
How to monitor the message transfer via the
SAP HANA Cloud Integration server
© 2016 SAP SE or an SAP affiliate company. All rights reserved. Public 12
Thank you
Contact information:
open@sap.com
© 2016 SAP SE or an SAP affiliate company. All rights reserved.
No part of this publication may be reproduced or transmitted in any form or for any purpose without the express permission of SAP SE or an SAP affiliate company.
SAP and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP SE (or an SAP affiliate
company) in Germany and other countries. Please see http://global12.sap.com/corporate-en/legal/copyright/index.epx for additional trademark information and notices.
Some software products marketed by SAP SE and its distributors contain proprietary software components of other software vendors.
National product specifications may vary.
These materials are provided by SAP SE or an SAP affiliate company for informational purposes only, without representation or warranty of any kind, and SAP SE or its
affiliated companies shall not be liable for errors or omissions with respect to the materials. The only warranties for SAP SE or SAP affiliate company products and
services are those that are set forth in the express warranty statements accompanying such products and services, if any. Nothing herein should be construed as
constituting an additional warranty.
In particular, SAP SE or its affiliated companies have no obligation to pursue any course of business outlined in this document or any related presentation, or to develop
or release any functionality mentioned therein. This document, or any related presentation, and SAP SE’s or its affiliated companies’ strategy and possible future
developments, products, and/or platform directions and functionality are all subject to change and may be changed by SAP SE or its affiliated companies at any time
for any reason without notice. The information in this document is not a commitment, promise, or legal obligation to deliver any material, code, or functionality. All forward-
looking statements are subject to various risks and uncertainties that could cause actual results to differ materially from expectations. Readers are cautioned not to place
undue reliance on these forward-looking statements, which speak only as of their dates, and they should not be relied upon in making purchasing decisions.
© 2016 SAP SE or an SAP affiliate company. All rights reserved. Public 14