製品をチェック

無償トライアル:

無償トライアルへ

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

ShipStation JDBC Driver

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

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

お問い合わせ

RapidMiner からShipStation データに連携


ShipStation をRapidMiner Studio の標準コンポーネント及びデータソース構成ウィザードと統合します。


shipstation ロゴ画像
jdbc ロゴ画像

JDBC

RapidMiner ロゴ画像

この記事では、CData JDBC Driver for ShipStation をRapidMiner のプロセスと簡単に統合する方法を示します。この記事では、CData JDBC Driver for ShipStation を使用してShipStation をRapidMiner のプロセスに転送します。

RapidMiner のShipStation にJDBC Data Source として接続する

以下のステップに従ってShipStation へのJDBC 接続を確認できます。

  1. ShipStation 用の新しいデータベースドライバーを追加します。[Connections]->[Manage Database Drivers]とクリックします。
  2. 表示されるウィザードで[Add]ボタンをクリックし、接続に名前を入力します。
  3. JDBC URL のプレフィックスを入力します。 jdbc:shipstation:
  4. インストールディレクトリのlib サブフォルダにあるcdata.jdbc.shipstation.jar ファイルにパスを入力して下さい。
  5. ドライバークラスを入力します。 cdata.jdbc.shipstation.ShipStationDriver The JDBC driver configuration.(Salesforce is shown.)
  6. 新しいShipStation 接続を作成します。[Connections]->[Manage Database Connections]とクリックします。
  7. 接続の名前を入力します。
  8. データベースシステムの場合は、以前構成したShipStation ドライバーを選択します。
  9. Host ボックスで接続文字列を入力します。

    Use the BASIC Authentication standard to connect.

    1. Login to your ShipStation account
    2. Click on the settings icon in the upper right corner. A column menu will show up on the left
    3. Click Account -> API Settings
    4. 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.

    ビルトイン接続文字列デザイナ

    JDBC URL の構成については、ShipStation JDBC Driver に組み込まれている接続文字列デザイナを使用してください。JAR ファイルのダブルクリック、またはコマンドラインからJAR ファイルを実行します。

    java -jar cdata.jdbc.shipstation.jar

    接続プロパティを入力し、接続文字列をクリップボードにコピーします。

    Using the built-in connection string designer to generate a JDBC URL (Salesforce is shown.)

    以下は一般的な接続文字列です。

    APIKey='YourAPIKey';APISecret='YourAPISecret'
  10. 必要であればユーザー名とパスワードを入力します。 The connection to the JDBC data source.(Salesforce is shown.)

プロセス内の様々なRapidMiner オペレーターとのShipStation 接続を使用できます。ShipStation を取得するには、[Operators]ビューから[Retrieve]をドラッグします。 A Retrieve operation to select data.(Salesforce is shown.) [Retrieve]オペレータを選択した状態で、[repository entry]の横にあるフォルダアイコンをクリックして[Parameters]ビューで取得するテーブルを定義できます。表示されるRepository ブラウザで接続ノードを展開し、目的のサンプルセットを選択できます。

The Repository Browser window you can use to select an example set.(Salesforce is shown.)

最後に、[Retrieve]プロセスから結果に出力をワイヤリングし、プロセスを実行してShipStation を確認します。

The results of the Retrieve operation.(Salesforce is shown.)