0.1.3 • Published 12 months ago

nginx-vblob-bulk-dump v0.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

Overview

Typescript library for generating Vblob binary dump files for the ngx_http_vblob module's bulk put endpoint.

Can generate programatically from list of blobs in JS buffers, or generate from a directory tree.

Testing

  • Generate a binary dump (eg: ./bin/makeDumpFromDirTree.ts test-source 1 vblobdump.bin.gz)
  • Upload to nginx vblob server (eg: curl --data-binary "@./vblobdump.bin.gz" http://localhost/_vblob/put-bulk)
  • Test fetching file from nginx vblob server curl 'http://localhost/subdir/test.json?v=1
0.1.2

12 months ago

0.1.1

12 months ago

0.1.3

12 months ago

0.1.0

1 year ago