Skip to content

Commit

Permalink
Merge pull request #261 from Genez-io/dev
Browse files Browse the repository at this point in the history
Release FerretDB article
  • Loading branch information
costinsin authored Oct 1, 2024
2 parents 78d54b6 + 49fae6c commit 8c573ad
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
5 changes: 2 additions & 3 deletions content/posts/genezio_ferretdb_tutorial.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "FerretDB + Genezio: Use MongoDB Drivers with PostgreSQL"
date: 2024-09-25
date: 2024-10-01
tags:
- Tutorials
author: Costin Sin
Expand All @@ -14,9 +14,8 @@ meta_og_image: "https://genezio.com/images/ferretdb-genezio.webp"
# meta data end
customHeader: "White header"
customFooter: "White footer"
readTime: 12
readTime: 14
url: /blog/use-ferretdb-with-genezio/
draft: true
---

**FerretDB** is an **open-source alternative** to **MongoDB** that allows you to **use MongoDB drivers seamlessly** with a **PostgreSQL** as the database backend. It acts like a proxy that understands **the MongoDB wire protocol** and translates the requests to **SQL queries** that are executed on the **PostgreSQL** database.
Expand Down
14 changes: 7 additions & 7 deletions themes/genezio-theme/layouts/_default/express.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ <h2 style="z-index: 99;" class="fw-medium mb-4 mt-3 text-white opacity-75 fs-6"
</a>
<a
class="btn btn-secondary fw-semibold mx-2 px-4 py-2 border-0 text-white opacity-75 mt-1 mb-1"
href="https://genezio.com/docs/tutorials/how-to-deploy-an-express-app/"
href="https://genezio.com/docs/frameworks/expressjs/"
target="_blank"
id="check-our-docs-hero-express"
>
Expand Down Expand Up @@ -235,7 +235,7 @@ <h2 id="simplifyDeployment" class="fw-bold text-white display-6 flow-breaker-hea
>
<a
class="btn btn-secondary fw-semibold mx-1 px-4 py-2 border-0 text-white opacity-75 mt-2"
href="https://genezio.com/docs/tutorials/how-to-deploy-an-express-app/"
href="https://genezio.com/docs/frameworks/expressjs/"
target="_blank"
id="check-our-docs-banner"
>
Expand Down Expand Up @@ -275,7 +275,7 @@ <h3 class="card-title pt-2 mb-0 pb-1" >Faster Deployment</h3>
</p>
</ul>
<a
href="https://genezio.com/docs/tutorials/how-to-deploy-an-express-app/"
href="https://genezio.com/docs/frameworks/expressjs/"
target="_blank"
class="card-link text-white text-decoration-none fw-semibold"
id="faster-deployment-read-more"
Expand Down Expand Up @@ -314,7 +314,7 @@ <h3 class="card-title pt-2 mb-0 pb-1">Lower Costs</h3>
</p>
</ul>
<a
href="https://genezio.com/docs/tutorials/how-to-deploy-an-express-app/"
href="https://genezio.com/docs/frameworks/expressjs/"
target="_blank"
class="card-link text-white text-decoration-none fw-semibold"
id="lower-costs-read-more"
Expand Down Expand Up @@ -355,7 +355,7 @@ <h3 class="card-title pt-2 mb-0 pb-1">Easy Migration</h3>
</p>
</ul>
<a
href="https://genezio.com/docs/tutorials/how-to-deploy-an-express-app/"
href="https://genezio.com/docs/frameworks/expressjs/"
target="_blank"
class="card-link text-white text-decoration-none fw-semibold"
id="easy-migration-read-more"
Expand Down Expand Up @@ -393,7 +393,7 @@ <h3 class="card-title pt-2 pb-1 m-0">Reliable and Scalable</h3>
</p>
</ul>
<a
href="https://genezio.com/docs/tutorials/how-to-deploy-an-express-app/"
href="https://genezio.com/docs/frameworks/expressjs/"
target="_blank"
class="card-link text-white text-decoration-none fw-semibold"
id="reliable-and-scalable-read-more"
Expand Down Expand Up @@ -869,7 +869,7 @@ <h2 class="accordion-header" id="headingTwo">
Migrating your Express app to Genezio usually requires minimal changes. <a
style="text-decoration: none"
class="text-success"
href="https://genezio.com/docs/tutorials/how-to-deploy-an-express-app/#do-i-need-to-modify-my-express-app-code"
href="https://genezio.com/docs/frameworks/expressjs/#do-i-need-to-modify-my-express-app-code"
target="_blank"
> Our migration guide</a> provides detailed instructions for making necessary compatibility adjustments.
</div>
Expand Down
2 changes: 1 addition & 1 deletion themes/genezio-theme/layouts/_default/faas.html
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ <h5 class="text-white mx-3 mb-0 fw-bold fs-4">Cold Start Comparison</h5>
</a>
<a
class="btn btn-secondary fw-semibold mx-2 px-4 py-2 border-0 text-white opacity-75 mt-1 mb-1"
href="https://genezio.com/docs/tutorials/how-to-deploy-an-express-app/"
href="https://genezio.com/docs/frameworks/expressjs/"
target="_blank"
>
Check our Docs
Expand Down

0 comments on commit 8c573ad

Please sign in to comment.