Back to source list
Official
Premium
MongoDB Atlas
The CloudQuery MongoDB Atlas plugin extracts information from your MongoDB Atlas API and loads it into any supported CloudQuery destination
Publisher
cloudquery
Latest version
v4.3.19
Type
Source
Platforms
Date Published
Overview #
The CloudQuery MongoDB Atlas plugin extracts information from your MongoDB Atlas API and loads it into any supported CloudQuery destination (e.g. PostgreSQL, BigQuery, Snowflake, and more).
Authentication #
You must have a MongoDB Atlas account and an API key.
Configuration #
kind: source
# Common source-plugin configuration
spec:
name: mongodbatlas
path: cloudquery/mongodbatlas
registry: cloudquery
version: "v2.0.1"
tables: ["*"]
destinations: ["postgresql"]
# Plugin specific configuration
spec:
api_key: your-api-key # string. If empty, extracted from MONGODB_ATLAS_PUBLIC_KEY
api_secret: your-secret # string. If empty, extracted from MONGODB_ATLAS_PRIVATE_KEY
# base_url: https://cloud.mongodb.com # string, optional. Extracted from MONGODB_ATLAS_URL. Default: https://cloud.mongodb.com
MongoDB Atlas Spec #
This is the (nested) spec used by this plugin:
api_key
(string
) (optional)If empty, extracted from MONGODB_ATLAS_PUBLIC_KEYapi_secret
(string
) (optional)If empty, extracted from MONGODB_ATLAS_PRIVATE_KEYbase_url
(string
) (optional)If empty, extracted from MONGODB_ATLAS_URL. Default: https://cloud.mongodb.com