awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 रिपॉजिटरी

Awesome GitHub RepositoriesDistributed Document Indexing

High-performance full-text search and retrieval using distributed document stores.

Distinct from Elasticsearch REST APIs: Closest candidates are limited to REST APIs or client-side documentation search.

Explore 5 awesome GitHub repositories matching data & databases · Distributed Document Indexing. Refine with filters or upvote what's useful.

Awesome Distributed Document Indexing GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • opencti-platform/openctiOpenCTI-Platform का अवतार

    OpenCTI-Platform/opencti

    8,812GitHub पर देखें↗

    OpenCTI is a cyber threat intelligence platform and knowledge base used to store, manage, and analyze technical security data. It functions as a threat intelligence visualization tool and an enterprise security data orchestrator that maps relationships between threat actors, malware, and vulnerabilities. The platform utilizes the STIX and TAXII standards for data representation and exchange, allowing for the sharing and receiving of standardized intelligence bundles. It distinguishes itself by converting complex security information into visual relationship diagrams and geographic maps to ide

    Utilizes Elasticsearch for high-performance full-text searching and retrieval of structured intelligence data.

    TypeScriptcticybercybersecurity
    GitHub पर देखें↗8,812
  • elastic/go-elasticsearchelastic का अवतार

    elastic/go-elasticsearch

    6,051GitHub पर देखें↗

    The official Go client for Elasticsearch

    Batches document operations into single requests for high-throughput indexing of large datasets.

    Go
    GitHub पर देखें↗6,051
  • elastic/elasticsearch-phpelastic का अवतार

    elastic/elasticsearch-php

    5,337GitHub पर देखें↗

    This project is a software development kit and cluster management tool for PHP. It serves as a full-text search SDK and vector search interface, enabling applications to perform lexical, fuzzy, and semantic searches against indexed data. The library implements a PSR 7 HTTP client to ensure cross-environment compatibility through standardized messaging interfaces. It provides a specialized interface for retrieving embeddings and performing semantic retrieval workflows using vector data. Its capability surface covers a wide range of administrative and operational tasks, including search index

    Implements high-throughput operations for indexing documents individually or in bulk batches.

    PHP
    GitHub पर देखें↗5,337
  • elastic/elasticsearch-netelastic का अवतार

    elastic/elasticsearch-net

    3,656GitHub पर देखें↗

    This project is a programmatic client for managing the lifecycle of documents within a distributed JSON search engine. It provides an Elasticsearch search client for indexing documents and performing complex queries, alongside a low-level client that acts as a flexible wrapper for sending raw HTTP requests to a cluster. The client features a fluent request builder that maps typed requests to REST API endpoints and a generic mapping layer to transform JSON responses into strongly typed objects. It employs a pluggable serialization mechanism to decouple the request-response lifecycle from speci

    Stores individual data records within specific indexes to make them available for retrieval.

    C#c-sharpclientdot-net
    GitHub पर देखें↗3,656
  • elastic/apm-serverelastic का अवतार

    elastic/apm-server

    1,270GitHub पर देखें↗

    The server acts as a centralized ingestion engine designed to collect, normalize, and index distributed telemetry data. It functions as a backend processor that receives performance metrics, traces, and error logs from application agents, transforming them into structured documents for storage and analysis within search and analytics platforms. The system distinguishes itself through a high-throughput ingestion pipeline that utilizes asynchronous event processing and backpressure-aware flow control to maintain stability during traffic spikes. It employs modular, plugin-based transformation st

    Groups processed telemetry events into optimized batches to maximize write throughput to the search engine.

    Goapmdevopsdistributed-tracing
    GitHub पर देखें↗1,270
  1. Home
  2. Data & Databases
  3. Distributed Document Indexing

सब-टैग एक्सप्लोर करें

  • Bulk IndexingHigh-throughput operations for indexing multiple documents in a single request. **Distinct from Distributed Document Indexing:** Specifically covers the bulk ingestion process within a distributed index, distinct from general retrieval.