Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
Aggregation Pipeline Builder Settings
=====================================

.. meta::
:description: Adjust MongoDB Compass Aggregation Pipeline Builder settings to customize your experience and enhance pipeline performance.

.. default-domain:: mongodb

.. contents:: On this page
Expand Down
3 changes: 3 additions & 0 deletions source/agg-pipeline-builder/count-pipeline-results.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
Count Pipeline Results Documents
================================

.. meta::
:description: View the number of documents outputted by your aggregation pipeline using the count results button in MongoDB Compass.

.. default-domain:: mongodb

.. contents:: On this page
Expand Down
3 changes: 3 additions & 0 deletions source/agg-pipeline-builder/create-a-view.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
Create a View from Pipeline Results
===================================

.. meta::
:description: Create a read-only view from aggregation pipeline results in MongoDB Compass to limit user access to predefined data.

.. default-domain:: mongodb

.. contents:: On this page
Expand Down
3 changes: 3 additions & 0 deletions source/agg-pipeline-builder/export-pipeline-results.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
Export Aggregation Pipeline Results
===================================

.. meta::
:description: Export your aggregation pipeline results from Compass as JSON or CSV files, with options for advanced JSON formats to preserve data types.

.. default-domain:: mongodb

.. contents:: On this page
Expand Down
3 changes: 3 additions & 0 deletions source/agg-pipeline-builder/export-pipeline-to-language.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
Export Pipeline to Specific Language
====================================

.. meta::
:description: Export aggregation pipelines to various programming languages using the Aggregation Pipeline Builder for integration into applications.

.. default-domain:: mongodb

