Mongodb output plugin for Embulk

TODO: Write short description here and embulk-output-mongodb.gemspec file.

Overview

  • Plugin type: output
  • Load all or nothing: no
  • Resume supported: no
  • Cleanup supported: yes

Configuration

  • uri: description (string, default: "mongodb://127.0.01:27017/test")
  • collection: description (string, required)

Example

out:
  type: mongodb
  uri: mongodb://127.0.01:27017/test
  collection: collection_name

Build

$ rake