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

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

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

10 रिपॉजिटरी

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

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

    dominictarr/JSONStream

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

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

    Streams JSON parsing and stringification.

    JavaScript
    GitHub पर देखें↗1,932
  • rvagg/through2rvagg का अवतार

    rvagg/through2

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

    Tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise

    Wraps Node.js streams to simplify transformation.

    JavaScript
    GitHub पर देखें↗1,906
  • mafintosh/pumpmafintosh का अवतार

    mafintosh/pump

    919GitHub पर देखें↗

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

    Pipes streams together and handles cleanup.

    JavaScript
    GitHub पर देखें↗919
  • maxogden/concat-streammaxogden का अवतार

    maxogden/concat-stream

    575GitHub पर देखें↗

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

    Concatenates stream data into a single result.

    JavaScript
    GitHub पर देखें↗575
  • dominictarr/splitdominictarr का अवतार

    dominictarr/split

    345GitHub पर देखें↗

    Splits streams into chunks based on line breaks.

    JavaScript
    GitHub पर देखें↗345
  • sindresorhus/is-streamsindresorhus का अवतार

    sindresorhus/is-stream

    116GitHub पर देखें↗

    Check if something is a Node.js stream

    Checks if a value is a Node.js stream.

    JavaScript
    GitHub पर देखें↗116
  • mcollina/syncthroughmcollina का अवतार

    mcollina/syncthrough

    110GitHub पर देखें↗

    Transform your data as it pass by, synchronously.

    Performs synchronous stream transformations.

    JavaScript
    GitHub पर देखें↗110
  • brycebaril/through2-mapbrycebaril का अवतार

    brycebaril/through2-map

    70GitHub पर देखें↗

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

    Maps stream data using a callback.

    JavaScript
    GitHub पर देखें↗70
  • brycebaril/through2-filterbrycebaril का अवतार

    brycebaril/through2-filter

    34GitHub पर देखें↗

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

    Filters stream data using a callback.

    JavaScript
    GitHub पर देखें↗34
  • brycebaril/node-stream-spigotbrycebaril का अवतार

    brycebaril/node-stream-spigot

    15GitHub पर देखें↗

    A streams2 Readable stream generator, useful for testing.

    Generates readable streams from functions.

    JavaScript
    GitHub पर देखें↗15
  1. Home
  2. Part of an Awesome List
  3. DevOps & Infrastructure
  4. Stream Processing