package
0.11.0
Repository: https://github.com/raystack/meteor.git
Documentation: pkg.go.dev

# README

Stencil

Stencil is a schema registry that provides schema management and validation dynamically, efficiently, and reliably to ensure data compatibility across applications.

Usage

sinks:
  name: stencil
  config:
    host: https://stencil.com
    namespace_id: test-namespace
    schema_id: example
    format: json
    send_format_header: false

Config Definition

KeyValueExampleDescription
hoststringhttps://stencil.comThe hostname of the stencil servicerequired
namespace_idstringmyNamespaceThe namespace ID of the stencil servicerequired
schema_idstringmySchmeaThe schema ID which will be created in the above-mentioned namespacerequired
formatstringjsonThe schema format in which data will sink to stenciloptional
send_format_headerboolfalseIf schema format needs to be changed. Suppose changing format from json to avro,
provide below config value as true and schema format in format config.optional

Contributing

Refer to the contribution guidelines for information on contributing to this module.

# Functions

New returns a pointer to an initialized Sink Object.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
Config holds the set of configuration options for the sink.
No description provided by the author
No description provided by the author
Sink manages the sinking of data to Stencil.

# Type aliases

No description provided by the author
No description provided by the author