0.0.1 • Published 11 years ago

destination-mongodb v0.0.1

Weekly downloads
1
License
-
Repository
-
Last release
11 years ago

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.
  ]
}