Skip to content

A streaming module for dividing large files into smaller chunks and vice versa.

License

Notifications You must be signed in to change notification settings

tomerzaidler/filesystem-indexed-stream

Repository files navigation


filesystem-indexed-stream

A streaming module for dividing large files into smaller chunks and vice versa.

Contributors Forks Stargazers Issues License

About The Project

Screen Shot

Welcome to the FileSystemIndexedStream module, a versatile solution for efficiently handling large files in your projects. This streaming module is designed to seamlessly divide substantial files into smaller, more manageable chunks and, conversely, concatenate smaller chunks to reconstruct the original file.

Built With

  • Node.js
  • Typescript

Getting Started

Prerequisites

  • npm
  • Node.js
  • Typescript

Installation

  1. Clone the repo
git clone https://github.com/tomerzaidler/filesystem-indexed-stream
  1. Install NPM packages
npm install
  1. import the desired modules
import { FileSystemIndexedStream, FileSystemIndexedStreamOptions } from "filesystem-indexed-stream";

License

Distributed under the MIT License. See LICENSE for more information.

Authors

Tomer Zaidler - Senior Backend Software Engineer - Tomer Zaidler - **

About

A streaming module for dividing large files into smaller chunks and vice versa.

Resources

License

Stars

Watchers

Forks

Packages

No packages published