1.1.0 • Published 4 years ago

jsreport-fs-store-azure-sb-sync v1.1.0

Weekly downloads
11
License
MIT
Repository
github
Last release
4 years ago

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>"  
  }
}
},
1.1.0

4 years ago

1.0.3

5 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.1.1

6 years ago