package
Version:
v0.10.6
Opens a new window with list of versions in this module.
Published: Aug 27, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 13
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
couchdb
Usage
source:
name: couchdb
config:
connection_url: http://admin:pass123@localhost:3306/
Key |
Value |
Example |
Description |
|
connection_url |
string |
http://admin:pass123@localhost:3306/ |
URL to access the couchdb server |
required |
Outputs
Field |
Sample Value |
resource.urn |
database_name.docID |
resource.name |
docID |
resource.service |
couchdb |
schema |
[]Column |
Column
Field |
Sample Value |
name |
field1 |
description |
rev for revision history |
data_type |
float64 |
length |
`` |
Contributing
Refer to the contribution guidelines for information on contributing to this module.
Documentation
¶
type Config struct {
ConnectionURL string `mapstructure:"connection_url" validate:"required"`
}
Config holds the connection URL for the extractor
type Extractor struct {
}
Extractor manages the extraction of data from CouchDB
New returns a pointer to an initialized Extractor Object
Extract extracts the data from the CouchDB server
and collected through the out channel
Initialise the Extractor with Configurations
Source Files
¶
Click to show internal directories.
Click to hide internal directories.