3 Repos
Implementation of the TDS wire protocol and T-SQL syntax to allow SQL Server clients to interact with a non-SQL Server backend.
Distinct from SQL Server Connectors: Candidates focus on drivers (connectors) or persistence in SQL Server, while this feature is about emulating the SQL Server wire protocol and syntax on a different backend.
Explore 3 awesome GitHub repositories matching data & databases · SQL Server Protocol Emulations. 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
Implements a wire protocol emulation layer that allows MongoDB clients to interact with a non-MongoDB backend.
Pigsty is a comprehensive database infrastructure orchestration platform designed to automate the full lifecycle of high-availability PostgreSQL clusters. It functions as an infrastructure-as-code framework that manages cluster coordination, node provisioning, and service discovery through idempotent playbooks. By integrating distributed consensus mechanisms, the platform ensures automated failover and consistent state enforcement across diverse environments, including bare metal and virtualized infrastructure. The platform distinguishes itself through a robust suite of operational capabiliti
Translates proprietary SQL syntax and protocols to facilitate the migration of legacy enterprise workloads into modern relational environments.
Pigsty is a full-stack orchestration suite for deploying, monitoring, and managing high-availability PostgreSQL clusters and their supporting infrastructure. It functions as a cluster management platform and high-availability suite that automates failover, manages virtual IPs, and ensures data consistency through distributed consensus. The project distinguishes itself by providing a comprehensive database infrastructure-as-code framework and a dedicated observability stack. It incorporates a backup and recovery manager supporting point-in-time recovery via S3-compatible object storage, alongs
The project supports T-SQL syntax and the TDS wire protocol so that SQL Server client tools can connect to a PostgreSQL backend.