本記事では CData サポート担当からこんなことを聞かれたらどこを確認すべきか?という観点で、よく頂くお問合せ内容をご紹介します。
記事はこちら →Denodo Platform is a data virtualization product providing a single point of contact for enterprise database data. When paired with the CData JDBC Driver for SurveyMonkey, Denodo users can work with live SurveyMonkey data alongside other enterprise data sources. This article walks through creating a virtual data source for SurveyMonkey in the Denodo Virtual DataPort Administrator.
With built-in optimized data processing, the CData JDBC Driver offers unmatched performance for interacting with live SurveyMonkey data. When you issue complex SQL queries to SurveyMonkey, the driver pushes supported SQL operations, like filters and aggregations, directly to SurveyMonkey and utilizes the embedded SQL engine to process unsupported operations client-side (often SQL functions and JOIN operations). Its built-in dynamic metadata querying allows you to work with and analyze SurveyMonkey data using native data types.
To connect to live SurveyMonkey data from Denodo, you need to copy the JDBC Driver JAR file to the external library directory for Denodo and create a new JDBC Data Source from the Virtual DataPort Administrator tool.
Database URI: Set this to a JDBC URL using the necessary connection properties. For example,
jdbc:surveymonkey:OAuthClientId=MyOAuthClientId;OAuthClientSecret=MyOAuthClientSecret;CallbackURL=http://localhost:portNumber;InitiateOAuth=GETANDREFRESH
Information on creating the Database URI follows:
For assistance in constructing the JDBC URL, use the connection string designer built into the SurveyMonkey JDBC Driver. Either double-click the JAR file or execute the jar file from the command-line.
java -jar cdata.jdbc.surveymonkey.jar
Fill in the connection properties and copy the connection string to the clipboard.
SurveyMonkey はOAuth 2 認証標準を利用しています。SurveyMonkey がアンケートの回答を読むためにこれを必要とすることを考えると、アンケートを読むアカウントには有料プランのサブスクリプションが必要です。
SurveyMonkey への接続に使用できる認証方法は2つあります。
個人用トークンを使用して、自分のデータをテストし、アクセスします。個人用トークンを取得するには、ヘルプの「Creating a Custom OAuth App」の手順に従って、次の接続プロパティを設定します。
本製品はすでにSurveyMonkey にOAuth アプリケーションとして登録されています。そのため、デフォルトでは、自動的に埋め込みクレデンシャルを使用して接続します。
独自のカスタムOAuth アプリを使用したい場合は、ヘルプのCustom Credentials を参照してください。
After creating the data source, you can create a base view of SurveyMonkey data for use in the Denodo Platform.
SELECT * FROM cdata_surveymonkey_mysurvey_responses CONTEXT ('i18n'='us_est', 'cache_wait_for_load'='true')
With the base view created, you can now work with live SurveyMonkey data like you would any other data source in Denodo Platform, for example, querying SurveyMonkey in the Denodo Data Catalog.
Download a free, 30-day trial of the CData JDBC Driver for SurveyMonkey and start working with your live SurveyMonkey data in Denodo Platform. Reach out to our Support Team if you have any questions.