Outcome

MongoDB

Connects to and manages document-oriented data stored in your MongoDB databases.

MongoDB logo

MongoDB

Connects to and manages document-oriented data stored in your MongoDB databases.

Custom Streaming

Create or update a recurring MongoDB connector. The connection URL (including any credentials) is never stored in the connector configuration — it is resolved at runtime from a managed secret store.

What you can ask Delphi

  • How can I schedule a new recurring connection to our customer analytics MongoDB database?
  • What is the current status of the scheduled data synchronization with our MongoDB product catalog?
  • Can I query the 'orders' collection in our e-commerce MongoDB instance for new orders placed in the last 24 hours?
  • How do I update the credentials for our existing MongoDB financial reporting connector?

Technical details

Authentication

Contact us for setup details.

Ingestion
Mode: Streaming
Tools exposed (1)
schedule_mongodb

Create or update a recurring MongoDB connector. The connection URL (including any credentials) is never stored in the connector configuration — it is resolved at runtime from a managed secret store.

Inputs

schedule_mongodb

Name Type Required Description
dashboardId string no Target dashboard/initiative ID. Omit to use the current dashboard.
connectorId string no If provided, updates the existing connector instead of creating a new one.
connectorName string yes Human-readable name for this connector, e.g. 'MongoDB — production.events collection'.
connectionUrlEnvVar string yes Name of the environment variable that holds the full MongoDB connection URL, e.g. 'MONGO_URI'. The URL may include embedded credentials (mongodb+srv://user:pass@cluster.mongodb.net). The value is resolved from a managed secret store at runtime — never pass the URL directly.
database string yes MongoDB database name, e.g. 'production' or 'analytics'.
collection string yes MongoDB collection name to query, e.g. 'events' or 'users'.
query string no MongoDB query filter as a JSON string, e.g. '{"status": "active"}'. Omit or pass '{}' to return all documents.
pollingInterval string yes How often polls MongoDB, e.g. '15m', '1h', '6h'. Use 'realtime' for the fastest practical rate (1m).
idExpression string no Optional expression for the deduplication key. Provide when documents have a stable unique key, e.g. 'this._id.string' or 'this.userId.string'.

The best way to get it is to see it on something you know.

Bring a dataset you already understand. We'll show you the command center it becomes — usually faster than you'd expect. No pitch deck required.