1.1.3 • Published 5 years ago

short-interval-control-pipeline-framework v1.1.3

Weekly downloads
4
License
MIT
Repository
gitlab
Last release
5 years ago

Pipeline Library

The idea with this project is to investigate how to code a Processing Pipeline

The idea behind this is described here

How to install

npm install short-interval-control-pipeline-framework

How to use

Define a set of functions that represent the necessary processing steps in a pipeline including:

  • generator - aka sensor - producer of events,measurements
  • validator - validate that events conform to expectation
  • detector - looks for stuff in events,measurements,
  • consumer - combines events into higher level events,
  • subscriber - capture subscription state,
  • router - splits an event to subscribers,
  • content - enriches the event,
  • requestor - aka actuator - presents event to external actor
1.1.3

5 years ago

1.1.2

5 years ago

1.1.0

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago