You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Amy Boyer edited this page Feb 4, 2019
·
7 revisions
This is the wiki for Caesar, a backend automation service for Panoptes. Caesar subscribes to the classification stream produced by Panoptes by use of an Amazon Lambda connected to Kinesis that posts classifications into the REST API Caesar provides.
Features
Configurable automation of simple tasks (subject retirement, promotion, and sorting) in response to classification events
A RESTful API for workflow configuration and inspection of results
An HTML front-end for workflow configuration and inspection of results
A queue-based system for performing work asynchronously
Hooks to push intermediate values to external systems for highly custom configurations
Concepts
Caesar separates the process of responding to classifications into three distinct phases: feature extraction, combining classifications (reduction), and rule application.