Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 427 Bytes

README_RepeatSearch.md

File metadata and controls

7 lines (4 loc) · 427 Bytes

Summary

"Repeat Search" is a feature of Atlas that allows consumers to request differential results since the last time a request was run.

To enable this, the Atlas system must store some state regarding which donors were previously returned, and when.

In an effort to keep the algorithm logic stateless, this required state has been isolated to a standalone component responsible for managing repeat searches only.