Connecting to external data sources using SAP HANA Virtual Table
Access Remote Sources with SAP HANA Database Explorer
Remote sources are connections to other databases. Virtual tables use remote sources to create local tables that point to data stored in another database. Federated queries use virtual and non virtual tables.
To illustrate these concepts, a table will be created in the remote database cont ...
Posted by Steveo31 on Wed, 15 Dec 2021 14:54:04 +0100
Method of deploying Docker image in IBM Cloud ROKS after it is built
Japanese version reference Docker イメージ ビルドして,IBM CloudのROKSにデプロイしてみた - Qiita
This article describes how to create a new image in Docker and deploy it in the ROKS environment of IBM Cloud.
The main steps are as follows
Step 1 build Docker image Step 2 push image to IBM Cloud Container Registry Step 3 deploy on R ...
Posted by ceruleansin on Tue, 05 Oct 2021 01:00:02 +0200