awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 Repos

Awesome GitHub RepositoriesQuery Extensions

Custom logic implemented via external scripts to extend the database query engine.

Distinct from Custom Module Implementations: Focuses on extending query-time graph analysis logic specifically, whereas Custom Module Implementations is a generic software architecture pattern.

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

Awesome Query Extensions GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • lm-sys/routellmAvatar von lm-sys

    lm-sys/RouteLLM

    5,080Auf GitHub ansehen↗

    RouteLLM is a routing framework and traffic manager designed to direct prompts between high-capability and low-cost large language models. It functions as an API gateway that mimics the OpenAI specification to route requests across different model providers. The system optimizes operational costs by splitting traffic between model tiers based on predicted win rates and prompt complexity. It includes a calibration tool to analyze sample queries and determine the optimal cost-quality tradeoff for traffic distribution. The framework provides a tool for measuring the accuracy and cost efficiency

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

    Python
    Auf GitHub ansehen↗5,080
  • osm-search/nominatimAvatar von osm-search

    osm-search/Nominatim

    4,334Auf GitHub ansehen↗

    Nominatim is a self-hosted geospatial search engine and geocoding server that utilizes OpenStreetMap data. It provides a complete infrastructure for forward geocoding, converting addresses or place names into geographic coordinates, and reverse geocoding, translating coordinates into human-readable physical addresses. The project features a dedicated data importer that parses raw map data into a PostgreSQL geospatial database. It distinguishes itself through a configurable import pipeline that uses style files to filter map features and an importance-based ranking system to prioritize search

    Uses external modules to transform and categorize raw search queries before they enter the tokenization pipeline.

    Pythongeocodingopenstreetmaposm
    Auf GitHub ansehen↗4,334
  • memgraph/memgraphAvatar von memgraph

    memgraph/memgraph

    4,163Auf GitHub ansehen↗

    Memgraph is an in-memory, distributed graph database designed for high-performance labeled property graph management. It utilizes a Cypher query engine for declarative data retrieval and manipulation, providing a scalable knowledge graph backend that integrates vector search and graph traversals. The system distinguishes itself as a real-time graph analytics platform, employing native C++ and CUDA implementations to execute complex network analysis and dynamic community detection on streaming data. It provides specialized support for AI integration, including GraphRAG capabilities, the constr

    Allows developers to implement specialized graph analysis logic by extending the query engine with external scripts.

    C++cyphergraphgraph-algorithms
    Auf GitHub ansehen↗4,163
  • pgdogdev/pgdogAvatar von pgdogdev

    pgdogdev/pgdog

    3,361Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗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

Unter-Tags erkunden

  • Routing Extensions1 Sub-TagExternal 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.
  • Search Phrase Preprocessors1 Sub-TagModules that transform and categorize raw search queries before they are tokenized. **Distinct from Query Extensions:** Distinct from query engine extensions as it focuses on the input string transformation phase before the query is executed.