FerretDB adds MongoDB compatibility to relational DBs like Postgres and SQLite.
24 posts tagged with "tutorial"
View All TagsA Guide to Disaster Recovery for FerretDB with Elotl Nova on Kubernetes
Running a database without a disaster recovery process can result in loss of business continuity, resulting in revenue loss and reputation loss for a modern business.
Add MongoDB Compatibility to Ubicloud Managed Postgres
A database infrastructure setup will certainly impact the success of your business, or any business for that matter. You definitely don't want to wake up at 2 AM because your database went down, transactions stopped going through, and customers are angry.
FerretDB and Neon: Add MongoDB Compatibility to your Project
FerretDB is an open source document database that adds MongoDB compatibility to other database backends, such as Postgres and SQLite. By using FerretDB, developers can access familiar MongoDB features and tools using the same syntax and commands for many of their use cases.
A Guide on Migrating from MongoDB to FerretDB
This blog post is a guide to help you migrate data from MongoDB to FerretDB.
How to Package and Deploy FerretDB with Acorn
How MongoDB Sorting Works for Scalar Values
In this blog post, we delve into the process of sorting scalar values in MongoDB.
How to Install FerretDB on Ubuntu
FerretDB is an open-source document database that allows you to run MongoDB commands and queries with options to use either PostgreSQL or SQLite as the backend. While you can run FerretDB on many operating systems including Ubuntu, there are separate requirements for each OS.