Description
PostgreSQL queries can access MongoDB data through a foreign data wrapper. Database administrators use this extension when PostgreSQL needs to read external MongoDB collections as foreign tables.
It bridges two database systems, so credentials, query cost, data freshness, and permissions need careful review. Test performance before using it in production queries.