* Update docs about deduplication
To match reality of https://bugzilla.mozilla.org/show_bug.cgi?id=1694764
and allow for clear communication to data users about the change.
A separate follow-up will be to remove code from the repository that
handles interaction with Redis.
* Apply suggestions from code review
Co-authored-by: Daniel Thorn <dthorn@mozilla.com>
Co-authored-by: Daniel Thorn <dthorn@mozilla.com>
This corrects info on how AET support is deployed, updates some outdated info
(sinks are now all Kube jobs rather than Dataflow), and now mentions the
concept of pipeline families.
This substantially reorganizes the documentation as an mkdocs site. Main
changes:
* All documentation is now browseable and searchable in a single site, with
handy table of contents on the side of each section
* Top-level README significantly slimmed down (just pointing to docs site)
* READMEs inside individual components removed (moved to subdirectories inside
docs/ folder, accessible via top-level in docs site)