@tracking-exposed/processor-cli

Process events from a stream.

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
@tracking-exposed/processor-cli
0.8.06 years ago6 years agoMinified + gzip package size for @tracking-exposed/processor-cli in KB

Readme

@tracking-exposed/processor-cli
Control event processors for Tracking Exposed.

Synopsis

License: GPL v3 npm version Build Status Coverage Status
processorctl -h

- Start a processor

Usage

npm install --save @tracking-exposed/processor-cli

or using yarn:
yarn add @tracking-exposed/processor-cli

The processorctl command is used to manage any event processing.

Start a processor

To start a processor, supply the name of the stream to read events from, and the name of a processor to call.
$ processortctl start --stream impressions --processor @tracking-exposde/process-entities

  • --stream, -s: The name of the Redis stream to listen on.
  • --processor, -p: The name of the processor module or a path to a processor to load.

FAQ

Want to contribute to tracking-exposed/processor-cli?

Check out our CONTRIBUTING.md to get started.