Overview

Integration Capabilities

At this point, Datasiv enables you to connect to a variety of data sources such as sql databases, software as a service applications (SQL databases, Rest Apis, GraphQL, Stripe, Zendesk, DynamoDB, MongoDB, Google Cloud BigQuery, Salesforce and others).

To add an integration to your application, follow the Add Data Query wizard at the top of the app:

Each data query will have properties that you'll need to fill in (connection string, sql query, for example for the database). You're able to use Dynamic Binding to connect your queries to user inputs and transforms (e.g. for server side pagination, or for wildcard searching).

Finally, using the ID property under run options. You will be able to reference this query in other parts of your application. If the query is called sql0, you can reference the data it produces via queries.sql0.data.

You are now able to use this query in your application!
See Quickstart or Database Admin Dashboard to see how to connect this data query to your app.


What’s Next