awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesOpen-source alternativesSelf-hosted softwareBlogPlan du site
ProjetÀ proposHow we rankPresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • bitly/data_hacksAvatar de bitly

    bitly/data_hacks

    1,979Voir sur GitHub↗

    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
    Voir sur 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