azavea / osmesa

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

Add last_edit to user_statistics #111

Closed jpolchlo closed 5 years ago

jpolchlo commented 5 years ago

In order to more accurately track the most recent activity of a user, we must surface this information in the materialized views. This contribution attempts to do this.

Closes #95

mojodna commented 5 years ago

Looks right to me. @moradology has the keys to the RDS to apply it.

This will also require a change to osmesa-stat-server to surface it:

https://github.com/azavea/osmesa-stat-server/blob/4bc985700b1aed8ff4819a5f54e02e7a6d47e031/src/main/scala/osmesa/server/stats/UserStats.scala#L57-L65

jpolchlo commented 5 years ago

Obviated by #123

jpolchlo commented 5 years ago

The end goal of this PR has been taken over by azavea/osmesa-stat-server#7