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

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

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

2 个仓库

Awesome GitHub RepositoriesRouting Extensions

External libraries used to implement custom query routing rules and logic.

Distinct from Query Extensions: Focuses specifically on the routing of database queries, whereas Query Extensions refers to general query engine logic.

Explore 2 awesome GitHub repositories matching software engineering & architecture · Routing Extensions. Refine with filters or upvote what's useful.

Awesome Routing Extensions GitHub Repositories

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

    lm-sys/RouteLLM

    5,080在 GitHub 上查看↗

    RouteLLM 是一个路由框架和流量管理器,旨在将提示词(prompts)在高性能模型和低成本大语言模型之间进行智能分发。它作为一个模拟 OpenAI 规范的 API 网关,能够跨不同的模型提供商路由请求。 该系统通过基于预测胜率和提示词复杂度将流量分配到不同模型层级,从而优化运营成本。它包含一个校准工具,用于分析样本查询并确定流量分配的最佳成本-质量平衡点。 该框架提供了一个使用基准数据集衡量路由策略准确性和成本效率的工具,并通过基于接口的插件和自定义路由逻辑支持扩展性。

    Provides an extensible interface for developers to implement custom routing algorithms and win-rate predictors.

    Python
    在 GitHub 上查看↗5,080
  • pgdogdev/pgdogpgdogdev 的头像

    pgdogdev/pgdog

    3,361在 GitHub 上查看↗

    pgdog is a PostgreSQL sharding proxy, distributed SQL router, and connection pooler. It is designed to enable horizontal data distribution by splitting tables and indices across multiple independent servers to scale storage and processing capacity. The project distinguishes itself through online resharding capabilities, using logical replication to move data between shards without application downtime. It supports multiple routing strategies, including hash, list, and range-based query routing, and manages distributed atomic transactions using a two-phase commit process to ensure consistency

    Provides a plugin architecture for extending SQL routing logic via shared libraries.

    Rustload-balancerpoolerpostgresql
    在 GitHub 上查看↗3,361
  1. Home
  2. Software Engineering & Architecture
  3. Integration & Extensibility
  4. Extensibility
  5. Plugin Architectures
  6. Developer Authoring Interfaces
  7. Custom Module Implementations
  8. Query Extensions
  9. Routing Extensions

探索子标签

  • ModelInterfaces for implementing custom logic to route requests between different AI models. **Distinct from Routing Extensions:** Specifically targets AI model selection logic rather than database query routing.