awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 repository-uri

Awesome GitHub RepositoriesDocument Existence Checks

Lightweight operations to verify if a specific document exists without retrieving its content.

Distinct from Existence Verification: Candidates focus on tables, emails, or namespaces; this is specifically for document-store existence.

Explore 4 awesome GitHub repositories matching data & databases · Document Existence Checks. Refine with filters or upvote what's useful.

Awesome Document Existence Checks GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • olivere/elasticAvatar olivere

    olivere/elastic

    7,450Vezi pe GitHub↗

    This project is a Go client library and API wrapper for interacting with Elasticsearch clusters. It serves as a programmatic interface for managing documents, indices, and cluster health, allowing Go applications to perform search and indexing operations via the REST API. The library functions as a distributed search orchestrator, providing specialized tools for high-throughput data ingestion and cluster administration. It features a buffered bulk processor with exponential backoff retries for optimizing write performance and supports automated index lifecycle transitions and historical data

    Provides a lightweight request to verify a document's existence in an index without loading full data.

    Go
    Vezi pe GitHub↗7,450
  • go-ego/riotAvatar go-ego

    go-ego/riot

    6,059Vezi pe GitHub↗

    Riot is a Go-based distributed search engine and indexing server designed for full-text indexing and retrieval. It functions as a retrieval system that sorts documents by relevance using BM25 ranking algorithms, term frequency, and inverse document frequency. The engine provides specialized support for the Chinese language, featuring concurrent text segmentation and phonetic Pinyin mapping to match romanized input with characters. It utilizes a distributed architecture that employs hash-based index sharding to balance data load and throughput across multiple server nodes. The system covers a

    Includes lightweight operations to verify the existence of specific documents within the index or underlying storage.

    Gogogolanggwk
    Vezi pe GitHub↗6,059
  • thx/gogocodeAvatar thx

    thx/gogocode

    6,075Vezi pe GitHub↗

    GoGoCode is an AST-based code transformation toolkit that enables developers to query, match, and rewrite JavaScript source code using jQuery-style selectors and wildcard patterns. At its core, it provides a programmatic code refactoring library that manipulates parsed AST nodes, allowing precise structural modifications without worrying about formatting differences. The toolkit also functions as a JavaScript AST query engine, finding code patterns through snippet-based matching with wildcards that capture unknown or variable-length fragments. What distinguishes GoGoCode is its callback-drive

    Checks whether a given code pattern exists in the source and returns a boolean result.

    JavaScriptastbabeljscodeshift
    Vezi pe GitHub↗6,075
  • greptimeteam/greptimedbAvatar GreptimeTeam

    GreptimeTeam/greptimedb

    5,968Vezi pe GitHub↗

    GreptimeDB is a distributed, open-source time-series database built for unified observability. It stores and queries metrics, logs, and traces together in a single columnar engine, supporting both SQL and PromQL for analysis. The database is designed as a Kubernetes-native operator with a decoupled compute and storage architecture, enabling horizontal scaling and multi-region deployment. What distinguishes GreptimeDB is its role as a multi-protocol ingestion gateway, accepting data through OpenTelemetry, Prometheus Remote Write, InfluxDB, Loki, Elasticsearch, Kafka, and MQTT protocols without

    Filters records that have a value present in a specified field.

    Rustanalyticscloud-nativedatabase
    Vezi pe GitHub↗5,968
  1. Home
  2. Data & Databases
  3. Document Existence Checks

Explorează sub-etichetele

  • Code Pattern Existence ChecksChecking whether a given code pattern exists in the source and returning a boolean result. **Distinct from Document Existence Checks:** Distinct from Document Existence Checks: focuses on code pattern existence in source files rather than document storage systems.