This repository contains example operators, pipelines and dockerfiles for SAP Data Hub showing how to connect to different sources or how to perform certain tasks.
Before you start with the examples, please make sure that:
- You are familiar with the basic concepts of SAP Data Hub Modeling such Pipelines (Graphs), Operators and Dockerfiles. For more information, you may refer to the Modeling Guide for SAP Data Hub that is available on the SAP Help Portal (https://help.sap.com/viewer/p/SAP_DATA_HUB).
- You are familiar with the basic concepts of Docker (https://docs.docker.com/get-started/) and Kubernetes (https://kubernetes.io/docs/concepts/overview/what-is-kubernetes/).
In order to be able to deploy and run the examples, the following requirements need to be fulfilled:
- SAP Data Hub 2.3 or later installed on a supported platform or SAP Data Hub, trial edition 2.3
To download the examples just download the complete repository as ZIP file from here.
After downloading, extract the ZIP file and navigate into the desired example folder (for example HiveOperator/
). Each example comes with a solution archive within the folder solution/
. A solution is a self-contained archive that includes all artefacts that are required to run the example. The solution archives can be imported into SAP Data Hub via SAP Data Hub System Management
-> Files
-> Import Solution
.
For details on how to configure and run the examples after the solution has been imported, please refer to the README.md
in the corresponding example directory.
Name | Description |
---|---|
Application Integration Example Scenario | Exemplifies how to extract, store, transform, and analyse data from several SAP applications for 360° customer view. |
HANA_exposed_via_OpenAPIServer | Expose an SAP HANA database through an OpenAPI server operator |
HiveOperator | Provides functionality to query a Hive Metastore server using a HiveQL string |
JavaProcessExecutor | Run a Java Application using a Process Executor Operator |
ParquetWriterOperator | This custom operator creates a file in Parquet format from an input message |
Qualtrics Survey integration | Custom operators to extract survey responses from Qualtrics |
- In cases where errors appear after importing the solutions archive of an example, please try to re-create your Modeler Instance.
If you need help or in case you found a bug please open a Github Issue.
Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved. This project is licensed under the SAP Sample Code License except as noted otherwise in the LICENSE file.