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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repositorios

Awesome GitHub RepositoriesMissing Value Queries

Search capabilities that find documents where a specified property is absent or has no value.

Distinct from Search Indexing: Distinct from Search Indexing: focuses on querying for absent or empty field values, not general indexing or retrieval.

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

Awesome Missing Value Queries GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • redisearch/redisearchAvatar de RediSearch

    RediSearch/RediSearch

    6,161Ver en GitHub↗

    RediSearch is a Redis module that adds secondary indexing, full-text search, aggregation, and vector similarity search directly into the in-memory data store. It operates as an in-process search engine, extending the core key-value store with capabilities for indexing hash and JSON documents, enabling fast field-level lookups beyond primary key access. The module provides a full-text search engine built on inverted indexes, supporting stemming, fuzzy matching, and relevance scoring via tf-idf. It also includes a vector similarity search engine using a Hierarchical Navigable Small World graph

    Provides dedicated query functions for finding documents where a property is absent or empty.

    Cfulltextgeospatialgis
    Ver en GitHub↗6,161
  • tonsky/datascriptAvatar de tonsky

    tonsky/datascript

    5,767Ver en GitHub↗

    Datascript es un almacén de estado inmutable en memoria y un almacén de triples basado en esquemas. Gestiona el estado de la aplicación como una base de datos versionada, almacenando datos como hechos inmutables que consisten en una entidad, atributo, valor y transacción. El proyecto proporciona un motor lógico para ejecutar consultas Datalog con soporte para joins implícitos, reglas recursivas y negación. También cuenta con una API de extracción declarativa para recuperar grafos de entidades profundamente anidados y estructuras de datos relacionadas. La base de datos impone la integridad de los datos a través de restricciones basadas en esquemas y tipos de atributos. Admite transacciones atómicas, protocolos de almacenamiento conectables para persistencia e indexación de atributos B-tree para optimizar las búsquedas. El sistema está diseñado para su uso en entornos Clojure, ClojureScript y JavaScript.

    Provides specialized query predicates to identify entities that are missing specific attributes.

    Clojure
    Ver en GitHub↗5,767
  • ravendb/ravendbAvatar de ravendb

    ravendb/ravendb

    3,961Ver en GitHub↗

    RavenDB is a multi-model NoSQL document database designed for high-performance, ACID-compliant data storage. It persists structured information as schema-flexible JSON documents and utilizes a unit-of-work session pattern to track entity changes and batch modifications into atomic transactions. The platform is built on a distributed architecture that supports horizontal scaling through sharding and ensures high availability via multi-node, master-to-master cluster replication. The database distinguishes itself through a self-optimizing query engine that automatically creates and maintains ind

    Configures whether documents with missing fields are ignored or indexed as null values to control query results.

    C#csharpdatabasedocument-database
    Ver en GitHub↗3,961
  1. Home
  2. Data & Databases
  3. Search Indexing
  4. Missing Value Queries

Explorar subetiquetas

  • Null Value Indexing PoliciesConfiguring whether missing fields are ignored or indexed as null values. **Distinct from Missing Value Queries:** Distinct from Missing Value Queries: focuses on the indexing policy for missing fields rather than the query-time search for them.