Skip to main content

Connect to Source

This section details the steps to connect to a source application from where data is to be ingested.

  1. In the Sources tab, select '+ Add New Source'. Sources Page

  2. Select your data source and fill out the connection form with the required authentication and user credentials. All source credentials are encrypted and stored in the DataStori application.

Sources

Example: Intermedia Analytics Connection Form Connection

  1. If your data source is not in the list, write to us with the application and API documentation details. DataStori will enable your application from the back-end and confirm when it is done.
danger

DataStori cannot validate the application credentials entered by a user.

tip

DataStori supports multiple connection methods for a given source. For example, DataStori can connect to NetSuite using either API Key or OAuth2.

Users can revoke or delete their connections at any time.

Supported Authentication Protocols

DataStori supports the following authentication methods:

HTTP

  • Basic
  • Bearer

API Keys

  • Headers
  • Query strings

OAuth2

  • Authorization flow
  • Client credentials
  • Resource owner password credentials
  • Client Authentication
    • Client_Secret_Basic
    • Client_Secret_Post
    • Private_Key_JWT
    • Mutual TLS