-
Notifications
You must be signed in to change notification settings - Fork 173
Speed up enrichment #42
Copy link
Copy link
Closed
Labels
Milestone
Description
We perform this process each time an indicator appears rather than using the data for the same core indicator from earlier in the same run. In other works, if four different feeds each list 8.8.8.8, we perform that lookup four times. This is inefficient.
Instead, we should create a list of all the unique indicators in the current dataset, enrich those, and then map back to the original data.
Reactions are currently unavailable