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

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

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

1 रिपॉजिटरी

Awesome GitHub RepositoriesSingle-Sample Stream Iterators

Yields data samples one by one from files, databases, or live sources without loading everything into memory.

Distinct from Async Iterable Streams: Distinct from Async Iterable Streams: focuses on synchronous single-sample iteration for online ML, not async chunked processing.

Explore 1 awesome GitHub repository matching data & databases · Single-Sample Stream Iterators. Refine with filters or upvote what's useful.

Awesome Single-Sample Stream Iterators GitHub Repositories

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

    bitly/data_hacks

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

    Data Hacks is a collection of command-line utilities designed for statistical computation, real-time stream processing, and text-based data visualization. The toolkit enables users to perform rapid analysis on large datasets directly within the terminal by processing information through standard input and output streams. The project distinguishes itself through its focus on memory-efficient, stream-oriented operations that allow for the analysis of large-scale data without requiring heavy infrastructure. It utilizes stateless functional transformations and reservoir sampling to handle data st

    Samples data streams by selecting random subsets of records to facilitate analysis of large datasets.

    Python
    GitHub पर देखें↗1,979
  1. Home
  2. Data & Databases
  3. Data Processing Pipelines
  4. Batch Processing Systems
  5. Data Iterators
  6. Async Iterable Streams
  7. Single-Sample Stream Iterators