awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

7 dépôts

Awesome GitHub RepositoriesDatabase Compatibility Layers

Utilities and configurations that allow databases to mimic the behavior or API of other established database systems.

Distinguishing note: Focuses on protocol and behavior emulation rather than core storage engine functionality.

Explore 7 awesome GitHub repositories matching data & databases · Database Compatibility Layers. Refine with filters or upvote what's useful.

Awesome Database Compatibility Layers GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • pingcap/tidbAvatar de pingcap

    pingcap/tidb

    40,166Voir sur GitHub↗

    TiDB is a horizontally scalable, distributed SQL database designed to provide consistent transactional storage and high-performance analytical processing within a single unified architecture. It utilizes a decoupled compute-storage design and a distributed key-value storage layer to ensure horizontal scalability and efficient range-based queries. By employing a consensus-based replication algorithm, the system maintains high availability and automatic failover across multiple nodes and geographical regions. The platform distinguishes itself through its hybrid transactional and analytical proc

    TiDB configures auto-incrementing columns with globally unique values while accounting for the fact that sequential allocation is not guaranteed across multiple distributed servers.

    Gocloud-nativedatabasedistributed-database
    Voir sur GitHub↗40,166
  • dragonflydb/dragonflyAvatar de dragonflydb

    dragonflydb/dragonfly

    30,688Voir sur GitHub↗

    Dragonfly is a high-performance, multi-model in-memory data store designed to serve as a drop-in replacement for existing database infrastructures. By utilizing a multi-threaded, shared-nothing architecture and a fiber-based concurrency model, it maximizes CPU utilization and minimizes latency for read and write operations. The system supports a wide range of data structures, including strings, hashes, lists, sets, sorted sets, and JSON documents, while maintaining full compatibility with standard industry wire protocols and client libraries. What distinguishes Dragonfly is its focus on effic

    A drop-in storage alternative that implements standard industry communication protocols to ensure seamless integration with existing application codebases and tools.

    C++cachecppdatabase
    Voir sur GitHub↗30,688
  • scylladb/scylladbAvatar de scylladb

    scylladb/scylladb

    15,355Voir sur GitHub↗

    ScyllaDB is a distributed NoSQL database engine designed for high-throughput data storage and low-latency performance at scale. It functions as a shard-aware platform that manages large-scale datasets across distributed clusters, providing a foundation for real-time applications that require consistent availability and operational stability. The system distinguishes itself through a shared-nothing architecture that distributes data across independent CPU cores to eliminate lock contention. It incorporates a user-space networking stack and an asynchronous event-driven engine to maximize hardwa

    Provides a drop-in replacement for cloud-native database APIs to support high-throughput workloads.

    C++c-plus-pluscassandracpp
    Voir sur GitHub↗15,355
  • dotnet/efcoreAvatar de dotnet

    dotnet/efcore

    14,587Voir sur GitHub↗

    Entity Framework Core is an object-relational mapper that enables developers to interact with database systems using strongly-typed code. It serves as a comprehensive data access framework, providing a unified interface for mapping application objects to relational and non-relational database schemas while managing the lifecycle of data operations through a central context. The project distinguishes itself through a provider-based architecture that decouples core data access logic from specific database engines, allowing for consistent interaction across diverse storage systems. It features a

    Adjusts generated SQL syntax to match specific database engine versions for optimal compatibility.

    C#aspnet-productc-sharpdatabase
    Voir sur GitHub↗14,587
  • tencent/wcdbAvatar de Tencent

    Tencent/wcdb

    11,502Voir sur GitHub↗

    WCDB is a cross-platform storage layer and embedded database engine that serves as a framework for SQLite. It functions as an object relational mapper, linking application classes to database tables to enable data operations via objects rather than raw queries. The project is distinguished by an integrated encryption layer for securing data at rest and a full-text search engine that uses language-specific tokenizers for text lookups. It also features transparent field compression to reduce storage footprints and a connection-pooling model to coordinate simultaneous read and write operations a

    Provides a compatibility layer to run existing legacy database code alongside new interfaces.

    Candroiddatabaseios
    Voir sur GitHub↗11,502
  • oceanbase/oceanbaseAvatar de oceanbase

    oceanbase/oceanbase

    9,980Voir sur GitHub↗

    OceanBase is a distributed SQL database designed for high availability and strong consistency across multiple nodes and regions. It functions as a hybrid transactional and analytical processing engine, allowing real-time analytics and transactions to execute on a single data copy. The system also serves as a vector database engine for indexing and querying vector data to power semantic search and recommendation systems. The platform features native compatibility layers for MySQL and Oracle, enabling the migration of legacy workloads without rewriting SQL code. It utilizes a Paxos-based distri

    Provides native compatibility layers for MySQL and Oracle to migrate legacy workloads without rewriting SQL code.

    C++analyticscloud-nativedatabase
    Voir sur GitHub↗9,980
  • pgsty/pigstyAvatar de pgsty

    pgsty/pigsty

    4,703Voir sur GitHub↗

    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

    Implements compatibility layers that allow PostgreSQL to emulate the wire protocols of other database systems.

    Shellgraphicsinfrapostgres
    Voir sur GitHub↗4,703
  1. Home
  2. Data & Databases
  3. Database Compatibility Layers