deno_kv_fs
Chunked file system
A file system that saves and retrieves data in chunks with rate limiting and concurrency control
Deno KV file system, compatible with Deno deploy. Saves files in 64kb chunks. You can organize files into directories. You can control the KB/s rate for saving and reading files, rate limit, user space limit and limit concurrent operations, useful for controlling uploads/downloads. Makes use of Web Streams API.
11 stars
1 watching
0 forks
Language: TypeScript
last commit: 23 days ago denofilesystem
Related projects:
Repository | Description | Stars |
---|---|---|
hviana/faster | A fast and optimized middleware server with a small codebase and various built-in functionalities. | 50 |
hashrock/deno-fnparse | A parser combinator for JavaScript to parse CSV files based on RFC4180 standards. | 11 |
hviana/faster_react | A lightweight Full-Stack React framework with automatic route generation and frontend bundling. | 143 |
c4spar/deno-fast-forward | A Deno module providing an easy-to-use interface to FFmpeg. | 49 |
savory/danet | A backend framework for building efficient Deno server-side applications | 360 |
denosaurs/plug | A helper module for using remote dynamic libraries in Deno with minimal overhead and automatic caching. | 81 |
vaccovecrana/vephar | A minimal key-value store with API and web UI using raft cluster coordination and badger data storage | 16 |
jacoborus/deno-buckets | Generates a single executable file containing bundled assets and scripts for Deno projects | 25 |
fakoua/swissknife | A Deno module for providing various system utilities and functionality on Windows OS using NirCmd. | 9 |
hashrock/deno-opn | A TypeScript-based library for opening files and URLs on multiple platforms using the native system's process management tools | 39 |
syumai/deno-libs | A collection of reusable commands for the Deno runtime environment. | 31 |
einar-hjortdal/vistas | A central file storage system with blob support and compression capabilities | 1 |
hayd/deno-using | A Python-style with statement for Deno, allowing asynchronous file operations using custom Using types. | 11 |
mhx/dwarfs | A read-only file system designed to achieve high compression ratios by exploiting redundancy in data | 2,162 |
halvardssm/deno-nessie | Provides a modular Deno library for PostgreSQL, MySQL, MariaDB and SQLite migrations. | 530 |