You can use the :ref:`Aggregation Pipeline Builder
Expand Down
3 changes: 3 additions & 0 deletions source/agg-pipeline-builder/maxtime-ms-pipeline.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
Set Max Time MS for Aggregation Queries
=======================================

.. meta::
:description: Set an upper time limit for aggregation pipelines in MongoDB Compass using the Max Time MS option to manage query execution time.

.. default-domain:: mongodb

.. contents:: On this page
Expand Down
3 changes: 3 additions & 0 deletions source/agg-pipeline-builder/open-saved-pipeline.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
Open a Saved Pipeline
=====================

.. meta::
:description: Load and edit saved aggregation pipelines in MongoDB Compass using the pipeline builder.

.. default-domain:: mongodb

.. contents:: On this page
Expand Down
3 changes: 3 additions & 0 deletions source/agg-pipeline-builder/pipeline-custom-collation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
Specify Custom Collation For Your Pipeline
==========================================

.. meta::
:description: Specify custom collation in your aggregation pipeline to apply language-specific string comparison rules, such as case and accent handling.

.. default-domain:: mongodb

.. contents:: On this page
Expand Down
3 changes: 3 additions & 0 deletions source/agg-pipeline-builder/save-agg-pipeline.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
Save a Pipeline
===============

.. meta::
:description: Save your aggregation pipelines for future use and edit them without altering the original version.

.. default-domain:: mongodb

.. contents:: On this page
Expand Down
3 changes: 3 additions & 0 deletions source/agg-pipeline-builder/view-pipeline-explain-plan.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
View Explain Plans for a Pipeline
=================================

.. meta::
:description: View the explain plan for your aggregation pipeline to understand its performance, including execution time and document examination details.

.. default-domain:: mongodb

.. contents:: On this page
Expand Down
3 changes: 3 additions & 0 deletions source/collections/capped-collection.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
Create a Capped Collection
==========================

.. meta::
:description: Create a capped collection with a fixed size to support high-throughput operations based on insertion order.

.. default-domain:: mongodb

.. contents:: On this page
Expand Down
3 changes: 3 additions & 0 deletions source/collections/clustered-collection.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
Create a Clustered Collection
=============================

.. meta::
:description: Create a clustered collection with a clustered index on the `_id` field, and optionally set a TTL index for automatic document expiration.

.. default-domain:: mongodb

.. contents:: On this page
Expand Down
3 changes: 3 additions & 0 deletions source/collections/collation-collection.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
Create a Collection with Collation
==================================

.. meta::
:description: Create a collection with collation to specify language-specific string comparison rules, including locale selection and optional parameters.

.. default-domain:: mongodb

.. contents:: On this page
Expand Down
3 changes: 3 additions & 0 deletions source/collections/encrypted-collection.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
Create a Collection with Queryable Encryption
=============================================

.. meta::
:description: Create a collection with Queryable Encryption in MongoDB 7.0 or later, allowing encryption of specific fields with equality queries.

.. default-domain:: mongodb

.. contents:: On this page
Expand Down
3 changes: 3 additions & 0 deletions source/collections/time-series-collection.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
Create a Time Series Collection
===============================

.. meta::
:description: Create a time series collection to efficiently store sequences of measurements over time, specifying fields like `timeField` and optional metadata.

.. default-domain:: mongodb

.. contents:: On this page
Expand Down
3 changes: 3 additions & 0 deletions source/connect/advanced-connection-options.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
Advanced Connection Options
===========================

.. meta::
:description: Explore advanced connection options in Compass, including authentication, TLS/SSL, SSH, and Queryable Encryption for secure MongoDB deployment connections.

.. default-domain:: mongodb

.. contents:: On this page
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
Advanced Connection Tab
=======================

.. meta::
:description: Explore advanced connection options in Compass, including read preferences and additional fields like replica set name and URI options.

.. default-domain:: mongodb

.. contents:: On this page
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
Authentication Connection Tab
=============================

.. meta::
:description: Connect to deployments requiring authentication by selecting from various methods like Username/Password, OIDC, X.509, Kerberos, LDAP, or AWS IAM.

.. default-domain:: mongodb

.. contents:: On this page
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
General Connection Tab
======================

.. meta::
:description: Configure connection string schemes and hostnames to connect to MongoDB deployments using the General connection tab in Compass.

.. default-domain:: mongodb

.. contents:: On this page
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
In-Use Encryption Connection Tab
================================

.. meta::
:description: Connect deployments with Queryable Encryption using the In-Use Encryption tab, specifying a Key Vault Namespace and selecting a KMS provider.

.. default-domain:: mongodb

.. contents:: On this page
Expand Down
3 changes: 3 additions & 0 deletions source/connect/advanced-connection-options/ssh-connection.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
Proxy / SSH Tunnel Connection Tab
=================================

.. meta::
:description: Connect to your deployment using a Proxy method or SSH tunnel with options for SSH with password, SSH with identity file, Socks5, or application-level proxy.

.. default-domain:: mongodb

.. contents:: On this page
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
TLS / SSL Connection Tab
========================

.. meta::
:description: Configure TLS/SSL settings for secure connections in the MongoDB Compass TLS/SSL tab, with options for certificate validation and security settings.

.. default-domain:: mongodb

.. contents:: On this page
Expand Down
3 changes: 3 additions & 0 deletions source/connect/connect-from-the-command-line.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
Start Compass from the Command Line
===================================

.. meta::
:description: Start a MongoDB Compass session from the command line using a connection string or configuration file for easier deployment in enterprise environments.

.. default-domain:: mongodb

.. contents:: On this page
Expand Down
3 changes: 3 additions & 0 deletions source/connect/disconnect.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
Disconnect from MongoDB
=======================

.. meta::
:description: Disconnect from a MongoDB deployment in Compass by selecting "Disconnect" from the Connect menu.

.. default-domain:: mongodb

Disconnecting from a MongoDB deployment closes the Compass connection to
Expand Down
3 changes: 3 additions & 0 deletions source/connect/favorite-connections.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
Favorite Connections
====================

.. meta::
:description: Save and manage favorite MongoDB connection configurations in Compass for easy reconnection to deployments.

.. default-domain:: mongodb

.. contents:: On this page
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
Export Saved Connections with the CLI
=====================================

.. meta::
:description: Export saved MongoDB Compass connections using the CLI, with options to encrypt the exported file for security.

.. default-domain:: mongodb

.. contents:: On this page
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
Import Saved Connections with the CLI
=====================================

.. meta::
:description: Import saved connections in MongoDB Compass using the CLI, with options for encrypted and unencrypted files.

.. default-domain:: mongodb

.. contents:: On this page
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
Export Saved Connections in |compass-short|
===========================================

.. meta::
:description: Export saved connections in MongoDB Compass as a JSON file, with options to encrypt sensitive information.

.. default-domain:: mongodb

.. contents:: On this page
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
Import Saved Connections in |compass-short|
===========================================

.. meta::
:description: Import saved connections in MongoDB Compass from a JSON file to use connections from other workspaces or team members.

.. default-domain:: mongodb

.. contents:: On this page
Expand Down
3 changes: 3 additions & 0 deletions source/connect/favorite-connections/import-export.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
Export and Import Saved Connections
===================================

.. meta::
:description: Export and import saved connections in MongoDB Compass using the UI or CLI, with options to encrypt sensitive information.

.. default-domain:: mongodb

.. contents:: On this page
Expand Down
3 changes: 3 additions & 0 deletions source/connect/required-access.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
Required Access
===============

.. meta::
:description: Understand the specific privileges required for MongoDB Compass users to access various features when authentication/authorization is enforced.

.. default-domain:: mongodb

|compass| users require specific privileges to access various
Expand Down
3 changes: 3 additions & 0 deletions source/create-agg-pipeline.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
Create an Aggregation Pipeline
==============================

.. meta::
:description: Create aggregation pipelines in MongoDB Compass using visual or text-based modes to process and return computed results from collections.

.. default-domain:: mongodb

.. contents:: On this page
Expand Down
3 changes: 3 additions & 0 deletions source/databases.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
Manage Databases in |compass-short|
===================================

.. meta::
:description: Manage databases in Compass by creating or dropping them, and view collections within each database.

.. default-domain:: mongodb

.. contents:: On this page
Expand Down
3 changes: 3 additions & 0 deletions source/documents.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
Manage Documents in |compass-short|
===================================

.. meta::
:description: Manage documents in Compass by viewing, inserting, modifying, cloning, and deleting them within a MongoDB collection.

.. default-domain:: mongodb

Documents are individual records in a MongoDB :ref:`collection
Expand Down
3 changes: 3 additions & 0 deletions source/documents/clone.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
Clone Documents
===============

