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

# README

mysql

Usage

source:
  name: mysql
  config:
    connection_url: admin:pass123@tcp(localhost:3306)/
    identifier: my-mysql

Inputs

KeyValueExampleDescription
connection_urlstringadmin:pass123@tcp(localhost:3306)/URL to access the mysql serverrequired
identifierstringmy-mysqlInstance alias, the value will be used as part of the urn componentrequired

Outputs

FieldSample Value
resource.urnmysql::my-mysql/my_database/my_table
resource.namemy_table
resource.servicemysql
descriptiontable description
profile.total_rows2100
schema[]Column

Column

FieldSample Value
nametotal_price
descriptionitem's total price
data_typedecimal
is_nullabletrue
length12,2

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 extraction of data from MySQL.