This blog post is a guide to help you migrate data from MongoDB to FerretDB.
8 posts tagged with "product"
View All TagsHow 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.
How FerretDB fetches data - about query pushdown
Find out how FerretDB uses query pushdown to fetch data from PostgreSQL.
Credit: Mohamed Hassan
How FerretDB stores BSON in JSONB
In this article, we show how FerretDB stores and translates MongoDB's BSON format into JSONB in PostgreSQL.
How to start contributing to FerretDB on Windows
In this post, you'll find out how to properly configure and set up your Windows OS, avoid typical Windows environment issues, and start contributing to FerretDB.
How to start FerretDB locally with Docker
Learn to set up FerretDB locally using Docker by installing the essential software prerequisites, configuring Docker containers, and running insert() and find() commands.
Introducing FerretDB Beacon: Help Us Increase Compatibility
Introducing FerretDB Beacon – a service to help us effectively identify compatibility issues and prioritize solutions based on user interaction with FerretDB.