製品をチェック

無償トライアル:

無償トライアルへ

製品の情報と無償トライアルへ:

Azure Analysis Services JDBC Driver

Azure Analysis Services データに連携するJava アプリケーションを素早く、簡単に開発できる便利なドライバー。

データ連携でお困りですか?

お問い合わせ

Azure Analysis Services データに連携しTalend からデータに接続


Azure Analysis Services をTalend Open Studio の標準コンポーネントおよびデータソース設定ウィザードに統合。


azureanalysisservices ロゴ画像
jdbc ロゴ画像

JDBC

Talend ロゴ画像


この記事では、Talend で簡単にCData JDBC Driver for AAS をワークフローに統合してAzure Analysis Services データ連携する方法を説明します。ここではCData JDBC Driver for AAS を使ってTalend でAzure Analysis Services をジョブフローに転送します。

JDBC データソースとしてTalend でAzure Analysis Services に接続

下記の手順に従って、Azure Analysis Services にJDBC 接続を確立します:

  1. Azure Analysis Services を新しいデータベース接続を追加:新しく接続を追加するには、[Metadata]ノードを展開し[Db Connections]ノードを右クリックして[Create Connection]をクリックします。
  2. ウィザードが表示されたら、接続に名前を入力します。
  3. 次のページで、[DB Type]メニューから[Generic JDBC]を選択してJDBC URL を入力します。

    To connect to Azure Analysis Services, set the Url property to a valid server, for instance, asazure://southcentralus.asazure.windows.net/server, in addition to authenticating. Optionally, set Database to distinguish which Azure database on the server to connect to.

    Azure Analysis Services uses the OAuth authentication standard. OAuth requires the authenticating user to interact with Azure Analysis Services using the browser. You can connect without setting any connection properties for your user credentials. See the Help documentation for more information.

    以下は一般的なJDBC URL です:

    jdbc:aas:URL=asazure://REGION.asazure.windows.net/server;
  4. インストールディレクトリの[lib]サブフォルダ内にあるcdata.jdbc.aas.jar ファイルへのパスを入力します。
  5. The connection to the JDBC data source. (QuickBooks is shown.)
  6. 接続を右クリックして[Retrieve Schema]をクリックします。
  7. デフォルトオプションで[Next]をクリックしインポートしたいテーブルを選択します。
  8. デフォルトオプションでウィザードを終了します。

Customer テーブルをフラットファイルに出力

下記の手順に従って、Customer テーブルをフラットファイル出力コンポーネントに転送します:

  1. [Table Schemas]ノードで、テーブルをワークスペース内にドラッグします。
  2. ダイアログが表示されたら[tJDBCInput]コンポーネントを選択します。
  3. 次に、[tFileOutputDelimited]コンポーネントをPalette の[Business Intelligence]タブからワークスペース内にドラッグします。
  4. Customer tJDBCInput コンポーネントを右クリックしてベクタを出力ファイルにドラッグします。 A simple transfer to a flat file. (QuickBooks is shown.)

プロジェクトを実行してデータを転送します。