Skip to main content
Skip table of contents

MongoDB ingestion types

The following table describes the MongoDB ingestion types with additional details, like Mechanism, Topology, whether or not it’s Zero Touch Production, and whether or not it Supports Incrementals.

  • Zero Touch Production (Y) = Interaction with source server is not required by Delphix Continuous Data Engine.

  • Zero Touch Production (N) = Interaction with source server is needed by Delphix Continuous Data Engine. Delphix Continuous Data Engine expects connection to source using credentials etc.

dSource Type

Mechanism

Topology

Zero Touch Production

Description

Support Incrementals

seed

New ReplicaSet Instance

ReplicaSet

N/A

New empty MongoDB instance created by the Delphix Continuous Data Engine. This is for development of new applications without ingesting data from any source.

N/A

extendedcluster

Add member to existing replica set

ReplicaSet

N

Add member to existing source replica set. Instant and near real time incremental data capture in the Delphix Continuous Data Engine.

Y

onlinemongodump

Automated mongodump backups

ReplicaSet

N

Delphix Continuous Data Engine connects to source from staging environments, executes mongodump utility and captures source data. Delphix Continuous Data Engine captures all databases from the MongoDB instance.

N

offlinemongodump

Manual mongodump backups

ReplicaSet

Y

Delphix Continuous Data Engine leverages existing mongodumps made available to staging host. 

N

shardedsource

MongoDB Ops Manager Backups

Sharded

Y

Delphix Continuous Data Engine leverages existing MongoDB ops manager backups of sharded source as backup files presented to staging host. 

N

shardedsource

Cluster-to-cluster Sync

Sharded

N

Delphix Continuous Data Engine leverages MongoSync utility to synchronize non-production sharded cluster with existing sharded cluster.

Y

nonshardedsource

MongoDB Ops Manager Backups

ReplicaSet

Y

Delphix Continuous Data Engine leverages existing MongoDB ops manager backup of non sharded source. Backup files need to be available on the staging host file system.

N

stagingpush

User created MongoDB instance

ReplicaSet

Y/N

Delphix Continuous Data Engine provides a filesystem on the staging host that can be used by you for deploying MongoDB instances. You are responsible for creating working MongoDB instance on staging host either manually or using any tools like MongoDB ops manager after the filesystem creation.

Y/N

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.