製品をチェック

無償トライアル:

無償トライアルへ

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

Azure Data Lake Storage ODBC Driver

Azure Data Lake Storage ODBC Driver を使って、ODBC 接続をサポートするあらゆるアプリケーション・ツールからAzure Data Lake Storage にデータ連携。

Azure Data Lake Storage にデータベースと同感覚でアクセスして、Azure Data Lake Storage データに使い慣れたODBC インターフェースで連携。

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

お問い合わせ

DBArtisan でAzure Data Lake Storage データに連携


DBArtisan のウィザードを使って、Azure Data Lake Storage をデータソースとして連携利用。


azuredatalake ロゴ画像
odbc ロゴ画像

ODBC

DB Artisan ロゴ画像

CData ODBC Driver for ADLS は、DBArtisan などのデータベースツールとAzure Data Lake Storage data を連携し、RDB のような感覚でAzure Data Lake Storage データを扱えます。 本記事では、DBArtisan 上でAzure Data Lake Storage データソースを作成する方法とクエリの実行方法を説明します。

DBArtisan Project にAzure Data Lake Storage Data を連携する

ODBC Driver をインストールして、ODBC DSN 設定を行います。インストール後にDSN 設定画面が開くので、Azure Data Lake Storage への接続に必要なプロパティを設定します。

Authenticating to a Gen 1 DataLakeStore Account

Gen 1 uses OAuth 2.0 in Azure AD for authentication.

For this, an Active Directory web application is required. You can create one as follows:

  1. Sign in to your Azure Account through the .
  2. Select "Azure Active Directory".
  3. Select "App registrations".
  4. Select "New application registration".
  5. Provide a name and URL for the application. Select Web app for the type of application you want to create.
  6. Select "Required permissions" and change the required permissions for this app. At a minimum, "Azure Data Lake" and "Windows Azure Service Management API" are required.
  7. Select "Key" and generate a new key. Add a description, a duration, and take note of the generated key. You won't be able to see it again.

To authenticate against a Gen 1 DataLakeStore account, the following properties are required:

  • Schema: Set this to ADLSGen1.
  • Account: Set this to the name of the account.
  • OAuthClientId: Set this to the application Id of the app you created.
  • OAuthClientSecret: Set this to the key generated for the app you created.
  • TenantId: Set this to the tenant Id. See the property for more information on how to acquire this.
  • Directory: Set this to the path which will be used to store the replicated file. If not specified, the root directory will be used.

Authenticating to a Gen 2 DataLakeStore Account

To authenticate against a Gen 2 DataLakeStore account, the following properties are required:

  • Schema: Set this to ADLSGen2.
  • Account: Set this to the name of the account.
  • FileSystem: Set this to the file system which will be used for this account.
  • AccessKey: Set this to the access key which will be used to authenticate the calls to the API. See the property for more information on how to acquire this.
  • Directory: Set this to the path which will be used to store the replicated file. If not specified, the root directory will be used.

次の方法で、プロジェクトにAzure Data Lake Storage データソースを登録します。

  1. DBArtisan で「Data Source」->「Register Datasource」と進みます。
  2. 「Generic ODBC」を選択。
  3. データソース名を入力して、DSN を選択します。Enter a name for the data source and select the DSN. The DSN of the data source to be registered. (Salesforce is shown.)
  4. ウィザードを終了してAzure Data Lake Storage への接続を完了します。Azure Data Lake Storage のエンティティが Datasource Explorer に表示されているはずです。 The Datasource Explorer. (Salesforce is shown.)

これで、他のデータベースと同じようにAzure Data Lake Storage データを扱うことが可能になります。 サポートされるSQL クエリは、ドライバーのヘルプドキュメントを参照してください。

The results of a query. (Salesforce is shown.)