1 dépôt
Tools for transferring data and schema from MongoDB document databases to PostgreSQL relational databases.
Distinct from MySQL to PostgreSQL Migrations: None of the candidates cover the specific cross-engine migration from MongoDB to PostgreSQL; most focus on SQL-to-SQL or file-to-SQL.
Explore 1 awesome GitHub repository matching data & databases · MongoDB to PostgreSQL Migrations. Refine with filters or upvote what's useful.
FerretDB is an open-source database emulator and protocol translator that mimics a MongoDB environment to support existing drivers and client tools on a relational backend. It functions as a stateless database proxy that converts binary wire protocol messages into SQL statements, allowing a relational engine to handle document-oriented requests. The project serves as a migration tool for moving applications from MongoDB to PostgreSQL without rewriting queries or changing client drivers. It achieves this by using PostgreSQL as a document store, storing and querying BSON documents through a tra
Provides a translation layer to migrate applications from MongoDB to PostgreSQL without rewriting queries or changing drivers.