Skip to main content

filesystem Catalog

Catalog

filesystem Catalog

Feature is in Incubator

Read how to enable incubator features. Star and watch the Zilla repoopen in new window for new releases!

Zilla runtime filesystem catalog

catalogs:
  my_catalog:
    type: filesystem
    options:
      subjects:
        my_local_file:
          path: path/to/local_file.txt

 





Summary

Defines a catalog with schemas, AsyncAPI/OpenAPI definitions or proto files pulled from the filesystem relative zilla.yaml to enforce validation, create APIs or gRPC services.

Configuration

options

object

options.subjects*

object as map of named objects

Unique identifier for artifact categorization in the catalog.

subjects.path*

string

Path to access artifact from the filesystem. The paths are relative to zilla.yaml.