bikeshare-capstone-pdx / h-store

H-Store Distributed Main Memory OLTP Database System
http://hstore.cs.brown.edu
GNU General Public License v3.0
2 stars 0 forks source link

Implemented recentRiderArea and recentRiderSummay using S-Store window. #17

Closed htquach closed 10 years ago

htquach commented 10 years ago

Implemented anomalies (travel exceed speed limit) detection in pull request #15. Implemented recentRiderArea that includes the rectangular coordinate and the square mile area of recent riders has been to. This information can be use to dynamically re-size the map to best capture all users on one screen. Implemented recentRiderSummary that include distinct rider count, [max, min, avg] speed of recent riders.