1.0.1 • Published 6 years ago

@dynrl/spew-client v1.0.1

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

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 dan@dynamicrangelabs.com