awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 dépôts

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • cayleygraph/cayleyAvatar de cayleygraph

    cayleygraph/cayley

    15,043Voir sur 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
    Voir sur GitHub↗15,043
  • phpdocumentor/typeresolverAvatar de phpDocumentor

    phpDocumentor/TypeResolver

    9,180Voir sur 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
    Voir sur GitHub↗9,180
  • lancedb/lancedbAvatar de lancedb

    lancedb/lancedb

    9,031Voir sur 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
    Voir sur GitHub↗9,031
  1. Home
  2. Data & Databases
  3. Namespace Resolution

Explorer les sous-tags

  • 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.