hashmapinc/tempus-edge

Implement a conditionFilter iofog service

Open

#10 opened on Feb 26, 2018

View on GitHub
 (0 comments) (0 reactions) (1 assignee)Scala (1 fork)auto 404
good first issueto do

Repository metrics

Stars
 (5 stars)
PR merge metrics
 (PR metrics pending)

Description

The service should accept json objects from the iofog message stream, evaluate if the data passes a condition (work order bit is set), and send the data back to the iofog message stream if the condition passes.

Because the bit value may require some bit manipulation to evaluate, this service will not be implemented with the existing jsonFilter edge app. In the event that a suitable boolean operation can be configured for jsonFilter, then this task should be discarded in favor of reusing the existing functionality in the jsonFilter.

Contributor guide