awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

10 Repos

Awesome GitHub RepositoriesStream Processing

Tools for managing, transforming, and piping Node.js streams.

Explore 10 awesome GitHub repositories matching part of an awesome list · Stream Processing. Refine with filters or upvote what's useful.

Awesome Stream Processing GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • dominictarr/jsonstreamAvatar von dominictarr

    dominictarr/JSONStream

    1,932Auf GitHub ansehen↗

    rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects)

    Streams JSON parsing and stringification.

    JavaScript
    Auf GitHub ansehen↗1,932
  • rvagg/through2Avatar von rvagg

    rvagg/through2

    1,906Auf GitHub ansehen↗

    Tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise

    Wraps Node.js streams to simplify transformation.

    JavaScript
    Auf GitHub ansehen↗1,906
  • mafintosh/pumpAvatar von mafintosh

    mafintosh/pump

    919Auf GitHub ansehen↗

    pipe streams together and close all of them if one of them closes

    Pipes streams together and handles cleanup.

    JavaScript
    Auf GitHub ansehen↗919
  • maxogden/concat-streamAvatar von maxogden

    maxogden/concat-stream

    575Auf GitHub ansehen↗

    writable stream that concatenates strings or data and calls a callback with the result

    Concatenates stream data into a single result.

    JavaScript
    Auf GitHub ansehen↗575
  • dominictarr/splitAvatar von dominictarr

    dominictarr/split

    345Auf GitHub ansehen↗

    Splits streams into chunks based on line breaks.

    JavaScript
    Auf GitHub ansehen↗345
  • sindresorhus/is-streamAvatar von sindresorhus

    sindresorhus/is-stream

    116Auf GitHub ansehen↗

    Check if something is a Node.js stream

    Checks if a value is a Node.js stream.

    JavaScript
    Auf GitHub ansehen↗116
  • mcollina/syncthroughAvatar von mcollina

    mcollina/syncthrough

    110Auf GitHub ansehen↗

    Transform your data as it pass by, synchronously.

    Performs synchronous stream transformations.

    JavaScript
    Auf GitHub ansehen↗110
  • brycebaril/through2-mapAvatar von brycebaril

    brycebaril/through2-map

    70Auf GitHub ansehen↗

    A through2 to create an Array.prototype.map analog for streams.

    Maps stream data using a callback.

    JavaScript
    Auf GitHub ansehen↗70
  • brycebaril/through2-filterAvatar von brycebaril

    brycebaril/through2-filter

    34Auf GitHub ansehen↗

    A through2 wrapper to create an Array.prototype.filter analog for streams

    Filters stream data using a callback.

    JavaScript
    Auf GitHub ansehen↗34
  • brycebaril/node-stream-spigotAvatar von brycebaril

    brycebaril/node-stream-spigot

    15Auf GitHub ansehen↗

    A streams2 Readable stream generator, useful for testing.

    Generates readable streams from functions.

    JavaScript
    Auf GitHub ansehen↗15
  1. Home
  2. Part of an Awesome List
  3. DevOps & Infrastructure
  4. Stream Processing