Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hviana/deno_kv_fs
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.
https://github.com/hviana/deno_kv_fs
deno filesystem
Last synced: 11 days ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/hviana/deno_kv_fs
- Owner: hviana
- License: mit
- Created: 2024-09-25T11:50:35.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-10-14T19:20:45.000Z (25 days ago)
- Last Synced: 2024-10-19T19:20:36.115Z (20 days ago)
- Topics: deno, filesystem
- Language: TypeScript
- Homepage:
- Size: 7.81 KB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
Awesome Lists containing this project
- awesome-deno - deno_kv_fs