jsreport-fs-store-azure-sb-sync

1.1.0 • Public • Published

jsreport-fs-store-azure-sb-sync

NPM Version Build Status

Run jsreport fs store in cluster and synchronize using azure service bus

Installation

npm install jsreport-fs-store
npm install jsreport-fs-store-azure-sb-sync

Create an azure service bus and copy the connection string from the shared access policies. Then alter jsreport configuration:

"store": {
  "provider": "fs"
},
"extensions": {
  "fs-store": {
    "sync": {
      "provider": "azure-sb"
    }
  },
  "fs-store-azure-sb-sync": {
    "connectionString": "...",
    // the rest is optional
    "topic": "jsreport",
    "subscription": "<host id>"  
  }
}
},

Readme

Keywords

Package Sidebar

Install

npm i jsreport-fs-store-azure-sb-sync

Weekly Downloads

2

Version

1.1.0

License

MIT

Unpacked Size

5.66 kB

Total Files

6

Last publish

Collaborators

  • bjrmatos
  • pofider