Class DuckDBPackArchiveWriter
java.lang.Object
org.odpi.openmetadata.repositoryservices.archiveutilities.OMRSArchiveWriter
org.odpi.openmetadata.samples.archiveutilities.EgeriaBaseArchiveWriter
org.odpi.openmetadata.contentpacks.core.base.ContentPackBaseArchiveWriter
org.odpi.openmetadata.contentpacks.core.duckdb.DuckDBPackArchiveWriter
DuckDBPackArchiveWriter creates an open metadata archive that includes the connector type
information for the DuckDB connectors supplied by the egeria project. DuckDB is an embedded/file-based
database with no server tier, so - unlike the other vendor connector suites - this content pack only
covers the database tier.
-
Field Summary
Fields inherited from class org.odpi.openmetadata.contentpacks.core.base.ContentPackBaseArchiveWriter
deployedImplementationTypeQNAMEsFields inherited from class org.odpi.openmetadata.samples.archiveutilities.EgeriaBaseArchiveWriter
archiveBuilder, archiveFileName, archiveGUID, archiveHelper, archiveLicense, archiveName, archiveType, guidMapFileName, originatorName, versionName -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidImplemented by subclass to add the content.static voidMain program to initiate the archive writer for the connector types for data store connectors supported by the Egeria project.Methods inherited from class org.odpi.openmetadata.contentpacks.core.base.ContentPackBaseArchiveWriter
addAnalysisStep, addContentCollections, addDataAssetCatalogTemplates, addDataSetCatalogTemplates, addDeployedImplementationType, addDigitalProductCatalogDefinition, addEngineActions, addGovernanceActionType, addInformationSupplyChains, addIntegrationConnectors, addIntegrationGroups, addLovelaceCatalogTargets, addRequestType, addSecretStoreConnection, addSoftwareServerCatalogTemplates, addSolutionBlueprints, addSolutionLinkingWires, addStepExecutor, addTabularDataSetCatalogTemplates, addTechnologyConnection, createAndCatalogAssetGovernanceActionProcess, createAndCatalogServerGovernanceActionProcess, createAndHarvestToAssetGovernanceActionProcess, createAndSurveyServerGovernanceActionProcess, createAsCatalogTargetGovernanceActionProcess, createDataAssetCatalogTemplate, createDataFileCatalogTemplate, createDataSetCatalogTemplate, createEndpointCatalogTemplate, createGovernanceEngines, createGovernanceServices, createHostCatalogTemplate, createRequestTypes, createSoftwareCapabilityCatalogTemplate, createSoftwareServerCatalogTemplate, createTabularDataSetCatalogTemplate, deleteAsCatalogTargetGovernanceActionProcess, getRequestTypeDefinition, writeOpenMetadataArchiveMethods inherited from class org.odpi.openmetadata.samples.archiveutilities.EgeriaBaseArchiveWriter
addAnnotationType, addValidMetadataValue, addValidMetadataValue, addValidMetadataValue, getOpenMetadataArchive, getParentSet, setArchiveBuilder, writeOpenMetadataArchive, writeProjectsMethods inherited from class org.odpi.openmetadata.repositoryservices.archiveutilities.OMRSArchiveWriter
getOpenMetadataArchiveFileConnection, writeOpenMetadataArchive, writeOpenMetadataArchive
-
Constructor Details
-
DuckDBPackArchiveWriter
public DuckDBPackArchiveWriter()Default constructor initializes the archive.
-
-
Method Details
-
getArchiveContent
public void getArchiveContent()Implemented by subclass to add the content.- Specified by:
getArchiveContentin classEgeriaBaseArchiveWriter
-
main
Main program to initiate the archive writer for the connector types for data store connectors supported by the Egeria project.- Parameters:
args- ignored
-