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éesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

10 dépôts

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

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

    dominictarr/JSONStream

    1,932Voir sur GitHub↗

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

    Streams JSON parsing and stringification.

    JavaScript
    Voir sur GitHub↗1,932
  • rvagg/through2Avatar de rvagg

    rvagg/through2

    1,906Voir sur GitHub↗

    Tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise

    Wraps Node.js streams to simplify transformation.

    JavaScript
    Voir sur GitHub↗1,906
  • mafintosh/pumpAvatar de mafintosh

    mafintosh/pump

    919Voir sur GitHub↗

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

    Pipes streams together and handles cleanup.

    JavaScript
    Voir sur GitHub↗919
  • maxogden/concat-streamAvatar de maxogden

    maxogden/concat-stream

    575Voir sur GitHub↗

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

    Concatenates stream data into a single result.

    JavaScript
    Voir sur GitHub↗575
  • dominictarr/splitAvatar de dominictarr

    dominictarr/split

    345Voir sur GitHub↗

    Splits streams into chunks based on line breaks.

    JavaScript
    Voir sur GitHub↗345
  • sindresorhus/is-streamAvatar de sindresorhus

    sindresorhus/is-stream

    116Voir sur GitHub↗

    Check if something is a Node.js stream

    Checks if a value is a Node.js stream.

    JavaScript
    Voir sur GitHub↗116
  • mcollina/syncthroughAvatar de mcollina

    mcollina/syncthrough

    110Voir sur GitHub↗

    Transform your data as it pass by, synchronously.

    Performs synchronous stream transformations.

    JavaScript
    Voir sur GitHub↗110
  • brycebaril/through2-mapAvatar de brycebaril

    brycebaril/through2-map

    70Voir sur GitHub↗

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

    Maps stream data using a callback.

    JavaScript
    Voir sur GitHub↗70
  • brycebaril/through2-filterAvatar de brycebaril

    brycebaril/through2-filter

    34Voir sur GitHub↗

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

    Filters stream data using a callback.

    JavaScript
    Voir sur GitHub↗34
  • brycebaril/node-stream-spigotAvatar de brycebaril

    brycebaril/node-stream-spigot

    15Voir sur GitHub↗

    A streams2 Readable stream generator, useful for testing.

    Generates readable streams from functions.

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