destination-mongodb

0.0.1 • Public • Published

destination-mongodb

MongoDB Adapter for the Destination Framework

Settings

{
  // MongoDB Host
  host: '127.0.0.1',
  
  // Not required when default port
  port: '27017',
  
  // Authentication, Optional
  username: 'name',
  password: 'word',
  
  // Database Name
  database: 'test',
  
  // Options
  options: {
    // MongoDB Native Adapter options go here.
  }
}

or

{
  urls: [
    // List of mongodb uris.
  ]
}

Readme

Keywords

none

Package Sidebar

Install

npm i destination-mongodb

Weekly Downloads

0

Version

0.0.1

License

MIT

Last publish

Collaborators

  • nijikokun