jens_rannacher
Product and Topic Expert
Product and Topic Expert
Member since ‎2014 Oct 24

User Statistics

  • 26 Posts
  • 1 Solutions
  • 3 Kudos given
  • 71 Kudos received

User Activity

SAP Data Intelligence 3.0 which is the next evolution of SAP Data Hub provides new data transformation capabilities in the Modeler which I will describe how to use in this blog post. There is a new set of pipeline operators that can be used to perfo...
In this blog post, I will describe how to run a Java application using a Process Executor in SAP Data Hub Pipelines. This tutorial assumes that you have basic knowledge in using the SAP Data Hub Modeler. All code snippets can be found on Github. Some...
The SAP Data Hub Pipeline Engine offers different ways to serve a RESTful API from within a pipeline. In general, this can be achieved by using one of the predefined SAP Data Hub Pipeline Operators or by implementing a custom operator that exposes a ...
Network File System (NFS) is a distributed filesystem protocol that is commonly used to share files over the network. It enables users to mount remote directories on their servers and access the remote files in the same way local storage is accessed....
In the previous parts of this series of tutorials, you learned how to develop your own Pipeline Operator without the need of bringing an own Docker environment. In this the tutorial, I explain how to integrate a custom Dockerfile into the SAP Data Hu...