Class DuckDBDatabaseIntegrationConnector

All Implemented Interfaces:
AuditLoggingComponent, SecureConnectorExtension, VirtualConnectorExtension, CatalogTargetFactory, IntegrationConnector

public class DuckDBDatabaseIntegrationConnector extends DynamicIntegrationConnectorBase
DuckDBDatabaseIntegrationConnector catalogs a single DuckDB database (an embedded ".duckdb" file, or an in-memory ":memory:" session). DuckDB has no server tier, so - unlike the equivalent connectors for the other database technologies supported by Egeria - there is no server-level hand-off logic here: each catalog target is processed directly by a DuckDBDatabaseCatalogTargetProcessor.