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

# README

couchdb

Usage

source:
  name: couchdb
  config:
    connection_url: http://admin:pass123@localhost:3306/

Inputs

KeyValueExampleDescription
connection_urlstringhttp://admin:pass123@localhost:3306/URL to access the couchdb serverrequired

Outputs

FieldSample Value
resource.urndatabase_name.docID
resource.namedocID
resource.servicecouchdb
schema[]Column

Column

FieldSample Value
namefield1
descriptionrev for revision history
data_typefloat64
length``

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 CouchDB.