.. meta::
:description: Clone documents in MongoDB Compass by copying the schema and values of an existing document, then edit and insert the new document.

.. default-domain:: mongodb

.. contents:: On this page
Expand Down
3 changes: 3 additions & 0 deletions source/documents/delete-multiple.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
Delete Multiple Documents
=========================

.. meta::
:description: Perform bulk delete operations on multiple documents in Compass using the Delete Documents modal to visualize and confirm deletions.

.. facet::
:name: genre
:values: tutorial
Expand Down
3 changes: 3 additions & 0 deletions source/documents/delete.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
Delete Single Document
======================

.. meta::
:description: Delete single or multiple documents in MongoDB Compass using the UI or the embedded MongoDB Shell.

.. default-domain:: mongodb

.. contents:: On this page
Expand Down
3 changes: 3 additions & 0 deletions source/documents/insert.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
Insert Documents
================

.. meta::
:description: Insert documents into collections in MongoDB Compass using JSON Mode or a Field-by-Field Editor.

.. default-domain:: mongodb

.. contents:: On this page
Expand Down
3 changes: 3 additions & 0 deletions source/documents/modify-multiple.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
Modify Multiple Documents
=========================

.. meta::
:description: Perform update operations on multiple documents in Compass using the update documents modal to visualize changes before applying them.

.. facet::
:name: genre
:values: tutorial
Expand Down
3 changes: 3 additions & 0 deletions source/documents/modify.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
Modify Single Document
======================

.. meta::
:description: Edit existing documents in Compass using findOneAndUpdate or findOneAndReplace operations based on the view mode.

.. default-domain:: mongodb

.. contents:: On this page
Expand Down
Loading
Loading