destination-mongodb
v0.0.1
Published
MongoDB Adapter for the Destination Framework
Readme
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.
]
}