OverviewArchitectureRecipeSourceProcessorSinkContext Graph for AI
OverviewArchitectureRecipeSourceProcessorSinkContext Graph for AI

MongoDB

Extracts collections from every database on a MongoDB server. Emits table entities, one per collection.

Usage

source:
  name: mongodb
  scope: my-scope
  config:
    connection_url: mongodb://admin:pass123@localhost:27017

Configuration

KeyTypeDescriptionRequired
connection_urlstringMongoDB connection URI.Yes
exclude.databases[]stringDatabase names to skip.No
exclude.collections[]stringCollections to skip, in database.collection format.No

Output

Entity type: table

URN pattern: urn:mongodb:{scope}:collection:{database}.{collection}

Notable properties:

  • profile.total_rows - Estimated document count. Omitted when zero.

This extractor does not emit edges.

Notes

The system collections system.users, system.version, system.sessions, and startup_log are always skipped, in every database.

MetabaseMicrosoft SQL Server
On this page
UsageConfigurationOutputNotes