DataSpider Servista は、異なるシステムのデータやアプリケーションをノンプログラミングで「つなぐ」データインテグレーションプラットフォームです。
CData JDBC Drivers はDataSpiderServista において、JDBC データソースとして利用することが可能です。通常のJDBC の検索・更新などのアイコンを使って、標準SQL でSaaS/Web DB のデータを扱うことを可能にします。
この記事では、DataSpider で CData JDBC Driverを利用してShipStation データに外部データとしてSQL でアクセスする方法を紹介します。
CData JDBC Driver for ShipStation をDataSpider にコネクタとして登録
- JDBC Driver をDataSpider と同じサーバーにインストール
- DataSpider の外部JDBCドライバのパスにCData JDBC Driver のcdata.jdbc.shipstation.jar とcdata.jdbc.shipstation.lic を配置
DataSpider 側:DataSpiderServista\server\plugin\data_processing\modules\jdbc_adapter
- グローバルリソースのプロパティで、ドライバクラス名およびURL を入力。
- 接続名:任意
- 種別:デフォルト
- 接続タイプ:接続タイプ:JDBC(JDBC接続設定)
- ドライバクラス名:cdata.jdbc.shipstation.ShipStationDriver
- URL:jdbc:shipstation:APIKey='YourAPIKey';APISecret='YourAPISecret'
-
Use the BASIC Authentication standard to connect.
- Login to your ShipStation account
- Click on the settings icon in the upper right corner. A column menu will show up on the left
- Click Account -> API Settings
- On the API Settings page, note the API Key and API Secret.
Authenticating to ShipStation
- APIKey: Set this to the API key from the API settings page.
- APISecret: Set this to the Secret key from the API settings page.
DataSpider でShipStation データを連携利用する
あとは通常のRDB コンポーネントのように、ShipStation データを扱うことが可能です。ツールパレットのJDBC からSQL 実行やストアドプロシージャ実行コンポーネントが使用できます。
例えばShipStation データの取得であれば、検索系SQL実行処理を使って、SELECT 文でShipStation データを抽出することができます。
このようにCData JDBC Driver を使って、簡単にDataSpider でShipStation data データをノーコードで連携利用することができます。
是非、CData JDBC Driver for ShipStation 30日の無償評価版 をダウンロードして、お試しください。