ノーコードでクラウド上のデータとの連携を実現。
詳細はこちら →無償トライアル:
無償トライアルへ製品の情報と無償トライアルへ:
パワフルなSSIS Source & Destination Components で、SQL Server とApache Phoenix をSSIS ワークフローで連携。
Apache Phoenix Data Flow Components を使って、HBase データを簡単に同期。データ同期、ローカルバックアップ、ワークフロー自動化に最適!
古川えりか
コンテンツスペシャリスト
SSIS
SQL Server databases are commonly used to store enterprise records. It is often necessary to move this data to other locations. The CData SSIS Task for ApachePhoenix allows you to easily transfer Phoenix data. In this article you will export data from SQL Server to Phoenix.
To get started, add a new ADO.NET Source control and a new Phoenix Destination control to the data flow task.
Follow the steps below to specify properties required to connect to the SQL Server instance.
Follow the steps below to set required connection properties in the Connection Manager.
Phoenix Query Server 経由でApache Phoenix に接続します。デフォルトのポートと異なる場合は、Server とPort プロパティを設定してApache Phoenix に接続します。Servre プロパティは通常、Apache Phoenix をホストしているサーバーのホスト名またはIP アドレスです。
デフォルトでは、認証は使用されません(プレーン)。サーバーに認証が設定されている場合は、AuthScheme をNEGOTIATE に設定して、
必要な場合にはUser とPassword プロパティを設定して、Kerberos で認証します。
In the destination component Connection Manager, define mappings from the SQL Server source table into the Phoenix destination table.
You can now run the project. After the SSIS Task has finished executing, data from your SQL table will be exported to the chosen table.