3 dépôts
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.
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.
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.
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.