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,932在 GitHub 上查看↗

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

    Streams JSON parsing and stringification.

    JavaScript
    在 GitHub 上查看↗1,932
  • rvagg/through2rvagg 的头像

    rvagg/through2

    1,906在 GitHub 上查看↗

    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

    919在 GitHub 上查看↗

    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

    575在 GitHub 上查看↗

    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

    345在 GitHub 上查看↗

    Splits streams into chunks based on line breaks.

    JavaScript
    在 GitHub 上查看↗345
  • sindresorhus/is-streamsindresorhus 的头像

    sindresorhus/is-stream

    116在 GitHub 上查看↗

    Check if something is a Node.js stream

    Checks if a value is a Node.js stream.

    JavaScript
    在 GitHub 上查看↗116
  • mcollina/syncthroughmcollina 的头像

    mcollina/syncthrough

    110在 GitHub 上查看↗

    Transform your data as it pass by, synchronously.

    Performs synchronous stream transformations.

    JavaScript
    在 GitHub 上查看↗110
  • brycebaril/through2-mapbrycebaril 的头像

    brycebaril/through2-map

    70在 GitHub 上查看↗

    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

    34在 GitHub 上查看↗

    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

    15在 GitHub 上查看↗

    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