本記事では CData サポート担当からこんなことを聞かれたらどこを確認すべきか?という観点で、よく頂くお問合せ内容をご紹介します。
記事はこちら →CData Driver for AAS を使って、国産BIツールのActionista!(https://www.justsystems.com/jp/products/actionista/) からAzure Analysis Services データをノーコードで連携して利用できます。この記事では、間にETL/EAI ツールをはさむ方法ではなく、CData JDBC Driver for AAS をActionista! 側に組み込むだけで連携を実現できます。
# AAS
loader.jdbc.displayName.AAS = AAS
loader.jdbc.initJdbcUrl.AAS = jdbc:aas:
loader.jdbc.url.AAS = jdbc:aas:
loader.jdbc.driver.AAS = cdata.jdbc.aas.AASDriver
loader.jdbc.dbmsInfo.AAS = cdata.jdbc.aas.AASDriver
Actionista! ではデータの保持をキューブという単位で保存します。また、クエリでデータソースからデータを取得するのではなく、キューブに対してクエリを行います。このステップでは、Azure Analysis Services データをキューブに取り込み、分析で使えるようにします。
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:aas:URL=asazure://REGION.asazure.windows.net/server;InitiateOAuth=REFRESH
それでは簡単なダッシュボードを作成していきます。
CData JDBC Driver for AAS をActionista! で使うことで、ノーコードでAzure Analysis Services データをビジュアライズできました。ぜひ、30日の無償評価版をお試しください。