azavea / osmesa

OSMesa is an OpenStreetMap processing stack based on GeoTrellis and Apache Spark
Apache License 2.0
80 stars 26 forks source link

[WiP] Streaming stats #64

Closed mojodna closed 6 years ago

mojodna commented 6 years ago

Uses Spark Streaming to consume JSON augmented diffs from a filesystem and convert them into AugmentedDiff Rows for processing in batches.

Incorporates #63