Data Connections

Verida's Data Connections framework makes it easy for users to connect and pull their personal data from platforms like Google, Telegram, or Facebook into their private Verida Vault. The framework has data connectors to tasks like signing in, verifying access, and syncing user data from these centralized platforms.

For example, if you want to extract your email or contacts from Google, you sign into the Verida Vault and use the Google connection to securely transfer that data into your private, encrypted database on the Verida network, where you have full control.

The Verida Data Connection framework source code is open source and available on GitHub. A full list of connectors can be found in the providers folder.

Connection Handlers

Connections (ie: Google) have multiple handlers (ie: Gmail, Calendar etc.) that process different types of data available for a given connection. These handlers typically require specific permission to be gratned when authorizing the connection. For example; A user will need to permit the Data Bridge access to the "Calendar" otherwise that data won't syncronize.

Handlers have built-in options specific to their functionality. For example; The Telegram handler has an option to only sync groups with less than 50 participants.

Handler options are currently implemented in the backend and will be made available in the user interface soon.

Fetching Historical Data

The default setting for all handlers is to fetch data up to 3 months old. In the future users will be able to customize this to increase the historical data to fetch. This will obviously increase the amount of data storage and memory usage for that user's data.

Request a Connector

You can request a new connector by adding an issue to the project in Github. Make sure you add a new-connector label to the issue.

Build a Connector

You can contribute to the project by building new connectors. See Contributing.MD for more details.

We will soon be offering grants for developers that build new connectors

Last updated