TDV Adapter for SurveyMonkey

Build 22.0.8462

Data Model

You can access any survey, and related data, in your account. The Survey Monkey Adapter models entities in the Survey Monkey API as tables, views, and stored procedures.

These are defined in schema files, which are configuration files with a simple format that makes the schemas easy to extend.

Using Query Processing

The adapter offloads as much of the SELECT statement processing as possible to the Survey Monkey APIs and then processes the rest of the query within the adapter. The following sections document API limitations and requirements.

Views

The adapter models surveys and survey statistics as relational Views. Views are tables that are typically read-only.

Stored Procedures

Stored Procedures are function-like interfaces to the data source. They can be used to search, update, and modify information in the data source.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462