# Delivering a Near Real-Time Single View into Operations with a Federated Database

DevFeed: [Delivering a Near Real-Time Single View into Operations with a Federated Database](<https://devfeed.tech/articles/delivering-a-near-real-time-single-view-into-operations-with-a-federated-database-21825.md>)

Original publisher: [Read original article](<https://www.thepolyglotdeveloper.com/blog/2023/04/delivering-near-real-time-single-view-operations-federated-database/>)

Author: Nic Raboy

Published: 2023-04-17T14:00:00Z

Content type: tutorial

Language: en

Sources: [Nic Raboy](<https://devfeed.tech/sources/nic-raboy.md>)

Topics: [MongoDB](<https://devfeed.tech/topics/mongodb.md>), [Tutorial](<https://devfeed.tech/topics/tutorial.md>), [Amazon S3](<https://devfeed.tech/topics/amazon-s3.md>), [Node.js](<https://devfeed.tech/topics/node-js.md>), [API](<https://devfeed.tech/topics/api.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [aws](<https://devfeed.tech/tags/aws.md>), [aws-s3](<https://devfeed.tech/tags/aws-s3.md>), [data-federation](<https://devfeed.tech/tags/data-federation.md>), [industries](<https://devfeed.tech/tags/industries.md>), [mongodb](<https://devfeed.tech/tags/mongodb.md>), [node-js](<https://devfeed.tech/tags/node-js.md>), [s3](<https://devfeed.tech/tags/s3.md>), [supply-chain](<https://devfeed.tech/tags/supply-chain.md>), [tutorial](<https://devfeed.tech/tags/tutorial.md>)

## AI overview

This tutorial demonstrates how to use MongoDB Data Federation to query, transform, and aggregate data across MongoDB, AWS S3, and HTTP API endpoints. It uses customer, vendor, and transaction data to create custom operational views.

## Source excerpt

So the data within your organization spans across multiple databases, database platforms, and even storage types, but you need to bring it together and make sense of the data that's dispersed. This is... The post Delivering a Near Real-Time Single View into Operations with a Federated Database appeared first on MongoDB.