monitor
/
0.1.15
monitor 0.1.15
Install from the command line:
Learn more about npm packages
$ npm install @dialectlabs/monitor@0.1.15
Install via package.json:
"@dialectlabs/monitor": "0.1.15"
About this version
A framework that simplifies implementation of dialect notification center integrations. The goal is to provide high-level developer API to extract on-chain data, transform it and generate notifications.
Monitor provides the following built-in features to implement a new notification center integration:
- Tracks dApp subscribers
- Continuously monitors on-chain resources like accounts for a set of your dApp subscribers
- Provides rich high-level API for data stream processing to analyze the data, extracted from on-chain resources
- Windowing: fixed size, fixed time, fixed size sliding
- Aggregation: average, min, max
- Thresholding: rising edge, falling edge
- Rate limiting
npm:
npm install @dialectlabs/monitor
yarn:
yarn add @dialectlabs/monitor
- Git
- Yarn (<2)
- Nodejs (>=15.10 <17)
npm:
npm install
yarn:
yarn
After getting familiar with examples you'll be ready to implement a new monitoring service.