4 रिपॉजिटरी
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.
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.
Riot एक Go-आधारित डिस्ट्रीब्यूटेड सर्च इंजन और इंडेक्सिंग सर्वर है जिसे फुल-टेक्स्ट इंडेक्सिंग और रिट्रीवल के लिए डिज़ाइन किया गया है। यह एक रिट्रीवल सिस्टम के रूप में कार्य करता है जो BM25 रैंकिंग एल्गोरिदम, टर्म फ्रीक्वेंसी और इनवर्स डॉक्यूमेंट फ्रीक्वेंसी का उपयोग करके दस्तावेजों को प्रासंगिकता के आधार पर सॉर्ट करता है। यह इंजन चीनी भाषा के लिए विशेष सपोर्ट प्रदान करता है, जिसमें समवर्ती टेक्स्ट सेगमेंटेशन और फोनेटिक Pinyin मैपिंग शामिल है ताकि रोमानाइज्ड इनपुट को कैरेक्टर्स के साथ मैच किया जा सके। यह एक डिस्ट्रीब्यूटेड आर्किटेक्चर का उपयोग करता है जो कई सर्वर नोड्स पर डेटा लोड और थ्रूपुट को संतुलित करने के लिए हैश-आधारित इंडेक्स शार्डिंग का उपयोग करता है।
Includes lightweight operations to verify the existence of specific documents within the index or underlying storage.
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.
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.