Connect to and manage MongoDB in Microsoft Purview (Preview)
This article outlines how to register MongoDB, and how to authenticate and interact with MongoDB in Microsoft Purview. For more information about Microsoft Purview, read the introductory article.
Important
This feature is currently in PREVIEW. The Supplemental Terms of Use for Microsoft Azure Previews include additional legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
Supported capabilities
| Metadata Extraction | Full Scan | Incremental Scan | Scoped Scan | Classification | Access Policy | Lineage | Data Sharing |
|---|---|---|---|---|---|---|---|
| Yes | Yes | No | Yes | No | No | No | No |
The supported MongoDB versions are 2.6 to 5.1.
When scanning MongoDB source, Microsoft Purview supports extracting technical metadata including:
- Server
- Databases
- Collections
- Views
When setting up scan, you can choose to scan one or more MongoDB database(s) entirely, or further scope the scan to a subset of collections matching the given name(s) or name pattern(s).
Prerequisites
An Azure account with an active subscription. Create an account for free.
An active Microsoft Purview account.
You need Data Source Administrator and Data Reader permissions to register a source and manage it in the Microsoft Purview governance portal. For more information about permissions, see Access control in Microsoft Purview.
Set up the latest self-hosted integration runtime. For more information, see the create and configure a self-hosted integration runtime guide. The minimal supported Self-hosted Integration Runtime version is 5.16.8093.1.
Ensure JDK 11 is installed on the machine where the self-hosted integration runtime is installed. Restart the machine after you newly install the JDK for it to take effect.
Ensure Visual C++ Redistributable for Visual Studio 2012 Update 4 is installed on the self-hosted integration runtime machine. If you don't have this update installed, you can download it here.
Register
This section describes how to register MongoDB in Microsoft Purview using the Microsoft Purview governance portal.
Steps to register
To register a new MongoDB source in your data catalog, do the following:
- Navigate to your Microsoft Purview account in the Microsoft Purview governance portal.
- Select Data Map on the left navigation.
- Select Register
- On Register sources, select MongoDB. Select Continue.
On the Register sources (MongoDB) screen, do the following:
Enter a Name that the data source will be listed within the Catalog.
Enter the server name. Specify a name to uniquely identify your MongoDB instance in your company. For example,
hostfor standalone deployment,MyReplicaSetNamefor replica set,MyClusterNamefor sharded cluster. This value will be used in asset qualified name and cannot be changed.Select a collection or create a new one (Optional).
Finish to register the data source.
Scan
Follow the steps below to scan MongoDB to automatically identify assets. For more information about scanning in general, see our introduction to scans and ingestion.
Authentication for a scan
The supported authentication type for a MongoDB source is Basic authentication.
Create and run scan
To create and run a new scan, do the following:
In the Management Center, select Integration runtimes. Make sure a self-hosted integration runtime is set up. If it isn't set up, use the steps mentioned here to create a self-hosted integration runtime.
Navigate to Sources.
Select the registered MongoDB source.
Select + New scan.
Provide the below details:
Name: The name of the scan
Connect via integration runtime: Select the self-hosted integration runtime used to perform scan.
Credential: Select the credential to connect to your data source. Make sure to:
- Select Basic Authentication while creating a credential.
- Provide the user name used to connect to MongoDB in the User name input field.
- Store the user password used to connect to MongoDB in the secret key.
Connection string: Specify the MongoDB connection string used to connect to your MongoDB, excluding the username and password. For example,
mongodb://mongodb0.example.com:27017,mongodb1.example.com:27017/?replicaSet=myRepl.Databases: Specify a list of MongoDB databases to be imported. The list can have one or more database names separated by semicolon (;), e.g.
database1; database2.Collections: The subset of collections to import expressed as a semicolon separated list of collections, e.g.
collection1; collection2. All collections are imported if the list is empty.Acceptable collection name patterns using SQL LIKE expressions syntax include using %. For example:
A%; %B; %C%; D:- Start with A or
- End with B or
- Contain C or
- Equal D
Usage of NOT and special characters aren't acceptable.
Number of sample documents: Number of sample documents to be analyzed for schema extraction. Default is 1000.
Note
Currently, schema extraction is not yet supported.
Maximum memory available (applicable when using self-hosted integration runtime): Maximum memory (in GB) available on customer's VM to be used by scanning processes. It's dependent on the size of MongoDB source to be scanned.
Select Test connection to validate the configurations.
Select Continue.
Choose your scan trigger. You can set up a schedule or ran the scan once.
Review your scan and select Save and Run.
View your scans and scan runs
To view existing scans, do the following:
Go to the Microsoft Purview governance portal. Select the Data Map tab under the left pane.
Select the desired data source. You will see a list of existing scans on that data source under Recent scans, or can view all scans under the Scans tab.
Select the scan that has results you want to view.
This page will show you all of the previous scan runs along with the status and metrics for each scan run. It will also display whether your scan was scheduled or manual, how many assets had classifications applied, how many total assets were discovered, the start and end time of the scan, and the total scan duration.
Manage your scans - edit, delete, or cancel
To manage or delete a scan, do the following:
Go to the Microsoft Purview governance portal. Select the Data Map tab under the left pane.
Select the desired data source. You will see a list of existing scans on that data source under Recent scans, or can view all scans under the Scans tab.
Select the scan you would like to manage. You can edit the scan by selecting Edit scan.
You can cancel an in progress scan by selecting Cancel scan run.
You can delete your scan by selecting Delete scan.
Note
- Deleting your scan does not delete catalog assets created from previous scans.
- The asset will no longer be updated with schema changes if your source table has changed and you re-scan the source table after editing the description in the schema tab of Microsoft Purview.
Next steps
Now that you've registered your source, follow the below guides to learn more about Microsoft Purview and your data.
Povratne informacije
Pošalјite i prikažite povratne informacije za