Ctti

Ctti logo

Ctti

Configuration

CTTI source connector integrates with the AACT PostgreSQL database to extract trials.

Connects to the Aggregate Analysis of ClinicalTrials.gov database.

It creates web entities that link to ClinicalTrials.gov pages.

Authentication

This connector uses a custom authentication configuration.

Authentication Configuration

CTTI Clinical Trials authentication credentials schema.

username
strRequired

Username for the AACT Clinical Trials database

password
strRequired

Password for the AACT Clinical Trials database

Configuration Options

The following configuration options are available for this connector:

Configuration Parameters

CTTI AACT configuration schema.

limit
intDefaults to 10000

Maximum number of clinical trial studies to fetch from AACT database

skip
int0

Number of clinical trial studies to skip (for pagination). Use with limit to fetch different batches.

Data Models

The following data models are available for this connector:

Web entity for CTTI clinical trials.

Represents a clinical trial study from ClinicalTrials.gov with an NCT ID. “WebFileEntity”, “WebFileEntity”, This entity will be processed by the web_fetcher transformer to download the actual clinical trial content from ClinicalTrials.gov.

FieldTypeDescription
nct_idstrThe NCT ID of the clinical trial study
study_urlstrThe full URL to the clinical trial study on ClinicalTrials.gov
data_sourcestrThe source of the clinical trial data
metadataDict[str, Any]Additional metadata about the clinical trial
breadcrumbsList[Breadcrumb]List of breadcrumbs for this clinical trial entity