Convert googleMapsGmm to LAVA @artifact_processor (2-way split)#853
Merged
Conversation
Splits the Google Maps GMM parser into two decorated artifacts: directions (gmm_storage.db) and labeled places (gmm_myplaces.db). The fragile binary (struct) directions parsing and the protobuf place decode are preserved, now guarded per-row so a malformed record is skipped. Directions/URL columns store plain URLs instead of <a href> HTML. Place timestamp becomes an aware UTC datetime; KML enabled for the labeled places (lat/long).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Converts
googleMapsGmm.py(Google Maps GMM) to the decorated@artifact_processorpattern — Google Search History Maps (gmm_storage.dbdirections) + Google Maps Label Places (gmm_myplaces.dbprotobuf).struct) directions parsing and the protobuf place decode are preserved, now guarded per-row so a malformed record is skipped instead of crashing.Directions/URLcolumns store plain URLs instead of<a href>HTML.Timestamp→ aware UTCdatetime; KML enabled for the labeled places (output_types: all). Reserved-word audit clean.Author (@AlexisBrignoni, @segumarc) and dates preserved.