awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesDatabase Proxy Layers

Intermediate layers that optimize database traffic through query routing and connection pooling.

Distinct from Storage Throughput Optimizers: Focuses on the proxy layer architecture for routing rather than low-level I/O scheduling and throughput tuning

Explore 1 awesome GitHub repository matching data & databases · Database Proxy Layers. Refine with filters or upvote what's useful.

Awesome Database Proxy Layers GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • bjmashibing/internetarchitectbjmashibing 的头像

    bjmashibing/InternetArchitect

    4,277在 GitHub 上查看↗

    InternetArchitect 是一个教育性文档和源代码合集,旨在作为高并发架构课程。它作为一个分布式系统实现指南,提供技术模式和实践示例,用于设计在重负载下保持稳定性的可扩展互联网架构。 该项目专注于高性能数据库优化和微服务设计模式。它涵盖了通过数据库分片和代理层减少延迟并提高吞吐量的策略,以及在分布式集群中协调全局状态的方法。 架构范围包括用于加速数据检索的多级缓存策略,以及用于管理解耦微服务之间通信的服务发现框架。它还解决了分布式状态协调问题,并使用负载均衡网格在后端服务器之间分配网络流量。

    Optimizes data access by implementing database proxy layers to increase throughput and reduce latency.

    Java
    在 GitHub 上查看↗4,277
  1. Home
  2. Data & Databases
  3. Data Storage Optimizers
  4. Storage Throughput Optimizers
  5. Database Proxy Layers