Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space DEV and version r093

...

D s ed
rtrue
editionsgdpent,gdppro,gdppr

...

,awsent,awspro,awspr

Excerpt

You can create connections to MongoDB and MongoDB Atlas connections through 

D s webapp
.  These connections enable to read data from the MongoDB workspace.

If you are connecting

D s product
to any relational source of data, you must add the
D s item
itemService
to your whitelist for those resources. For more information, see Getting Started with Dataprep by TrifactaSee Whitelist Platform Service.

...

Supported Environments:

  • Read: Supported
  • Write: Not supported

...

PropertyDescription
Host

Name of the host.

PortSet this value to the port number through which to access MongoDB. By default, this value is 27017.
Database

The database that you want to read

Auth Database

Name of the MongoDB database used for authentication

Replica Set

(Optional) Comma-separated list of secondary servers in the replica set, specified by address and port.

replica set  is a group of mongoDB  processes that maintain the same data set. Replica sets provide redundancy and high availability and are the basis for all production deployments.  For more information, see https://docs.mongodb.com/manual/replication/.

Secondary ReadsEnable this checkbox if you want to read from secondary (slave) servers.
Use SSLEnable this checkbox if you want to connect using SSL.
Connect String Options

(Optional) You can specify additional options used to connect as a string value.

The following option sets the connection timeout in milliseconds:

Code Block
Timeout=0;

The default value is 0, which disables connection timeouts. See below for more information.

Test Connection

After you have defined the connection credentials type, credentials, and connection string, you can verify that the

D s webapp
can use them to connect to the database.

Advanced options: Default Column Data Type Inference

Set to disabled to prevent the product from applying its own type inference to each column on import. The default value is enabled.

Advanced options: Enable SSH Tunneling

If available, the SSH tunneling options allow you to configure SSH tunneling authentication between the

D s webapp
and your database.

Info

NOTE: SSH tunneling is available on a per-connection basis. It may not be available for all connections.

For more information, see Configure SSH Tunnel Connectivity.


Connection NameDisplay name of the connection
Connection Description(Optional) Description of the connection, which appears in the application.

...

PropertyDescription
Host

Name of the host.

PortSet this value to the port number through which to access MongoDB. By default, this value is 27017.
Database

The database that you want to read

Replica Set

(Optional) Comma-separated list of secondary servers in the replica set, specified by address and port.

replica set  is a group of mongoDB  processes that maintain the same data set. Replica sets provide redundancy and high availability and are the basis for all production deployments.  For more information, see https://docs.mongodb.com/manual/replication/.

Secondary ReadsEnable this checkbox if you want to read from secondary (slave) servers.
Connect String Options

(Optional) The option sets the connection timeout in milliseconds:

Code Block
Timeout=0;

The default value is 0, which disables connection timeouts. See below for more information.

Test Connection

After you have defined the connection credentials type, credentials, and connection string, you can verify that the

D s webapp
can use them to connect to the database.

Advanced options: Default Column Data Type Inference

Set to disabled to prevent the product from applying its own type inference to each column on import. The default value is enabled.

Info

NOTE: SSH tunneling is not supported for MongoDB Atlas.

Connection NameDisplay name of the connection
Connection Description(Optional) Description of the connection, which appears in the application.

For more information on these settings, see http://cdn.cdata.com/help/RCFDGG/jdbc/default.htm.

Create connection via API

...

For more information, see http://cdn.cdata.com/help/DGFDGG/jdbc/RSBMongodb_p_FlattenObjects.htm.

Flatten Arrays:

By default, CData driver does not flatten Arrays.

...

For more information, see http://cdn.cdata.com/help/DGFDGG/jdbc/RSBMongodb_p_FlattenArrays.htm.

Referencing flattened columns:

...

For more information on CData JDBC drivers, see http://cdn.cdata.com/help/DGFDGG/jdbc/default.htm.

Using MongoDB

MongoDB is a NoSQL document database that provides high performance, availability, and scalability. 

...

Write/Publish

Not supported.

D s also
labelmongodb