@dynrl/spew-client
v1.0.1
Published
Connects to spew service
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-clientOr with yarn
yarn add @drl/spew-clientUsage
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 testAuthor
Dan Schomburg [email protected]
