awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

Awesome GitHub RepositoriesEmbedded Database Middleware

Lightweight database logic integrated as libraries within an application to reduce deployment overhead.

Distinct from Lightweight Proxies: Candidates focus on web frameworks or network proxies, not embedded database routing logic.

Explore 2 awesome GitHub repositories matching data & databases · Embedded Database Middleware. Refine with filters or upvote what's useful.

Awesome Embedded Database Middleware GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • apache/shardingsphereAvatar apache

    apache/shardingsphere

    20,737Vezi pe GitHub↗

    ShardingSphere is a distributed SQL database middleware that provides sharding, read-write splitting, and distributed transaction management for relational databases. It functions as a layer that intercepts SQL queries to distribute data across multiple physical database instances for horizontal scaling. The project is distinguished by its ability to operate as either a standalone transparent database proxy or via direct integration as a JDBC driver. It features a SQL dialect translator that parses queries into abstract syntax trees to convert syntax between different database engines, enabli

    Embeds sharding and routing logic directly into applications as a lightweight library.

    Java
    Vezi pe GitHub↗20,737
  • msiemens/tinydbAvatar msiemens

    msiemens/tinydb

    7,529Vezi pe GitHub↗

    TinyDB is a lightweight, document-oriented database and embedded NoSQL engine. It stores data as documents in local files, providing a persistence layer that operates without a separate server process. The system is an extensible document store featuring a middleware architecture. This allows for the customization of storage backends and the interception of data operations to transform how information is stored and retrieved. The database manages unstructured data using JSON-based serialization and supports pluggable storage backends for local file persistence.

    Implements a middleware layer to add specialized logic to the data retrieval and storage process.

    Pythondatabasedocumentdbjson
    Vezi pe GitHub↗7,529
  1. Home
  2. Data & Databases
  3. Embedded Database Middleware