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

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

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

2 रिपॉजिटरी

Awesome GitHub RepositoriesStream Execution

Running a stream to produce a final result or collect values while ensuring resource safety.

Distinct from Distributed Stream Execution: Focuses on the final execution and collection phase of a stream, unlike the distributed task routing of DAG execution.

Explore 2 awesome GitHub repositories matching data & databases · Stream Execution. Refine with filters or upvote what's useful.

Awesome Stream Execution GitHub Repositories

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

    cube2222/octosql

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

    Octosql is a federated SQL query engine, data transformer, and streaming SQL processor. It allows users to execute single SQL statements across multiple disparate data sources, including different database types and file formats, to merge and transform results into a unified set. The system distinguishes itself by treating CSV, JSONLines, and Parquet files as virtual tables and utilizing a plugin-based architecture to extend connectivity to external storage engines. It functions as a streaming processor for infinite data streams, using watermarks, retractions, and tumbling windows to maintain

    Executes queries on endless data streams using watermarks and retractions to handle out-of-order events.

    Go
    GitHub पर देखें↗5,258
  • tpope/vim-dadbodtpope का अवतार

    tpope/vim-dadbod

    4,396GitHub पर देखें↗

    vim-dadbod is a database interface for the Vim editor that allows for the execution of SQL and NoSQL queries. It functions as a connection manager and query runner, enabling users to interact with databases using connection URLs. The project acts as a bridge to native command-line interfaces, providing a wrapper to launch interactive database consoles. This integration allows users to run commands from the editor and view the results within a preview window. The system manages database connections through URL-based configurations and environment variables. It handles the execution of queries

    Streams editor buffer contents to external database binaries for query execution.

    Vim Script
    GitHub पर देखें↗4,396
  1. Home
  2. Data & Databases
  3. Distributed Stream Execution
  4. Stream Execution

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

  • Buffer-to-CLI StreamsStreams the contents of a Vim buffer to an external database binary for query execution. **Distinct from Stream Execution:** Distinct from Stream Execution: focuses on streaming buffer content to a CLI subprocess rather than general stream finalization.
  • Infinite Stream ExecutionsExecution of queries on unbounded data streams using markers and retractions for consistency. **Distinct from Stream Execution:** Distinct from general stream execution by focusing on the 'infinite' nature and the use of watermarks/retractions for event-time consistency.