Skip to content

Commit 06729e6

Browse files
committed
Updated Files
1 parent 4958f47 commit 06729e6

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

source/solutions-library/realtime-flightmanagement.txt

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ offers a comprehensive approach to minimizing operational disruptions.
5454
:figwidth: 1200px
5555
:alt: Components of an Event-Driven Architecture
5656

57-
Figure 1: Components of an Event-Driven Architecture
57+
Figure 1: Components of an Event-Driven Architecture
5858

5959
The solution delivers:
6060

@@ -81,19 +81,19 @@ event-driven architecture that consists of several key components:
8181
.. procedure::
8282
:style: normal
8383

84-
.. step:: **Data generation and processing:**
84+
.. step:: **Data Generation and Processing:**
8585

8686
- FastAPI microservice housing Real-Time Data Simulator and Path Finder
8787
- PubSub topics handling both static and real-time data streams
8888
- Cloud Functions for processing application and telemetry data
8989

90-
.. step:: **Analytics and cost management:**
90+
.. step:: **Analytics and Cost Management:**
9191

9292
- Vertex AI Cost Calculator for financial impact analysis
9393
- Analytical data creator Cloud Function for data transformation
9494
- Aggregation pipeline for complex data processing
9595

96-
.. step:: **Database structure:**
96+
.. step:: **Database Structure:**
9797

9898
- MongoDB database as the central data store
9999
- Specialized collections:
@@ -105,7 +105,7 @@ event-driven architecture that consists of several key components:
105105
<https://www.mongodb.com/docs/manual/core/timeseries-collections/>`__ )
106106
- **flights** collection for comprehensive general flight information management
107107

108-
.. step:: **Integration components:**
108+
.. step:: **Integration Components:**
109109

110110
- Change Streams for real-time data changes
111111
- Google Maps API for visualizing geographical data
@@ -121,7 +121,7 @@ event-driven architecture that consists of several key components:
121121
:figwidth: 1200px
122122
:alt: Event-Driven Architecture
123123

124-
Figure 2: Event-Driven Architecture
124+
Figure 2. Event-Driven Architecture
125125

126126
The solution specifically addresses delay management by providing
127127
real-time monitoring, predictive insights, and resource optimization
@@ -141,7 +141,7 @@ Building the Solution
141141
.. procedure::
142142
:style: normal
143143

144-
.. step:: `Set up MongoDB
144+
.. step:: `Set Up MongoDB
145145
<https://github.com/mongodb-industry-solutions/leafy-airline/blob/main/README.md#prerequisites>`__
146146
- Store flight data in flexible schema
147147
- Support for real-time updates
@@ -151,7 +151,7 @@ Building the Solution
151151
configuration and integration steps
152152
- Example model
153153

154-
.. step:: Configure `GCP services <https://github.com/mongodb-industry-solutions/leafy-airline/blob/main/README.md#prerequisites>`__
154+
.. step:: Configure `GCP Services <https://github.com/mongodb-industry-solutions/leafy-airline/blob/main/README.md#prerequisites>`__
155155
- Deploy application as a containerized service using Google Cloud’s Cloud Run
156156
- Configure Google Cloud’s Cloud Build for automated deployments
157157
- Set up Google Cloud’s Cloud Storage for assets
@@ -234,16 +234,16 @@ Building the Solution
234234
print(f"Error updating document: {e}")
235235

236236
finally:
237-
client.close()
237+
client.close()
238238

239-
.. step:: `Install your demo application to run locally
239+
.. step:: `Install Your Demo Application to Run Locally
240240
<https://github.com/mongodb-industry-solutions/leafy-airline/blob/main/README.md#prerequisites>`__
241241
- Clone the repository and install dependencies
242242
- Configure environment variables
243243
- Set up MongoDB connection
244244
- Run development server
245245

246-
.. step:: `(Optional) Deploy the solution
246+
.. step:: `(Optional) Deploy the Solution
247247
<https://github.com/mongodb-industry-solutions/leafy-airline/blob/main/README.md#deployment>`__
248248
- Containerize application using Docker
249249
- Deploy to Google Cloud’s Cloud Run for automatic scaling
@@ -256,13 +256,13 @@ Building the Solution
256256
:figwidth: 1200px
257257
:alt: Flight management dashboard with filters
258258

259-
Figure 3: Flight management dashboard with filters
259+
Figure 3. Flight management dashboard with filters
260260

261261
.. figure:: /includes/images/industry-solutions/Airline Fig2.svg
262262
:figwidth: 1200px
263263
:alt: Flight route and cost monitoring
264264

265-
Figure 4: Flight route and cost monitoring
265+
Figure 4. Flight route and cost monitoring
266266

267267
This solution provides a scalable, event-driven architecture that
268268
enables airlines to manage flight operations efficiently while
@@ -300,16 +300,16 @@ Key Learnings
300300
Technologies and Products Used
301301
------------------------------
302302

303-
MongoDB modern, multi-cloud database platform:
304-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
303+
MongoDB Developer Data Platform
304+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
305305

306306
- `MongoDB Atlas <https://www.mongodb.com/atlas>`__
307307
- `Time Series Collections <https://www.mongodb.com/products/capabilities/time-series>`__
308308
- `Aggregation Pipeline <https://www.mongodb.com/docs/manual/core/aggregation-pipeline/>`__
309309
- `Change Streams <https://www.mongodb.com/docs/manual/changeStreams/>`__
310310

311-
Partner technologies:
312-
~~~~~~~~~~~~~~~~~~~~~
311+
Partner Technologies
312+
~~~~~~~~~~~~~~~~~~~~
313313

314314
- `Google Cloud Platform <https://cloud.google.com/>`__
315315
- `PubSub <https://cloud.google.com/pubsub>`__

0 commit comments

Comments
 (0)