package
0.10.6
Repository: https://github.com/goto/meteor.git
Documentation: pkg.go.dev

# README

clickhouse

Usage

source:
  name: clickhouse
  config:
    connection_url: tcp://localhost:3306?username=admin&password=pass123&debug=true

Inputs

KeyValueExampleDescription
connection_urlstringtcp://localhost:3306?username=admin&password=pass123&debug=trueURL to access the clickhouse serverrequired

Outputs

FieldSample Value
resource.urnmy_database.my_table
resource.namemy_table
resource.serviceclickhouse
descriptiontable description
profile.total_rows2100
schema[]Column

Column

FieldSample Value
nametotal_price
descriptionitem's total price
data_typeString

Contributing

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

# Functions

New returns a pointer to an initialized Extractor Object.

# Structs

Config holds the connection URL for the extractor.
Extractor manages the output stream and logger interface for the extractor.