OHDSI GIS
WGgaiaCore is a multi-language connector framework providing programmatic access to gaiaDb functionality. It serves as an access layer, orchestrating SQL functions and protocols defined within gaiaDb across multiple programming languages and access paradigms.
gaiaCore acts as a thin access layer that: - Routes requests to appropriate gaiaDb functions - Provides convenient language-specific abstractions - Handles authentication and connection management - Does NOT contain data processing or transformation logic
Active development is occurring at TuftsCTSI/gaiaCore, with plans to migrate to OHDSI/gaiaCore upon reaching production readiness.
Access gaiaDb through gaiaCore using your preferred language: - R: Client library (in development) - Python: Client library (in development) - REST API: Direct HTTP requests to PostgREST endpoint - SQL: Standard PostgreSQL connections