Skip to content

Commit 4f476bb

Browse files
committed
Added emojis to titles
1 parent 3d4ae6b commit 4f476bb

23 files changed

+23
-23
lines changed

β€Ždocs/100-Generate code/10-generate-app-code.mdxβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import Screenshot from "@site/src/components/Screenshot";
22

3-
# Generate app code
3+
# πŸ‘ Generate app code
44

55
Relational Migrator allows you to generate application code in a variety of languges, dervied from your MongoDB schema definition.
66
While this code is not production-ready, it can save developers significant time compared to creating entity classes by hand.

β€Ždocs/100-Generate code/20-convert-queries.mdxβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import Screenshot from "@site/src/components/Screenshot";
22

3-
# Convert SQL queries
3+
# πŸ‘ Convert SQL queries
44

55
Relational Migrator can help convert SQL queries to MongoDB Query Language, wrapped
66
in your choice of programming langauge. This feature uses Artifical Intelligence and requires an Atlas account and internet connectivity.

β€Ždocs/100-Generate code/30-convert-sprocs.mdxβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import Screenshot from "@site/src/components/Screenshot";
22

3-
# Convert Views and Stored Procedures
3+
# πŸ‘ Convert Views and Stored Procedures
44

55
Relational Migrator can import and convert views and stored procedures to MongoDB Query Language, wrapped
66
in your choice of programming langauge. This feature uses Artifical Intelligence and requires an Atlas account and internet connectivity.

β€Ždocs/210-Migrate Data/10-migration.mdxβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import Screenshot from "@site/src/components/Screenshot";
22

3-
# Run a Snapshot Migration Job
3+
# πŸ‘ Run a Snapshot Migration Job
44

55
- At the top, switch to Data Migration tab
66

β€Ždocs/210-Migrate Data/20-view-migrated-data.mdxβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import Screenshot from "@site/src/components/Screenshot";
22

3-
# View Migrated Data
3+
# πŸ‘ View Migrated Data
44

55
Once the job has finished, you can view it in MongoDB. You can perform this task using the `mongosh` command line tool,
66
MongoDB Compass, or MongoDB Atlas. This topic assumes you have migrated your data to MongoDB Atlas.

β€Ždocs/30-schema-in-postgresql.mdxβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import Screenshot from "@site/src/components/Screenshot";
22

3-
# Schema in PostgreSQL
3+
# πŸ“˜ Schema in PostgreSQL
44

55
The following screenshot shows an Entity-Relationship diagram of the relational database we wish to migrate.
66

β€Ždocs/40-desired-schema-mongodb.mdxβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import Screenshot from "@site/src/components/Screenshot";
22

3-
# Desired Schema in MongoDB
3+
# πŸ“˜ Desired Schema in MongoDB
44

55
Since MongoDB is a document database, you have more flexibility in how you model your data. When migrating from
66
a relational database to MongoDB, it's important to consider how your data is accessed, and model the data such

β€Ždocs/50-Create a Project/50-create-new-project.mdxβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import Screenshot from "@site/src/components/Screenshot";
22

3-
# Creating a New Project
3+
# πŸ‘ Creating a New Project
44

55
Ensure Relational Migrator is installed and running (normally at http://127.0.0.1:8278/).
66

β€Ždocs/50-Create a Project/60-connect-database.mdxβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import Screenshot from "@site/src/components/Screenshot";
22

3-
# Connect Database
3+
# πŸ‘ Connect Database
44

55
## Select PostgreSQL as Database
66

β€Ždocs/50-Create a Project/70-select-tables.mdxβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import Screenshot from "@site/src/components/Screenshot";
22

3-
# Select Tables
3+
# πŸ‘ Select Tables
44

55
We want to migrate data from all of the tables, so check all of them and then click Next.
66

0 commit comments

Comments
Β (0)