Impeccable

This commit is contained in:
Timo Knuth
2026-04-29 20:34:09 +02:00
parent 9b31e77daa
commit aab808c553
22 changed files with 1827 additions and 684 deletions

5
tasks/lessons.md Normal file
View File

@@ -0,0 +1,5 @@
Lesson:
For lead scraping, do not rely only on pre-enrichment dedupe. Website crawling can assign the same corporate email to multiple locations, so exports must be deduplicated again by final email before use.
Lesson:
Large API scraping runs should write incremental output or use smaller controlled batches. A long Overpass workflow can hang or rate-limit without producing files, making it hard to recover useful partial results.