@dynrl/spew-client
v1.0.1
Published
Connects to spew service
Downloads
8
Keywords
Readme
spew-client
A client that sends out messages to DRL's event hub. This is useful for logging and monitoring processes, but could also be used to collect data for data science projects.
Install
With npm
:
npm install @drl/spew-client
Or with yarn
yarn add @drl/spew-client
Usage
See src/tests for example usage. Tests expect that you have a local spew server instance running. See @drl/spew for info about setting up a server. Alternatively, you can point your tests at an azure instance of the spew server.
Test
npm install
npm run test
Author
Dan Schomburg [email protected]