You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

What is a Connector?

Connectors are software designed to pull data from various data sources (e.g. file system, SharePoint) into Aspire. Typically, these connectors are built using APIs provided by the repository vendor. These APIs are used to connect and extract data from their corresponding sources.

  • The exact data extracted by a connector depends on the data source; these usually include titles, authors, modification times, and access control lists.
  • Files/media/attachments can also be accessed, pulled, and processed for text extraction as configured and appropriate.
  • Connectors obtain lists of users and groups stored in the data source to allow for subsequent access control application.

Configuring Connectors

Connectors can be configured to target a subset of a data source; they can also be set to return all results of a configured set or just items that have changed since the last time the connector ran.

  • The method used to detect changes varies by data source API, but includes comparisons of data signatures or use of data source change logs. 
  • Connectors can be invoked manually or can be set to run at pre-determined intervals.


  • No labels