Class DuckDBPackArchiveWriter


public class DuckDBPackArchiveWriter extends ContentPackBaseArchiveWriter
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.
  • 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:
      getArchiveContent in class EgeriaBaseArchiveWriter
    • main

      public static void main(String[] args)
      Main program to initiate the archive writer for the connector types for data store connectors supported by the Egeria project.
      Parameters:
      args - ignored