package
0.2.1
Repository: https://github.com/codepope/transporter.git
Documentation: pkg.go.dev

# README

MongoDB adaptor

The MongoDB adaptor is capable of reading/tailing collections and receiving data for inserts.

Configuration:

- mongodb:
    type: mongo
    uri: mongodb://127.0.0.1:27017/test
    # timeout: 30s
    # tail: false
    # ssl: false
    # cacerts: ["/path/to/cert.pem"]
    # wc: 1
    # fsync: false
    # bulk: false