@jsreport/jsreport-fs-store-azure-storage-persistence

4.0.1 • Public • Published

@jsreport/jsreport-fs-store-azure-storage-persistence

NPM Version

Make jsreport fs store persisting entities into azure blob storage.

Installation

npm install @jsreport/jsreport-fs-store-azure-storage-persistence

Create an azure storage account and copy account name and access key. Then alter jsreport configuration:

"store": {
  "provider": "fs"
},
"extensions": {
  "fs-store": {
    "persistence": {
      "provider": "azure-storage"
    }
  },
  "fs-store-azure-storage-persistence": {
    "accountName": "...",
    "accountKey": "...",
    // the rest is optional
    "container": "jsreport",
    "lock": {
      "retry": 100,
      "leaseDuration": 30,
      "enabled": true
    }
  }
}

Changelog

4.0.1

  • fix jsreport v4 regression #1104

4.0.0

  • minimum node.js version is now 18.15.0

3.0.0-beta.1

Adaptations for the v3 APIs

Readme

Keywords

Package Sidebar

Install

npm i @jsreport/jsreport-fs-store-azure-storage-persistence

Weekly Downloads

5

Version

4.0.1

License

MIT

Unpacked Size

10.3 kB

Total Files

6

Last publish

Collaborators

  • pofider
  • bjrmatos