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

# README

couchdb

Usage

source:
  name: couchdb
  config:
    connection_url: http://admin:pass123@localhost:3306/
    exclude: database_a,database_b

Inputs

KeyValueExampleDescription
connection_urlstringhttp://admin:pass123@localhost:3306/URL to access the couchdb serverrequired
excludestringprimaryDB,secondaryDBComma separated database list to be excluded from crawlingoptional

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.