接続の設定
コネクタには、Tableau の外部で接続設定を構築およびテストできるConnection Builder が付属しています。 また、Tableau の接続ダイアログにリストされていないオプションを提供するために使用できる接続文字列を作成することもできます。
Connection Builder の設定
Connection Builder にアクセスする方法は2つあります。
- Windows では、スタートメニューのCData Tableau Connector for Cloudant フォルダの下に[Connection Builder]というショートカットが表示されます。
- また、ドライバーのインストールディレクトリに移動し、lib ディレクトリで.jar ファイルを実行することによってもConnection Builder を開始できます。
Connection Builder では、接続プロパティに値を設定し、[接続テスト]ボタンをクリックして、その動作を確認することができます。 また、[クリップボードにコピー]ボタンを使用して、Tableau で使用する接続文字列をコピーすることもできます。
Authenticating to Cloudant
There are two authentication methods available for connecting to Cloudant: IBM Cloudant Legacy and IBM Cloud IAM.
IBM Cloudant Legacy
Set the User and Password to your service credentials.
To create an IBM Cloudant service credential:
- In the IBM Cloud dashboard, go to the Menu icon > Resource List, and open your IBM Cloudant service instance.
- In the menu, click Service credentials.
- Click New credential and enter a name for the new credential in the Add new credential window.
- Click Add. This adds your credentials to the Service credentials table.
- Click Actions > View credentials and extract the User and Password from the JSON file.
Local Instances
We support Local instances from version 1.1.0 and above.
To authenticate to your local instance:
- Url: Set to the Url of your local instance. For example: http://localhost:8006
- User: Set to your Username.
- Password: Set to your Password.
次のステップ
次の手順については、Cloudant API への認証を含むデータの取得 を参照してください。