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

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

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

3 个仓库

Awesome GitHub RepositoriesNamespace Resolution

Mapping abbreviated prefixes to full identifiers to simplify data referencing in structured stores.

Distinct from Namespace Prefixing: Different from cache prefixing or tool scoping; specifically handles the resolution of resource identifiers in graph stores.

Explore 3 awesome GitHub repositories matching data & databases · Namespace Resolution. Refine with filters or upvote what's useful.

Awesome Namespace Resolution GitHub Repositories

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

    cayleygraph/cayley

    15,043在 GitHub 上查看↗

    Cayley is a graph database engine designed for storing and querying interconnected data using a quad-based data model. It functions as an RDF quad store, managing information through subjects, predicates, objects, and labels. The system features a modular graph store architecture with pluggable backends, allowing it to swap between in-memory storage and various external persistent databases. It includes a GraphQL-inspired API and a dedicated data visualizer for the interactive exploration of nodes and edges. Query capabilities cover bidirectional path traversal and multi-syntax execution usi

    Maps abbreviated prefixes to full Internationalized Resource Identifiers to simplify the identification of nodes and predicates.

    Go
    在 GitHub 上查看↗15,043
  • phpdocumentor/typeresolverphpDocumentor 的头像

    phpDocumentor/TypeResolver

    9,180在 GitHub 上查看↗

    TypeResolver is a PHP namespace resolver and type parser designed to convert partial class and element names into fully qualified names. It functions as a utility for static code analysis, transforming complex type expressions and primitives into structured value objects. The project implements PSR-5 standards to ensure consistent type referencing. It manages the resolution of structural elements by tracking current namespaces and alias contexts to expand partial identifiers into their full definitions. The tool covers the parsing of compound type strings and the management of PHP imports an

    Resolves partial names into fully qualified identifiers by tracking the current namespace and imported aliases.

    PHPtyperesolver
    在 GitHub 上查看↗9,180
  • lancedb/lancedblancedb 的头像

    lancedb/lancedb

    9,031在 GitHub 上查看↗

    LanceDB is a vector database and columnar data store designed to function as a versioned dataset manager and vector search engine. It serves as a high-performance backend for indexing and retrieving high-dimensional embeddings, providing the foundation for machine learning data pipelines. The system distinguishes itself through a combination of cloud-native object storage and immutable version tracking, allowing for data time-travel and reproducible AI experiments. It integrates hybrid search capabilities, merging dense vector similarity with BM25 full-text search and SQL-like scalar filters

    Resolves table locations and credentials via namespace-scoped identifiers using a remote catalog.

    HTMLapproximate-nearest-neighbor-searchimage-searchnearest-neighbor-search
    在 GitHub 上查看↗9,031
  1. Home
  2. Data & Databases
  3. Namespace Resolution

探索子标签

  • LanguageResolving partial identifiers into fully qualified names based on the current namespace and imported aliases. **Distinct from Namespace Resolution:** Distinct from general Namespace Resolution by specifically handling programming language namespace and alias contexts.