azavea / osmesa

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

Update StreamingAOI notification to print change + edit counts per user #175

Closed CloudNiner closed 4 years ago

CloudNiner commented 4 years ago

I had a miserable time emulating RDD.groupByKey in DataFrame. I'd be very curious if you have suggestions on how to avoid dropping to RDDs for this particular aggregation now that there's a working RDD implementation to compare against.