- SAP Data Services 4.x Cookbook
- Ivan Shomnikov
- 299字
- 2021-08-20 10:52:14
Introduction
The same thing that makes SAP Data Services a great ETL development environment makes it quite not a trivial one to install and configure. Here though, you have to remember that Data Services is an enterprise class ETL solution that is able to solve the most complex ETL tasks.
See the following image for a very high-level Data Services architecture view. Data Services has two basic groups of components: client tools and server-based components:

Client tools include the following (there are more, but we mention the ones most often used):
- The Designer tool: This is the client-based main GUI application for ETL development
- Repository Manager: This is a client-based GUI application for Data Services to create, configure, and upgrade Data Services repositories
The main server-based components include the following ones:
- IPS Services: This is used for user authentication, system configuration storage, and internal metadata management
- Job Server: This is a core engine service that executes ETL code
- Access server: This is a real-time request-reply message broker, which implements real-time services in the Data Services environment
- Web application server: This provides access to some Data Services administration and reporting tasks via the DS Management Console and Central Management Console web-based applications
In the course of the next few recipes, we will install, configure, and access all the components required to perform the majority of ETL development tasks. You will learn about their purposes and some useful tips that will help you effectively work in the Data Services environment throughout the book and in your future work.
Data Services installation supports all major OS and database environments. For learning purposes, we have chosen the Windows OS as it involves the least configuration on the user part. Both client tools and server components will be installed on the same Windows host.
- GraphQL學(xué)習(xí)指南
- Python從菜鳥到高手(第2版)
- Visual C++串口通信技術(shù)詳解(第2版)
- Python Network Programming Cookbook(Second Edition)
- 琢石成器:Windows環(huán)境下32位匯編語言程序設(shè)計(jì)
- Python時間序列預(yù)測
- RabbitMQ Cookbook
- C語言程序設(shè)計(jì)
- Unity&VR游戲美術(shù)設(shè)計(jì)實(shí)戰(zhàn)
- Cocos2d-x Game Development Blueprints
- R Data Science Essentials
- SEO教程:搜索引擎優(yōu)化入門與進(jìn)階(第3版)
- IBM DB2 9.7 Advanced Application Developer Cookbook
- jQuery Essentials
- 深度學(xué)習(xí)的數(shù)學(xué):使用Python語言