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

# README

mongodb

Usage

source:
  name: mongodb
  config:
    connection_url: mongodb://admin:pass123@localhost:3306

Inputs

KeyValueExampleDescription
connection_urlstringmongodb://admin:pass123@localhost:3306URL to access the mongodb serverrequired

Outputs

FieldSample Value
resource.urnmy_database.my_collection
resource.namemy_collection
resource.servicemongodb
descriptiontable description
profile.total_rows2100

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 communication with the mongo server.