Ctti
Ctti
Connect your Ctti data to Airweave
Overview
The Ctti connector allows you to sync data from Ctti into Airweave, making it available for search and retrieval by your agents.
Configuration
CTTISource
CTTI source implementation.
This source connects to the AACT Clinical Trials PostgreSQL database and queries the nct_id column from the studies table to create WebEntity instances with ClinicalTrials.gov URLs.
Connection details are hardcoded to the public AACT database:
- Host: aact-db.ctti-clinicaltrials.org
- Port: 5432
- Database: aact
- Schema: ctgov
- Table: studies
Authentication
This connector uses a custom authentication configuration class: CTTIAuthConfig
.
Authentication Configuration
CTTI Clinical Trials authentication credentials schema.
username
Username for the AACT Clinical Trials database
password
Password for the AACT Clinical Trials database