Skip to content

Commit 74e74cf

Browse files
Tweaks
1 parent 37859ed commit 74e74cf

4 files changed

Lines changed: 10 additions & 5 deletions

File tree

content/learning-paths/servers-and-cloud-computing/mongodb-on-gcp/background.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ To learn more about Google Axion, see the blog post [Introducing Google Axion Pr
1818

1919
MongoDB is a popular open-source NoSQL database designed for performance, scalability, and flexibility. It stores data in JSON-like BSON documents, making it well suited to applications that require dynamic, schema-less data models.
2020

21-
MongoDB is widely used for web, mobile, IoT, and real-time analytics workloads. Learn more on the [MongoDB website](https://www.mongodb.com/) and in the [official documentation](https://www.mongodb.com/docs/).
21+
MongoDB is widely used for web, mobile, IoT, and real-time analytics workloads. Learn more on the [MongoDB website](https://www.mongodb.com/) and in the [MongoDB documentation](https://www.mongodb.com/docs/).

content/learning-paths/servers-and-cloud-computing/mongodb-on-gcp/baseline-testing.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,19 @@ weight: 5
66
layout: learningpathall
77
---
88

9+
## Overview
10+
911
Now that MongoDB is installed on your Google Axion C4A Arm VM, verify that the server is running and accepting local connections.
1012

13+
Use mongosh to create a test database, run basic CRUD operations, and capture a quick insert-time baseline before you start benchmarking.
14+
1115
## Connect to MongoDB
1216

1317
Open a shell session to the local MongoDB instance:
1418

1519
```console
1620
mongosh mongodb://127.0.0.1:27017
21+
```
1722

1823

1924
## Create a test database and collection

content/learning-paths/servers-and-cloud-computing/mongodb-on-gcp/create-instance.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ weight: 3
66
layout: learningpathall
77
---
88

9-
## Introduction
9+
## Overview
1010

1111
This section walks you through creating a Google Axion C4A Arm virtual machine on GCP with the `c4a-standard-4` (4 vCPUs, 16 GB Memory) machine type, using the **Google Cloud Console**.
1212

@@ -22,8 +22,8 @@ To create a VM based on the C4A Arm architecture:
2222
- Enter the **Instance name**, **Region**, and **Zone**.
2323
- Set **Series** to `C4A`.
2424
- Choose a machine type such as `c4a-standard-4`.
25-
![Screenshot of GCP Create instance page showing C4A series and c4a-standard-4 selected](./select-instance.png "Select the C4A series and c4a-standard-4 machine type")
26-
4. In **OS and storage**, select **Change**, choose **Red Hat Enterprise Linux** as the operating system and **Red Hat Enterprise Linux 9** as the version. Make sure you select the **Arm** image.
25+
![Screenshot of GCP Create instance page showing C4A series and c4a-standard-4 selected alt-text#center](./select-instance.png "Selecting the C4A series and c4a-standard-4 machine type")
26+
4. In **OS and storage**, select **Change**, choose **Red Hat Enterprise Linux** as the operating system, and **Red Hat Enterprise Linux 9** as the version. Make sure you select the **Arm** image.
2727
5. In **Networking**, enable **Allow HTTP traffic** so you can test services later in this Learning Path.
2828
6. Select **Create** to launch the instance.
2929

content/learning-paths/servers-and-cloud-computing/mongodb-on-gcp/mongodb-deploy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ layout: learningpathall
88

99
## Overview
1010

11-
This section shows how to install MongoDB and the MongoDB Shell (`mongosh`) on an Arm-based Google Axion C4A instance running Red Hat Enterprise Linux. You will download the Arm64 binaries, update your environment, and verify that the database server runs correctly.
11+
This section shows you how to install MongoDB and the MongoDB Shell (`mongosh`) on an Arm-based Google Axion C4A instance running Red Hat Enterprise Linux. You will download the Arm64 binaries, update your environment, and verify that the database server runs correctly.
1212

1313
## Install system dependencies
1414

0 commit comments

Comments
 (0)