← Back to Portfolio
Engineering

Trigger Logic w/Percentile Study

Role Sole Engineer (Software Engineering)
Tools Python 3.X
Disciplines
Software

Problem & Context

A specific β€œfire” event needed to be reliably detected from system logs, but the raw logs only exposed low level signals and status changes. The goal was to infer when the event occurred with at least 99% confidence based on patterns in the data, so that downstream systems could respond automatically.

Scope of Work

Technical Approach

Collected and labeled a large sample of logs containing fired events to be used on

Parsed each log stream to extract key patterns (sequences, timing gaps, state transitions, value thresholds).

Evaluated different pattern rules and heuristics by measuring how often they trigger and what percentage of triggers correspond to true events, iterating until the logic achieved β‰₯99% accuracy to fired event.

Implemented the finalized detection algorithm in Python as a clear, testable reference.

πŸ“

Technical diagram or schematic would be displayed here

Results

πŸ“Š

Project results visualization

Delivered a robust detection logic with β‰₯99% accuracy (percentile-based analysis) against historical data, enabling reliable event recognition from raw logs.

The Python reference implementation was later ported to Node.js by other developers and deployed on a server as part of the production pipeline.

(Models and drawings are omitted due to proprietary constraints)